From 22ecfb1be254c47a03cbe65b30d66f72587dd938 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 06:11:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 297 ++++++++--------------------------------------- 1 file changed, 46 insertions(+), 251 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 23024e1..7d8019e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,123 +32,45 @@ export default function LandingPage() {
@@ -172,21 +94,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - icon: Heart, - title: "Wedding Photography", - description: "Capturing the love, traditions, and excitement of your wedding day with professional care.", - }, - { - icon: Smile, - title: "Baby & Newborn Shoots", - description: "Gentle, creative sessions preserving the precious milestones of your little one.", - }, - { - icon: Users, - title: "Family Portraits", - description: "Candid and professional photography sessions for families of all sizes.", - }, + { icon: Heart, title: "Wedding Photography", description: "Capturing the love, traditions, and excitement of your wedding day with professional care." }, + { icon: Smile, title: "Baby & Newborn Shoots", description: "Gentle, creative sessions preserving the precious milestones of your little one." }, + { icon: Users, title: "Family Portraits", description: "Candid and professional photography sessions for families of all sizes." }, ]} title="Our Specialized Services" description="Professional photography solutions tailored to your unique occasions." @@ -195,52 +105,17 @@ export default function LandingPage() {
@@ -379,16 +182,8 @@ export default function LandingPage() { logoText="Devdaya Studio" copyrightText="© 2025 Devdaya Photograph Studio. All rights reserved." socialLinks={[ - { - icon: Instagram, - href: "#", - ariaLabel: "Instagram", - }, - { - icon: Facebook, - href: "#", - ariaLabel: "Facebook", - }, + { icon: Instagram, href: "#", ariaLabel: "Instagram" }, + { icon: Facebook, href: "#", ariaLabel: "Facebook" }, ]} /> -- 2.49.1