Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-24 22:39:12 +00:00

View File

@@ -11,6 +11,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import TextAbout from '@/components/sections/about/TextAbout';
import { Sparkles, Footprints, Heart } from 'lucide-react';
export default function LandingPage() {
return (
@@ -31,35 +32,24 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "home",
href: "/",
name: "Home", id: "home"
},
{
name: "Products",
id: "products",
href: "#products",
name: "Products", id: "products"
},
{
name: "Features",
id: "features",
href: "#features",
name: "Features", id: "features"
},
{
name: "Testimonials",
id: "testimonials",
href: "#testimonials",
name: "Testimonials", id: "testimonials"
},
{
name: "FAQ",
id: "faq",
href: "#faq",
},
name: "FAQ", id: "faq"
}
]}
brandName="Sandals 212"
button={{
text: "Shop Now",
href: "#products",
text: "Shop Now", href: "#products"
}}
/>
</div>
@@ -67,20 +57,18 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboard
background={{
variant: "radial-gradient",
variant: "radial-gradient"
}}
title="Step into Unrivaled Luxury"
description="Experience unparalleled comfort and exquisite style with our handcrafted sandals, designed for the discerning individual."
tagAnimation="none"
buttons={[
{
text: "Explore Collection",
href: "#products",
text: "Explore Collection", href: "#products"
},
{
text: "Our Craftsmanship",
href: "#features",
},
text: "Our Craftsmanship", href: "#features"
}
]}
imageSrc="http://img.b2bpic.net/free-photo/legs-black-lady-walking-down-stairs-park_1262-6146.jpg"
mediaAnimation="slide-up"
@@ -102,26 +90,14 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Handcrafted Excellence",
description: "Each sandal is a masterpiece, painstakingly crafted by skilled artisans who pour their expertise into every stitch and detail, ensuring unparalleled quality.",
imageSrc: "http://img.b2bpic.net/free-photo/concentrated-shoemaker-workshop-making-shoes_171337-12275.jpg",
imageAlt: "Artisan working on sandal craftsmanship",
buttonIcon: "Sparkles",
title: "Handcrafted Excellence", description: "Each sandal is a masterpiece, painstakingly crafted by skilled artisans who pour their expertise into every stitch and detail, ensuring unparalleled quality.", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-shoemaker-workshop-making-shoes_171337-12275.jpg", imageAlt: "Artisan working on sandal craftsmanship", buttonIcon: Sparkles
},
{
title: "Luxurious Comfort",
description: "Experience a cloud-like embrace with our innovative ergonomic design and cushioned soles, providing all-day comfort without compromising on sophisticated style.",
imageSrc: "http://img.b2bpic.net/free-photo/boy-relaxing-spending-time-sea_23-2148606061.jpg",
imageAlt: "Foot in comfortable sandal",
buttonIcon: "Footprints",
title: "Luxurious Comfort", description: "Experience a cloud-like embrace with our innovative ergonomic design and cushioned soles, providing all-day comfort without compromising on sophisticated style.", imageSrc: "http://img.b2bpic.net/free-photo/boy-relaxing-spending-time-sea_23-2148606061.jpg", imageAlt: "Foot in comfortable sandal", buttonIcon: Footprints
},
{
title: "Timeless Style",
description: "Our designs blend classic elegance with contemporary trends, ensuring your Sandals 212 are not just footwear, but a statement piece that never goes out of fashion.",
imageSrc: "http://img.b2bpic.net/free-photo/trendy-young-stylish-woman-sitting-cafe-drinking-coffee_285396-1341.jpg",
imageAlt: "Fashionable model wearing sandals",
buttonIcon: "Heart",
},
title: "Timeless Style", description: "Our designs blend classic elegance with contemporary trends, ensuring your Sandals 212 are not just footwear, but a statement piece that never goes out of fashion.", imageSrc: "http://img.b2bpic.net/free-photo/trendy-young-stylish-woman-sitting-cafe-drinking-coffee_285396-1341.jpg", imageAlt: "Fashionable model wearing sandals", buttonIcon: Heart
}
]}
title="Unmatched Craftsmanship & Comfort"
description="Discover what makes Sandals 212 truly exceptional."
@@ -138,45 +114,21 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "sandal-1",
brand: "Sandals 212",
name: "The Golden Dusk Flat",
price: "$299",
rating: 5,
reviewCount: "212",
imageSrc: "http://img.b2bpic.net/free-photo/new-year-party-concept-with-cut-out-view-girl_23-2147995171.jpg",
imageAlt: "Elegant golden flat sandal",
id: "sandal-1", brand: "Sandals 212", name: "The Golden Dusk Flat", price: "$299", rating: 5,
reviewCount: "212", imageSrc: "http://img.b2bpic.net/free-photo/new-year-party-concept-with-cut-out-view-girl_23-2147995171.jpg", imageAlt: "Elegant golden flat sandal"
},
{
id: "sandal-2",
brand: "Sandals 212",
name: "Midnight Strappy Heel",
price: "$489",
rating: 5,
reviewCount: "188",
imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-happy-female-model-stylish-dress-standing-one-leg-beige-wall-celebrating-christmas_197531-6035.jpg",
imageAlt: "Luxurious black strappy high heel sandal",
id: "sandal-2", brand: "Sandals 212", name: "Midnight Strappy Heel", price: "$489", rating: 5,
reviewCount: "188", imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-happy-female-model-stylish-dress-standing-one-leg-beige-wall-celebrating-christmas_197531-6035.jpg", imageAlt: "Luxurious black strappy high heel sandal"
},
{
id: "sandal-3",
brand: "Sandals 212",
name: "Ivory Cloud Wedge",
price: "$349",
rating: 4,
reviewCount: "150",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-yellow-summer-dress-boho-style-interior-room_285396-10746.jpg",
imageAlt: "Stylish white wedge sandal",
id: "sandal-3", brand: "Sandals 212", name: "Ivory Cloud Wedge", price: "$349", rating: 4,
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-yellow-summer-dress-boho-style-interior-room_285396-10746.jpg", imageAlt: "Stylish white wedge sandal"
},
{
id: "sandal-4",
brand: "Sandals 212",
name: "Crimson Sunset Stiletto",
price: "$529",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/trendy-young-stylish-beautiful-woman-sitting-city-cafe-street_285396-1363.jpg",
imageAlt: "Vibrant red heeled sandal",
},
id: "sandal-4", brand: "Sandals 212", name: "Crimson Sunset Stiletto", price: "$529", rating: 5,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/trendy-young-stylish-beautiful-woman-sitting-city-cafe-street_285396-1363.jpg", imageAlt: "Vibrant red heeled sandal"
}
]}
title="Our Exquisite Collections"
description="Explore a curated selection of sandals designed for every occasion, blending unique designs with our signature comfort."
@@ -193,21 +145,17 @@ export default function LandingPage() {
author="Isabella V., Fashion Editor"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/beautiful-smiling-lady-white-jacket-standing-street-joyfully-looking-camera-with-cellphone-hands_574295-3308.jpg",
alt: "Isabella V. avatar",
src: "http://img.b2bpic.net/free-photo/beautiful-smiling-lady-white-jacket-standing-street-joyfully-looking-camera-with-cellphone-hands_574295-3308.jpg", alt: "Isabella V. avatar"
},
{
src: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg",
alt: "Marcus A. avatar",
src: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg", alt: "Marcus A. avatar"
},
{
src: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12703.jpg",
alt: "Sophia L. avatar",
src: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12703.jpg", alt: "Sophia L. avatar"
},
{
src: "http://img.b2bpic.net/free-photo/close-up-smiling-african-american-woman-with-dark-curly-hair-smiling-camera-near-with-copy-space-your-advertisement-colorful-background-space-text_574295-4835.jpg",
alt: "Eleanor R. avatar",
},
src: "http://img.b2bpic.net/free-photo/close-up-smiling-african-american-woman-with-dark-curly-hair-smiling-camera-near-with-copy-space-your-advertisement-colorful-background-space-text_574295-4835.jpg", alt: "Eleanor R. avatar"
}
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -219,22 +167,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Vogue",
"Harper's Bazaar",
"ELLE",
"GQ",
"Glamour",
"Cosmopolitan",
"Marie Claire",
"Vogue", "Harper's Bazaar", "ELLE", "GQ", "Glamour", "Cosmopolitan", "Marie Claire"
]}
logos={[
"http://img.b2bpic.net/free-vector/elegant-pack-vintage-logo-templates_23-2147846606.jpg",
"http://img.b2bpic.net/free-vector/handwritten-logos-collection_23-2147523369.jpg",
"http://img.b2bpic.net/free-vector/black-friday-sales-background-with-watercolor-stains_23-2147952308.jpg",
"http://img.b2bpic.net/free-psd/luxury-men-s-fashion-youtube-cover-template_23-2150861636.jpg",
"http://img.b2bpic.net/free-vector/white-ornamental-luxury-brand-design_1035-8545.jpg",
"http://img.b2bpic.net/free-psd/horizontal-banner-type-phrases_23-2148829015.jpg",
"http://img.b2bpic.net/free-vector/pack-four-book-reading-logos-flat-design_23-2147594436.jpg",
"http://img.b2bpic.net/free-vector/elegant-pack-vintage-logo-templates_23-2147846606.jpg", "http://img.b2bpic.net/free-vector/handwritten-logos-collection_23-2147523369.jpg", "http://img.b2bpic.net/free-vector/black-friday-sales-background-with-watercolor-stains_23-2147952308.jpg", "http://img.b2bpic.net/free-psd/luxury-men-s-fashion-youtube-cover-template_23-2150861636.jpg", "http://img.b2bpic.net/free-vector/white-ornamental-luxury-brand-design_1035-8545.jpg", "http://img.b2bpic.net/free-psd/horizontal-banner-type-phrases_23-2148829015.jpg", "http://img.b2bpic.net/free-vector/pack-four-book-reading-logos-flat-design_23-2147594436.jpg"
]}
title="Loved by Discerning Individuals"
description="Featured in leading luxury publications and adored by fashion connoisseurs worldwide."
@@ -251,35 +187,23 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "What materials are your sandals made from?",
content: "Our sandals are crafted using only the finest, ethically sourced materials, including premium Italian leather, soft suede, and durable yet lightweight outsoles for maximum comfort and longevity.",
id: "1", title: "What materials are your sandals made from?", content: "Our sandals are crafted using only the finest, ethically sourced materials, including premium Italian leather, soft suede, and durable yet lightweight outsoles for maximum comfort and longevity."
},
{
id: "2",
title: "How do I determine my size?",
content: "We recommend referring to our comprehensive sizing chart available on each product page. If you are between sizes, we suggest sizing up for optimal comfort.",
id: "2", title: "How do I determine my size?", content: "We recommend referring to our comprehensive sizing chart available on each product page. If you are between sizes, we suggest sizing up for optimal comfort."
},
{
id: "3",
title: "What is your return policy?",
content: "We offer a 30-day return policy for unworn items in their original packaging. Please visit our 'Returns & Exchanges' page for detailed instructions and eligibility.",
id: "3", title: "What is your return policy?", content: "We offer a 30-day return policy for unworn items in their original packaging. Please visit our 'Returns & Exchanges' page for detailed instructions and eligibility."
},
{
id: "4",
title: "How should I care for my sandals?",
content: "To maintain the beauty and durability of your Sandals 212, we recommend cleaning them with a soft, damp cloth and storing them in the provided dust bag when not in use. Avoid prolonged exposure to direct sunlight and moisture.",
id: "4", title: "How should I care for my sandals?", content: "To maintain the beauty and durability of your Sandals 212, we recommend cleaning them with a soft, damp cloth and storing them in the provided dust bag when not in use. Avoid prolonged exposure to direct sunlight and moisture."
},
{
id: "5",
title: "Do you offer international shipping?",
content: "Yes, we proudly offer international shipping to a wide range of countries. Shipping costs and delivery times will vary depending on the destination and will be calculated at checkout.",
id: "5", title: "Do you offer international shipping?", content: "Yes, we proudly offer international shipping to a wide range of countries. Shipping costs and delivery times will vary depending on the destination and will be calculated at checkout."
},
{
id: "6",
title: "Are your sandals suitable for wide feet?",
content: "Many of our designs are crafted to accommodate various foot widths. We recommend checking the product description for specific fit recommendations or contacting our customer service team for personalized advice.",
},
id: "6", title: "Are your sandals suitable for wide feet?", content: "Many of our designs are crafted to accommodate various foot widths. We recommend checking the product description for specific fit recommendations or contacting our customer service team for personalized advice."
}
]}
title="Your Questions, Answered"
description="Find quick answers to common inquiries about our sandals, from craftsmanship to care."
@@ -293,69 +217,54 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Shop",
items: [
title: "Shop", items: [
{
label: "All Sandals",
href: "#products",
label: "All Sandals", href: "#products"
},
{
label: "New Arrivals",
href: "#products",
label: "New Arrivals", href: "#products"
},
{
label: "Best Sellers",
href: "#products",
},
],
label: "Best Sellers", href: "#products"
}
]
},
{
title: "About Us",
items: [
title: "About Us", items: [
{
label: "Our Story",
href: "#about",
label: "Our Story", href: "#about"
},
{
label: "Craftsmanship",
href: "#features",
label: "Craftsmanship", href: "#features"
},
{
label: "Testimonials",
href: "#testimonials",
},
],
label: "Testimonials", href: "#testimonials"
}
]
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "FAQ",
href: "#faq",
label: "FAQ", href: "#faq"
},
{
label: "Contact Us",
href: "#",
label: "Contact Us", href: "#"
},
{
label: "Shipping & Returns",
href: "#",
},
],
label: "Shipping & Returns", href: "#"
}
]
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
label: "Privacy Policy", href: "#"
},
{
label: "Terms of Service",
href: "#",
},
],
},
label: "Terms of Service", href: "#"
}
]
}
]}
logoText="Sandals 212"
copyrightText="© 2025 Sandals 212. All rights reserved."