From b0360b5784f283278a3264f555373d71633e5526 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 22:08:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 52 ++++++++++++++++-------------------------------- 1 file changed, 17 insertions(+), 35 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f23dbad..759e6a1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -207,28 +207,16 @@ export default function LandingPage() { {/* Fixed "Go to Dresses" Button */} - {/* Fixed Back-to-Top Button */} - {showBackToTop && ( - - )} - {/* Fixed Top Social & Contact Bar */}
{/* Instagram */} @@ -361,19 +349,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Marina Farhardyan ", role: "Bride", company: "Irentall Boutique", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-posing-medium-shot_23-2149860841.jpg?_wi=2", imageAlt: "Sarah Johnson - Happy bride" + imageSrc: "", imageAlt: "Sarah Johnson - Happy bride" }, { id: "2", name: "Jessica Martinez", role: "Bride", company: "Irentall Boutique", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-women-enjoying-bachelorette-party_23-2149278361.jpg?_wi=2", imageAlt: "Jessica Martinez - Bride with friends" - }, - { - id: "3", name: "Emily Chen", role: "Bride", company: "Irentall Boutique", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/reflection-senior-mother-mature-daughter-mirror-home_23-2148202921.jpg", imageAlt: "Emily Chen - Bride in mirror" - }, - { - id: "4", name: "Michelle Rodriguez", role: "Bride", company: "Irentall Boutique", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elegant-bride-posing_23-2148105871.jpg?_wi=2", imageAlt: "Michelle Rodriguez - Happy bride moment" + imageSrc: "", imageAlt: "Jessica Martinez - Bride with friends" } ]} animationType="slide-up" @@ -395,16 +375,18 @@ export default function LandingPage() { products={initialDresses} /> - {/* View More Button Positioned on Right */} -
- + {/* View More Button Positioned After 6th Picture */} +
+
+ +
-- 2.49.1