added Services.tsx with sample data

This commit is contained in:
2025-10-10 17:09:31 +05:30
parent b1a9cd1904
commit 8353ced08c
2 changed files with 274 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ import Box from "@mui/material/Box";
import Link from "@mui/material/Link";
import Grid from "@mui/material/Grid";
import Paper from "@mui/material/Paper";
import Services from "~/components/Services";
export function meta() {
return [
@@ -49,7 +50,8 @@ export default function Home() {
>
<Box sx={{ flex: 1 }} />
<Box sx={{ height: "40vh", overflowY: "auto", p: 2 }}>
<Box sx={{ height: "60vh", overflowY: "auto", p: 2 }}>
<Services />
<Container
maxWidth="lg"
sx={{ bgcolor: "#1a1a1a", borderRadius: 3, p: 3, boxShadow: 6 }}