Merge version_1 into main #2
148
src/app/page.tsx
148
src/app/page.tsx
@@ -28,26 +28,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About Us", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Bridal Elegance"
|
||||
/>
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="ecommerce" data-section="ecommerce">
|
||||
<ProductCatalog />
|
||||
<ProductCatalog layout="page" />
|
||||
</div>
|
||||
|
||||
<div id="feature" data-section="feature">
|
||||
<FeatureCardMedia
|
||||
title="Featured Collection"
|
||||
description="Discover our latest bridal trends."
|
||||
features={[]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -157,6 +90,9 @@ export default function LandingPage() {
|
||||
|
||||
<div id="blog" data-section="blog">
|
||||
<BlogCardThree
|
||||
title="Latest Insights"
|
||||
description="Tips for your perfect wedding day."
|
||||
blogs={[]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -165,38 +101,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bride-with-bouquet-flowers-stairs_8353-12519.jpg?_wi=1"
|
||||
imageAlt="Bridal luxury backdrop"
|
||||
logoText="Bridal Elegance"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bride-with-bouquet-flowers-stairs_8353-12519.jpg"
|
||||
columns={[
|
||||
{
|
||||
title: "Useful Links",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "/gallery",
|
||||
},
|
||||
title: "Useful Links", items: [
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Gallery", href: "/gallery" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Location: Sri Lanka",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "WhatsApp: +94 77 123 4567",
|
||||
href: "https://wa.me/94771234567",
|
||||
},
|
||||
title: "Contact", items: [
|
||||
{ label: "Location: Sri Lanka", href: "#" },
|
||||
{ label: "WhatsApp: +94 77 123 4567", href: "https://wa.me/94771234567" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user