diff --git a/src/app/page.tsx b/src/app/page.tsx index 78b5caf..67fc7a1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,25 +32,15 @@ export default function LandingPage() { @@ -59,59 +49,36 @@ export default function LandingPage() {
@@ -121,14 +88,9 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "About Daas Studio", - }, + type: "text", content: "About Daas Studio"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/beautiful-brunette-bride-is-kissing-happy-groom-cheek-near-wall-covered-with-red-ivy-wedding-day_8353-11145.jpg", - alt: "Ravi Kumar Photographer", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/beautiful-brunette-bride-is-kissing-happy-groom-cheek-near-wall-covered-with-red-ivy-wedding-day_8353-11145.jpg", alt: "Ravi Kumar Photographer"}, ]} /> @@ -140,26 +102,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Wedding Photography", - description: "Authentic, cinematic wedding coverage.", - tag: "Popular", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-white-dress-posing_1328-4131.jpg", - }, + id: "f1", title: "Wedding Photography", description: "Authentic, cinematic wedding coverage.", tag: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-white-dress-posing_1328-4131.jpg"}, { - id: "f2", - title: "Drone Shoot", - description: "Aerial perspectives of your event.", - tag: "Cinematic", - imageSrc: "http://img.b2bpic.net/free-photo/couple-lie-graas-bali_1157-33624.jpg", - }, + id: "f2", title: "Drone Shoot", description: "Aerial perspectives of your event.", tag: "Cinematic", imageSrc: "http://img.b2bpic.net/free-photo/couple-lie-graas-bali_1157-33624.jpg"}, { - id: "f3", - title: "Video Shoot", - description: "High-definition video storytelling.", - tag: "Video", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-photographer-married-couple_23-2150264490.jpg", - }, + id: "f3", title: "Video Shoot", description: "High-definition video storytelling.", tag: "Video", imageSrc: "http://img.b2bpic.net/free-photo/side-view-photographer-married-couple_23-2150264490.jpg"}, ]} title="Our Services" description="Premium wedding and event photography solutions tailored for your special day." @@ -168,38 +115,19 @@ export default function LandingPage() {