|
|
|
|
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
|
|
|
|
{ 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"
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3COxEICa1FoFKVmG9mUI4fnpWaK/uploaded-1776271608456-jmx9eh6x.jpg?_wi=1"
|
|
|
|
|
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?_wi=2"
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3COxEICa1FoFKVmG9mUI4fnpWaK/uploaded-1776271608456-ambznxsy.jpg"
|
|
|
|
|
imageAlt="Bridal designer working"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -92,7 +92,10 @@ export default function LandingPage() {
|
|
|
|
|
<BlogCardThree
|
|
|
|
|
title="Latest Insights"
|
|
|
|
|
description="Tips for your perfect wedding day."
|
|
|
|
|
blogs={[]}
|
|
|
|
|
blogs={[
|
|
|
|
|
{ id: "1", category: "Guide", title: "How to Choose Your Dream Dress", excerpt: "Expert tips to find the perfect silhouette that matches your style and venue.", imageSrc: "asset://blog-1", authorName: "Sarah J.", authorAvatar: "https://i.pravatar.cc/100?u=1", date: "Oct 24, 2024" },
|
|
|
|
|
{ id: "2", category: "Tips", title: "Pre-Wedding Fitting Tips", excerpt: "Ensure a flawless look with our essential guide to pre-wedding fittings and adjustments.", imageSrc: "asset://blog-2", authorName: "Sarah J.", authorAvatar: "https://i.pravatar.cc/100?u=1", date: "Oct 25, 2024" }
|
|
|
|
|
]}
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
@@ -102,7 +105,7 @@ export default function LandingPage() {
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<FooterMedia
|
|
|
|
|
logoText="Bridal Elegance"
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/bride-with-bouquet-flowers-stairs_8353-12519.jpg"
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3COxEICa1FoFKVmG9mUI4fnpWaK/uploaded-1776271608456-jmx9eh6x.jpg?_wi=2"
|
|
|
|
|
columns={[
|
|
|
|
|
{
|
|
|
|
|
title: "Useful Links", items: [
|
|
|
|
|
@@ -123,4 +126,4 @@ export default function LandingPage() {
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|