diff --git a/src/app/page.tsx b/src/app/page.tsx
index c971943..da1ebd3 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,26 +28,11 @@ export default function LandingPage() {
@@ -58,76 +43,21 @@ 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?_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?_wi=1",
- 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?_wi=1",
- 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?_wi=1",
- 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", 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: "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?_wi=2"
+ buttons={[{ text: "Book Appointment", href: "/contact" }]}
+ imageSrc="http://img.b2bpic.net/free-photo/elegant-girl-stands-room_8353-7625.jpg"
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",
- },
- {
- src: "http://img.b2bpic.net/free-photo/bride-with-curtains-background_1157-721.jpg",
- alt: "Bride portrait 2",
- },
- {
- src: "http://img.b2bpic.net/free-photo/gorgeous-ballet-dancer-ballerina-pointe-girl-by-window_1157-43902.jpg",
- alt: "Bride portrait 3",
- },
- {
- src: "http://img.b2bpic.net/free-photo/woman-sits-stairs-house-looks-up_8353-11393.jpg",
- alt: "Bride portrait 4",
- },
- {
- src: "http://img.b2bpic.net/free-photo/dark-haired-lady-white-suit-holding-coffee-phone-charming-woman-linen-pants-beige-blouse-chatting-cellphone-drinking-tea_197531-27474.jpg",
- alt: "Bride portrait 5",
- },
+ { 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" },
+ { src: "http://img.b2bpic.net/free-photo/bride-with-curtains-background_1157-721.jpg", alt: "Bride portrait 2" },
+ { src: "http://img.b2bpic.net/free-photo/gorgeous-ballet-dancer-ballerina-pointe-girl-by-window_1157-43902.jpg", alt: "Bride portrait 3" },
+ { src: "http://img.b2bpic.net/free-photo/woman-sits-stairs-house-looks-up_8353-11393.jpg", alt: "Bride portrait 4" },
+ { src: "http://img.b2bpic.net/free-photo/dark-haired-lady-white-suit-holding-coffee-phone-charming-woman-linen-pants-beige-blouse-chatting-cellphone-drinking-tea_197531-27474.jpg", alt: "Bride portrait 5" },
]}
avatarText="Trusted by 500+ radiant brides"
/>
@@ -138,17 +68,20 @@ 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?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/office-desktop-with-lipstick_23-2148166666.jpg"
imageAlt="Bridal designer working"
/>