Merge version_2 into main #3
@@ -30,30 +30,24 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Shop", id: "products"},
|
||||
{
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "Shop", id: "products" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Gallery of Tints"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
logoText="Gallery of Tints"
|
||||
description="Curated elegance for the modern woman. Discover timeless dresses crafted with a focus on color, quality, and sophistication."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop New Arrivals", href: "#products"},
|
||||
{
|
||||
text: "Learn About Us", href: "#about"},
|
||||
{ text: "Shop New Arrivals", href: "#products" },
|
||||
{ text: "Learn About Us", href: "#about" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elegant-woman-shiny-long-dress_343629-136.jpg"
|
||||
imageAlt="Model wearing luxury dress from Gallery of Tints"
|
||||
@@ -76,11 +70,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1", title: "Premium Materials", description: "Ethically sourced fabrics designed for comfort and durability.", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/mexican-culture-with-textured-blue-item_23-2149672986.jpg"},
|
||||
id: "f1", title: "Premium Materials", description: "Ethically sourced fabrics designed for comfort and durability.", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/mexican-culture-with-textured-blue-item_23-2149672986.jpg"
|
||||
},
|
||||
{
|
||||
id: "f2", title: "Swift Delivery", description: "Your new favorite dress shipped with care and speed.", tag: "Shipping", imageSrc: "http://img.b2bpic.net/free-photo/set-present-boxes-wraps-with-twigs-tag_23-2147969873.jpg"},
|
||||
id: "f2", title: "Swift Delivery", description: "Your new favorite dress shipped with care and speed.", tag: "Shipping", imageSrc: "http://img.b2bpic.net/free-photo/set-present-boxes-wraps-with-twigs-tag_23-2147969873.jpg"
|
||||
},
|
||||
{
|
||||
id: "f3", title: "Style Consultation", description: "Personalized style advice for any occasion.", tag: "Service", imageSrc: "http://img.b2bpic.net/free-photo/two-beautiful-woman-looking-dress_1170-810.jpg"},
|
||||
id: "f3", title: "Style Consultation", description: "Personalized style advice for any occasion.", tag: "Service", imageSrc: "http://img.b2bpic.net/free-photo/two-beautiful-woman-looking-dress_1170-810.jpg"
|
||||
},
|
||||
]}
|
||||
title="Designed for Elegance"
|
||||
description="Excellence in every stitch."
|
||||
@@ -94,24 +91,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", brand: "Gallery", name: "Silk Slip Midi", price: "$129", rating: 5,
|
||||
reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-out-yellow-scene_23-2148185006.jpg"},
|
||||
{
|
||||
id: "p2", brand: "Gallery", name: "Evening Wrap Dress", price: "$159", rating: 5,
|
||||
reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/young-asian-model-posing-autumn-clothes_23-2149071348.jpg"},
|
||||
{
|
||||
id: "p3", brand: "Gallery", name: "Classic Shift Dress", price: "$115", rating: 4,
|
||||
reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-blond-woman-long-white-dress-black-gloves_613910-10969.jpg"},
|
||||
{
|
||||
id: "p4", brand: "Gallery", name: "Boho Floral Maxi", price: "$189", rating: 5,
|
||||
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184413.jpg"},
|
||||
{
|
||||
id: "p5", brand: "Gallery", name: "Minimalist Day Dress", price: "$99", rating: 4,
|
||||
reviewCount: "41", imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-pink-shirt_158595-1051.jpg"},
|
||||
{
|
||||
id: "p6", brand: "Gallery", name: "Velvet Evening Gown", price: "$249", rating: 5,
|
||||
reviewCount: "9", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-beautiful-white-wedding-dress-hanging-by-door-bride-s-room_181624-20093.jpg"},
|
||||
{ id: "p1", brand: "Gallery", name: "Silk Slip Midi", price: "$129", rating: 5, reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-out-yellow-scene_23-2148185006.jpg" },
|
||||
{ id: "p2", brand: "Gallery", name: "Evening Wrap Dress", price: "$159", rating: 5, reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/young-asian-model-posing-autumn-clothes_23-2149071348.jpg" },
|
||||
{ id: "p3", brand: "Gallery", name: "Classic Shift Dress", price: "$115", rating: 4, reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-blond-woman-long-white-dress-black-gloves_613910-10969.jpg" },
|
||||
{ id: "p4", brand: "Gallery", name: "Boho Floral Maxi", price: "$189", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184413.jpg" },
|
||||
{ id: "p5", brand: "Gallery", name: "Minimalist Day Dress", price: "$99", rating: 4, reviewCount: "41", imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-pink-shirt_158595-1051.jpg" },
|
||||
{ id: "p6", brand: "Gallery", name: "Velvet Evening Gown", price: "$249", rating: 5, reviewCount: "9", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-beautiful-white-wedding-dress-hanging-by-door-bride-s-room_181624-20093.jpg" },
|
||||
]}
|
||||
title="Shop Our Collection"
|
||||
description="Hand-picked dresses for your next special moment."
|
||||
@@ -126,12 +111,9 @@ export default function LandingPage() {
|
||||
title="Loved by Our Community"
|
||||
description="Hear what our style enthusiasts have to say."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Elena R.", handle: "@elena_style", testimonial: "Absolute perfection in every piece I've bought.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-blue-eyes-young-woman-denim-jacket_613910-10554.jpg"},
|
||||
{
|
||||
id: "2", name: "Sarah J.", handle: "@sarah_design", testimonial: "The quality is unmatched, truly elegant.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-s-reflection-mirror_23-2149426425.jpg"},
|
||||
{
|
||||
id: "3", name: "Maya K.", handle: "@maya_boutique", testimonial: "Stunning designs that feel timeless.", imageSrc: "http://img.b2bpic.net/free-photo/sideways-portrait-asian-model_23-2148240012.jpg"}
|
||||
{ id: "1", name: "Elena R.", handle: "@elena_style", testimonial: "Absolute perfection in every piece I've bought.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-blue-eyes-young-woman-denim-jacket_613910-10554.jpg" },
|
||||
{ id: "2", name: "Sarah J.", handle: "@sarah_design", testimonial: "The quality is unmatched, truly elegant.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-s-reflection-mirror_23-2149426425.jpg" },
|
||||
{ id: "3", name: "Maya K.", handle: "@maya_boutique", testimonial: "Stunning designs that feel timeless.", imageSrc: "http://img.b2bpic.net/free-photo/sideways-portrait-asian-model_23-2148240012.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -141,12 +123,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1", title: "How long is shipping?", content: "Most orders are processed within 24 hours and shipped via express courier."},
|
||||
{
|
||||
id: "q2", title: "What is your return policy?", content: "We offer a 30-day return policy for unworn items with tags attached."},
|
||||
{
|
||||
id: "q3", title: "Do you ship internationally?", content: "Yes, we ship globally using DHL and FedEx for reliable international delivery."},
|
||||
{ id: "q1", title: "How long is shipping?", content: "Most orders are processed within 24 hours and shipped via express courier." },
|
||||
{ id: "q2", title: "What is your return policy?", content: "We offer a 30-day return policy for unworn items with tags attached." },
|
||||
{ id: "q3", title: "Do you ship internationally?", content: "Yes, we ship globally using DHL and FedEx for reliable international delivery." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about your shopping experience."
|
||||
@@ -161,6 +140,7 @@ export default function LandingPage() {
|
||||
title="Get in Touch"
|
||||
description="Have questions about a style or size? Send us a message."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/futuristic-store-with-abstract-concept-architecture_23-2150861918.jpg"
|
||||
background={{ variant: "gradient-bars" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user