diff --git a/src/app/page.tsx b/src/app/page.tsx index cd937c5..c556098 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,24 +32,13 @@ export default function LandingPage() {
@@ -60,26 +49,11 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/model-getting-ready-photoshoot_23-2149305177.jpg" showBlur={true} avatars={[ - { - src: "http://img.b2bpic.net/free-photo/full-shot-woman-working-as-photographer_52683-110067.jpg", - alt: "Full shot woman working as a photographer", - }, - { - src: "http://img.b2bpic.net/free-photo/blurred-woman-posing_23-2148503548.jpg", - alt: "Blurred woman posing", - }, - { - src: "http://img.b2bpic.net/free-photo/selfconfident-young-calm-woman-stylish-black-silk-home-suit-looks-into-window-stands-cozy-l_197531-33674.jpg", - alt: "Selfconfident young calm woman in stylish black silk home suit looks into window stands in cozy l", - }, - { - src: "http://img.b2bpic.net/free-photo/studio-lamp-woman-holding-camera-photo_23-2148565484.jpg", - alt: "Studio lamp and woman holding a camera photo", - }, - { - src: "http://img.b2bpic.net/free-photo/female-tourist-with-camera_23-2147981922.jpg", - alt: "Female tourist with camera", - }, + { src: "http://img.b2bpic.net/free-photo/full-shot-woman-working-as-photographer_52683-110067.jpg", alt: "Full shot woman working as a photographer" }, + { src: "http://img.b2bpic.net/free-photo/blurred-woman-posing_23-2148503548.jpg", alt: "Blurred woman posing" }, + { src: "http://img.b2bpic.net/free-photo/selfconfident-young-calm-woman-stylish-black-silk-home-suit-looks-into-window-stands-cozy-l_197531-33674.jpg", alt: "Selfconfident young calm woman in stylish black silk home suit looks into window stands in cozy l" }, + { src: "http://img.b2bpic.net/free-photo/studio-lamp-woman-holding-camera-photo_23-2148565484.jpg", alt: "Studio lamp and woman holding a camera photo" }, + { src: "http://img.b2bpic.net/free-photo/female-tourist-with-camera_23-2147981922.jpg", alt: "Female tourist with camera" }, ]} avatarText="Trusted by 500+ clients worldwide" /> @@ -90,21 +64,9 @@ export default function LandingPage() { useInvertedBackground={false} title="Behind the Lens" metrics={[ - { - icon: Camera, - label: "Years Experience", - value: "10+", - }, - { - icon: Award, - label: "Awards Won", - value: "25", - }, - { - icon: Users, - label: "Happy Clients", - value: "500+", - }, + { icon: Camera, label: "Years Experience", value: "10+" }, + { icon: Award, label: "Awards Won", value: "25" }, + { icon: Users, label: "Happy Clients", value: "500+" }, ]} metricsAnimation="slide-up" /> @@ -115,24 +77,8 @@ export default function LandingPage() { animationType="depth-3d" textboxLayout="default" useInvertedBackground={false} - negativeCard={{ - items: [ - "Hasty Edits", - "Generic Composition", - "Poor Lighting", - "Lack of Communication", - "Standard Stock Look", - ], - }} - positiveCard={{ - items: [ - "Editorial Photography", - "Corporate Branding", - "Portrait Sessions", - "Event Coverage", - "Commercial Art", - ], - }} + negativeCard={{ items: ["Hasty Edits", "Generic Composition", "Poor Lighting", "Lack of Communication", "Standard Stock Look"] }} + positiveCard={{ items: ["Editorial Photography", "Corporate Branding", "Portrait Sessions", "Event Coverage", "Commercial Art"] }} title="Our Expertise" description="We specialize in capturing life's most precious moments with a clean, modern approach." /> @@ -140,64 +86,16 @@ export default function LandingPage() {