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" },
]}
/>