added Services.tsx with sample data
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user