From 5984a18bd08ba839c58b24e7aacc1b4782277ff3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 16:34:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index da1ebd3..f4a2b62 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,14 +43,14 @@ export default function LandingPage() { title="Making Your Dream Dress Come True" description="Exquisite, handcrafted bridal gowns designed to capture your unique essence. From your first sketch to the final fitting, we bring your vision to life." testimonials={[ - { name: "Ayesha Perera", handle: "@ayesha_p", testimonial: "My dress was a masterpiece! Perfectly tailored and felt so luxurious.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/elegant-girl-stands-room_8353-7625.jpg", imageAlt: "elegant bridal gown portrait soft lighting" }, - { name: "Sajani Silva", handle: "@sajani_s", testimonial: "The personal touch and attention to detail was beyond anything I expected.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/office-desktop-with-lipstick_23-2148166666.jpg", imageAlt: "elegant bridal gown portrait soft lighting" }, + { name: "Ayesha Perera", handle: "@ayesha_p", testimonial: "My dress was a masterpiece! Perfectly tailored and felt so luxurious.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/elegant-girl-stands-room_8353-7625.jpg?_wi=1", imageAlt: "elegant bridal gown portrait soft lighting" }, + { name: "Sajani Silva", handle: "@sajani_s", testimonial: "The personal touch and attention to detail was beyond anything I expected.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/office-desktop-with-lipstick_23-2148166666.jpg?_wi=1", imageAlt: "elegant bridal gown portrait soft lighting" }, { name: "Nethra Fernando", handle: "@nethra_f", testimonial: "Simply beautiful, comfortable and elegant design.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-brazilian-woman-working-as-clothing-designer_23-2150762308.jpg", imageAlt: "elegant bridal gown portrait soft lighting" }, { name: "Thilini Wick", handle: "@thilini_w", testimonial: "Best bridal experience I have ever had. Highly professional.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-working-her-fashion-design-workshop-alone_23-2148877376.jpg", imageAlt: "elegant bridal gown portrait soft lighting" }, { name: "Dinuli Perera", handle: "@dinuli_p", testimonial: "Loved every stitch of my custom gown!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/rococo-style-photography-beautiful-woman_23-2151916526.jpg", imageAlt: "elegant bridal gown portrait soft lighting" } ]} buttons={[{ text: "Book Appointment", href: "/contact" }]} - imageSrc="http://img.b2bpic.net/free-photo/elegant-girl-stands-room_8353-7625.jpg" + imageSrc="http://img.b2bpic.net/free-photo/elegant-girl-stands-room_8353-7625.jpg?_wi=2" imageAlt="Stunning bridal gown" avatars={[ { src: "http://img.b2bpic.net/free-photo/side-view-pretty-pensive-bride-ultrasexy-wedding-dress-with-thin-straps-which-bending-body-forward-looking-away-while-posing-background-wooden-wall-blur-room_8353-12046.jpg", alt: "Bride portrait 1" }, @@ -68,7 +68,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Crafted with Passion" description="At our atelier, we believe a wedding dress is not just a garment, but a cherished piece of your story. Our mother-led team combines decades of experience with a modern touch to create silhouettes that celebrate your beauty." - imageSrc="http://img.b2bpic.net/free-photo/office-desktop-with-lipstick_23-2148166666.jpg" + imageSrc="http://img.b2bpic.net/free-photo/office-desktop-with-lipstick_23-2148166666.jpg?_wi=2" imageAlt="Bridal designer working" /> -- 2.49.1