From e46b928bf9f84d3b1e078366e16f56d86020c9e7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 06:45:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 303 ++++++++++------------------------------------- 1 file changed, 60 insertions(+), 243 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bd8557b..1d70b1b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,29 +31,17 @@ export default function LandingPage() { @@ -63,107 +51,57 @@ export default function LandingPage() { @@ -175,19 +113,13 @@ export default function LandingPage() { metrics={[ { icon: Camera, - label: "Projects Completed", - value: "500+", - }, + label: "Projects Completed", value: "500+"}, { icon: Heart, - label: "Happy Clients", - value: "450+", - }, + label: "Happy Clients", value: "450+"}, { icon: Award, - label: "Years Experience", - value: "10+", - }, + label: "Years Experience", value: "10+"}, ]} metricsAnimation="blur-reveal" /> @@ -199,47 +131,17 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - tag: "Wedding", - title: "Wedding Photography", - subtitle: "Storytelling elegance", - description: "Capturing the magic and love of your special day.", - imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-illuminated-by-sun_1153-7171.jpg?_wi=2", - }, + tag: "Wedding", title: "Wedding Photography", subtitle: "Storytelling elegance", description: "Capturing the magic and love of your special day.", imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-illuminated-by-sun_1153-7171.jpg"}, { - tag: "Portrait", - title: "Portrait Shoots", - subtitle: "Unique perspectives", - description: "High-end studio portraits for every personality.", - imageSrc: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915108.jpg?_wi=2", - }, + tag: "Portrait", title: "Portrait Shoots", subtitle: "Unique perspectives", description: "High-end studio portraits for every personality.", imageSrc: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915108.jpg"}, { - tag: "Fashion", - title: "Fashion Photography", - subtitle: "Style & glamour", - description: "Showcasing your style with creative vision.", - imageSrc: "http://img.b2bpic.net/free-photo/professional-model-sitting-floor-fashionable-dress-makeup-hairstyle-pretty-face-white-sheet-is-waving-magazine-cover_343629-1.jpg?_wi=2", - }, + tag: "Fashion", title: "Fashion Photography", subtitle: "Style & glamour", description: "Showcasing your style with creative vision.", imageSrc: "http://img.b2bpic.net/free-photo/professional-model-sitting-floor-fashionable-dress-makeup-hairstyle-pretty-face-white-sheet-is-waving-magazine-cover_343629-1.jpg"}, { - tag: "Maternity", - title: "Maternity Shoots", - subtitle: "Emotional journeys", - description: "Capturing the beauty of anticipation.", - imageSrc: "http://img.b2bpic.net/free-photo/easy-wind-going-through-woods-beautiful-pregnant-woman-dress-have-walk-outdoors-positive-brunette_146671-16628.jpg?_wi=1", - }, + tag: "Maternity", title: "Maternity Shoots", subtitle: "Emotional journeys", description: "Capturing the beauty of anticipation.", imageSrc: "http://img.b2bpic.net/free-photo/easy-wind-going-through-woods-beautiful-pregnant-woman-dress-have-walk-outdoors-positive-brunette_146671-16628.jpg"}, { - tag: "Events", - title: "Event Coverage", - subtitle: "Memorable moments", - description: "Professional coverage for all your events.", - imageSrc: "http://img.b2bpic.net/free-photo/musicial-music-live-band-performing-stage-with-different-lights-with-crowd-people-fans_627829-10057.jpg?_wi=1", - }, + tag: "Events", title: "Event Coverage", subtitle: "Memorable moments", description: "Professional coverage for all your events.", imageSrc: "http://img.b2bpic.net/free-photo/musicial-music-live-band-performing-stage-with-different-lights-with-crowd-people-fans_627829-10057.jpg"}, { - tag: "Albums", - title: "Album Designing", - subtitle: "Timeless prints", - description: "Customized, premium album design services.", - imageSrc: "http://img.b2bpic.net/free-psd/graphic-design-school-landing-page_23-2148662914.jpg?_wi=1", - }, + tag: "Albums", title: "Album Designing", subtitle: "Timeless prints", description: "Customized, premium album design services.", imageSrc: "http://img.b2bpic.net/free-psd/graphic-design-school-landing-page_23-2148662914.jpg"}, ]} title="Professional Photography Services" description="We specialize in capturing your most cherished moments with cinematic precision." @@ -248,64 +150,29 @@ export default function LandingPage() { -- 2.49.1