Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-22 06:09:44 +00:00

View File

@@ -31,42 +31,30 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Shop",
id: "products",
},
name: "Shop", id: "products"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Reviews",
id: "testimonials",
},
name: "Reviews", id: "testimonials"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Gallery of Tints"
button={{ text: "Contact Now", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{
variant: "gradient-bars",
}}
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: "Shop New Arrivals", href: "#products"},
{
text: "Learn About Us",
href: "#about",
},
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"
@@ -89,26 +77,11 @@ 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."
@@ -123,59 +96,23 @@ export default function LandingPage() {
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: "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: "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: "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: "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: "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: "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."
@@ -184,63 +121,33 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
animationType="scale-rotate"
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Elena R.",
role: "Fashion Stylist",
company: "Studio Luxe",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-blue-eyes-young-woman-denim-jacket_613910-10554.jpg",
},
id: "1", name: "Elena R.", role: "Fashion Stylist", company: "Studio Luxe", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-blue-eyes-young-woman-denim-jacket_613910-10554.jpg"},
{
id: "2",
name: "Sarah J.",
role: "Creative",
company: "Design Daily",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-s-reflection-mirror_23-2149426425.jpg",
},
id: "2", name: "Sarah J.", role: "Creative", company: "Design Daily", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-s-reflection-mirror_23-2149426425.jpg"},
{
id: "3",
name: "Maya K.",
role: "Boutique Owner",
company: "Vogue Trends",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/sideways-portrait-asian-model_23-2148240012.jpg",
},
id: "3", name: "Maya K.", role: "Boutique Owner", company: "Vogue Trends", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/sideways-portrait-asian-model_23-2148240012.jpg"},
{
id: "4",
name: "Chloe T.",
role: "Influencer",
company: "Style Scout",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/creative-fashion-mascarade-halloween-celebration-elegant-flirty-cheerful-young-woman-with-short-blonde-hair-artistic-make-up-laughing-out-loud-posing-dark-wall-fancy-black-dress_343059-4356.jpg",
},
id: "4", name: "Chloe T.", role: "Influencer", company: "Style Scout", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/creative-fashion-mascarade-halloween-celebration-elegant-flirty-cheerful-young-woman-with-short-blonde-hair-artistic-make-up-laughing-out-loud-posing-dark-wall-fancy-black-dress_343059-4356.jpg"},
{
id: "5",
name: "Sophie L.",
role: "Editor",
company: "Fashion Mag",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-dark-wall_329181-7280.jpg",
},
id: "5", name: "Sophie L.", role: "Editor", company: "Fashion Mag", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-dark-wall_329181-7280.jpg"},
]}
kpiItems={[
{
value: "1000+",
label: "Happy Clients",
},
value: "1000+", label: "Happy Clients"},
{
value: "4.9/5",
label: "Avg Rating",
},
value: "4.9/5", label: "Avg Rating"},
{
value: "50+",
label: "Styles Weekly",
},
value: "50+", label: "Styles Weekly"},
]}
title="Loved by Our Community"
description="Hear what our style enthusiasts have to say."
@@ -253,20 +160,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "How long is shipping?",
content: "Most orders are processed within 24 hours and shipped via express courier.",
},
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: "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: "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."
@@ -281,22 +179,14 @@ export default function LandingPage() {
description="Have questions about a style or size? Send us a message."
inputs={[
{
name: "name",
type: "text",
placeholder: "Name",
required: true,
name: "name", type: "text", placeholder: "Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Email",
required: true,
name: "email", type: "email", placeholder: "Email", required: true,
},
]}
textarea={{
name: "message",
placeholder: "How can we help?",
rows: 4,
name: "message", placeholder: "How can we help?", rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/futuristic-store-with-abstract-concept-architecture_23-2150861918.jpg"
/>
@@ -306,54 +196,33 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Shop",
items: [
title: "Shop", items: [
{
label: "New Arrivals",
href: "#products",
},
label: "New Arrivals", href: "#products"},
{
label: "Bestsellers",
href: "#products",
},
label: "Bestsellers", href: "#products"},
{
label: "Sales",
href: "#products",
},
label: "Sales", href: "#products"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
{
label: "Shipping Info",
href: "#",
},
label: "Shipping Info", href: "#"},
{
label: "Contact Us",
href: "#contact",
},
label: "Contact Us", href: "#contact"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Instagram",
href: "https://www.instagram.com/galleryoftints",
},
label: "Instagram", href: "https://www.instagram.com/galleryoftints"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
],
},
]}