Merge version_1 into main #2

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

View File

@@ -32,22 +32,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Shop",
id: "products",
},
{
name: "About",
id: "about",
},
{
name: "Support",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Shop", id: "products" },
{ name: "About", id: "about" },
{ name: "Support", id: "contact" },
]}
brandName="AuraShop"
/>
@@ -56,109 +44,33 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitTestimonial
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Elevate Your Everyday Essentials"
description="Curated selection of premium gym gear, modern baby care, and lifestyle accessories designed to fit your rhythm. Experience innovation in every detail."
testimonials={[
{
name: "Alex Rivers",
handle: "@alexrivers",
testimonial: "The gym gear I received is absolutely top-tier. Exceeded all expectations!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/chicken-quail-eggs-feathers-bowl-near-big-quills_23-2148073853.jpg?_wi=1",
imageAlt: "luxury product photography dark aesthetic",
},
{
name: "Sarah Miller",
handle: "@sarahmiller",
testimonial: "Incredible baby products! Fast shipping and beautiful design.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-searching-fornew-clothes_23-2147688706.jpg?_wi=1",
imageAlt: "luxury product photography dark aesthetic",
},
{
name: "Jordan Lee",
handle: "@jordanlee",
testimonial: "Found the perfect accessories to organize my desk. Life changer.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/dumbells-still-life-studio_23-2151747200.jpg?_wi=1",
imageAlt: "luxury product photography dark aesthetic",
},
{
name: "Chris B.",
handle: "@chrisbfitness",
testimonial: "Best service and quality in the market. Highly recommended.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/baby-goods-light-blue_1220-4432.jpg?_wi=1",
imageAlt: "luxury product photography dark aesthetic",
},
{
name: "Jamie Taylor",
handle: "@jamie_t",
testimonial: "Exceptional curation, everything here feels truly premium.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17254.jpg?_wi=1",
imageAlt: "luxury product photography dark aesthetic",
},
{ name: "Alex Rivers", handle: "@alexrivers", testimonial: "The gym gear I received is absolutely top-tier. Exceeded all expectations!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/chicken-quail-eggs-feathers-bowl-near-big-quills_23-2148073853.jpg", imageAlt: "luxury product photography dark aesthetic" },
{ name: "Sarah Miller", handle: "@sarahmiller", testimonial: "Incredible baby products! Fast shipping and beautiful design.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-searching-fornew-clothes_23-2147688706.jpg", imageAlt: "luxury product photography dark aesthetic" },
{ name: "Jordan Lee", handle: "@jordanlee", testimonial: "Found the perfect accessories to organize my desk. Life changer.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dumbells-still-life-studio_23-2151747200.jpg", imageAlt: "luxury product photography dark aesthetic" },
{ name: "Chris B.", handle: "@chrisbfitness", testimonial: "Best service and quality in the market. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/baby-goods-light-blue_1220-4432.jpg", imageAlt: "luxury product photography dark aesthetic" },
{ name: "Jamie Taylor", handle: "@jamie_t", testimonial: "Exceptional curation, everything here feels truly premium.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17254.jpg", imageAlt: "luxury product photography dark aesthetic" },
]}
buttons={[
{
text: "Shop Now",
href: "#products",
},
{
text: "View Collection",
href: "#products",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/chicken-quail-eggs-feathers-bowl-near-big-quills_23-2148073853.jpg?_wi=2"
buttons={[{ text: "Shop Now", href: "#products" }, { text: "View Collection", href: "#products" }]}
imageSrc="http://img.b2bpic.net/free-photo/chicken-quail-eggs-feathers-bowl-near-big-quills_23-2148073853.jpg"
imageAlt="Curated lifestyle and gym accessories showcase"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/chicken-eggs-feathers-bowl-table_23-2148073874.jpg",
alt: "Portrait of happy customer",
},
{
src: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230633.jpg",
alt: "Portrait of athletic customer",
},
{
src: "http://img.b2bpic.net/free-photo/twig-near-cups-lamp_23-2147811205.jpg",
alt: "Portrait of parent customer",
},
{
src: "http://img.b2bpic.net/free-photo/chicken-quail-eggs-feathers-bowl-near-big-quills-can_23-2148073854.jpg",
alt: "Portrait of professional customer",
},
{
src: "http://img.b2bpic.net/free-photo/cheerful-girl-using-smartphone-while-listening-music-headphones-sofa-home_8353-6598.jpg",
alt: "Portrait of stylish shopper",
},
{ src: "http://img.b2bpic.net/free-photo/chicken-eggs-feathers-bowl-table_23-2148073874.jpg", alt: "Portrait of happy customer" },
{ src: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230633.jpg", alt: "Portrait of athletic customer" },
{ src: "http://img.b2bpic.net/free-photo/twig-near-cups-lamp_23-2147811205.jpg", alt: "Portrait of parent customer" },
{ src: "http://img.b2bpic.net/free-photo/chicken-quail-eggs-feathers-bowl-near-big-quills-can_23-2148073854.jpg", alt: "Portrait of professional customer" },
{ src: "http://img.b2bpic.net/free-photo/cheerful-girl-using-smartphone-while-listening-music-headphones-sofa-home_8353-6598.jpg", alt: "Portrait of stylish shopper" },
]}
marqueeItems={[
{
type: "text",
text: "Premium Quality",
},
{
type: "text",
text: "Fast Global Shipping",
},
{
type: "text",
text: "Curated Selection",
},
{
type: "text",
text: "Lifetime Support",
},
{
type: "text",
text: "Secure Checkout",
},
{ type: "text", text: "Premium Quality" },
{ type: "text", text: "Fast Global Shipping" },
{ type: "text", text: "Curated Selection" },
{ type: "text", text: "Lifetime Support" },
{ type: "text", text: "Secure Checkout" },
]}
/>
</div>
@@ -167,26 +79,11 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
useInvertedBackground={false}
heading={[
{
type: "text",
content: "Crafting",
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/woman-searching-fornew-clothes_23-2147688706.jpg",
alt: "Curated shelf",
},
{
type: "text",
content: "Modern Experiences",
},
]}
buttons={[
{
text: "Learn Our Story",
href: "#",
},
{ type: "text", content: "Crafting" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/woman-searching-fornew-clothes_23-2147688706.jpg", alt: "Curated shelf" },
{ type: "text", content: "Modern Experiences" },
]}
buttons={[{ text: "Learn Our Story", href: "#" }]}
/>
</div>
@@ -197,55 +94,25 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Gym & Fitness",
description: "High-performance gear engineered for durability and results, optimized for your daily routine.",
icon: Activity,
title: "Gym & Fitness", description: "High-performance gear engineered for durability and results, optimized for your daily routine.", icon: Activity,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/dumbells-still-life-studio_23-2151747200.jpg?_wi=2",
imageAlt: "Premium gym equipment",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/workout-equipment-with-christmas-theme-decorations_23-2149564367.jpg",
imageAlt: "Alternative view",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/chicken-quail-eggs-feathers-bowl-near-big-quills_23-2148073853.jpg?_wi=3",
imageAlt: "professional home gym accessories",
{ imageSrc: "http://img.b2bpic.net/free-photo/dumbells-still-life-studio_23-2151747200.jpg", imageAlt: "Premium gym equipment" },
{ imageSrc: "http://img.b2bpic.net/free-photo/workout-equipment-with-christmas-theme-decorations_23-2149564367.jpg", imageAlt: "Alternative view" },
]
},
{
title: "Nursery Essentials",
description: "Safe, stylish, and practical baby products tailored for your little one's comfort and developmental needs.",
icon: Heart,
title: "Nursery Essentials", description: "Safe, stylish, and practical baby products tailored for your little one's comfort and developmental needs.", icon: Heart,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/baby-goods-light-blue_1220-4432.jpg?_wi=2",
imageAlt: "Nursery care products",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/kids-handmade-toys-newborn-crib_169016-37712.jpg",
imageAlt: "Alternative view",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/woman-searching-fornew-clothes_23-2147688706.jpg?_wi=2",
imageAlt: "professional home gym accessories",
{ imageSrc: "http://img.b2bpic.net/free-photo/baby-goods-light-blue_1220-4432.jpg", imageAlt: "Nursery care products" },
{ imageSrc: "http://img.b2bpic.net/free-photo/kids-handmade-toys-newborn-crib_169016-37712.jpg", imageAlt: "Alternative view" },
]
},
{
title: "Lifestyle Accessories",
description: "Tech-forward accessories and lifestyle goods curated to simplify your life and enhance your aesthetic.",
icon: Smartphone,
title: "Lifestyle Accessories", description: "Tech-forward accessories and lifestyle goods curated to simplify your life and enhance your aesthetic.", icon: Smartphone,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17254.jpg?_wi=2",
imageAlt: "Lifestyle tech accessories",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17216.jpg",
imageAlt: "Alternative view",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-female-gym-stretching_23-2148353050.jpg?_wi=1",
imageAlt: "professional home gym accessories",
{ imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17254.jpg", imageAlt: "Lifestyle tech accessories" },
{ imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17216.jpg", imageAlt: "Alternative view" },
]
},
]}
title="Why Choose AuraShop?"
@@ -260,48 +127,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Power Resistance Set",
price: "$29.99",
variant: "Fitness",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-female-gym-stretching_23-2148353050.jpg?_wi=2",
},
{
id: "p2",
name: "Soft Silicon Feeding Kit",
price: "$19.99",
variant: "Baby",
imageSrc: "http://img.b2bpic.net/free-photo/cute-rabbits-near-plates-with-eggs_23-2147761051.jpg",
},
{
id: "p3",
name: "Smart Health Watch",
price: "$89.99",
variant: "Lifestyle",
imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-virtual-reality-goggles-his-head_23-2148815656.jpg",
},
{
id: "p4",
name: "Audio Buds V2",
price: "$49.99",
variant: "Tech",
imageSrc: "http://img.b2bpic.net/free-photo/overhead-photo-trendy-bracelets-smartphone-laptop-earphones-lying-woman-shirt-sunglasses-someone-forgot-headphones-bag-accessories-bed_197531-3219.jpg",
},
{
id: "p5",
name: "Eco Comfort Gym Mat",
price: "$35.00",
variant: "Fitness",
imageSrc: "http://img.b2bpic.net/free-photo/modern-sport-composition-with-apple_23-2148000367.jpg",
},
{
id: "p6",
name: "Infant Ergonomic Carrier",
price: "$65.00",
variant: "Baby",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-baby-shower-essentials_23-2148430451.jpg",
},
{ id: "p1", name: "Power Resistance Set", price: "$29.99", variant: "Fitness", imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-female-gym-stretching_23-2148353050.jpg" },
{ id: "p2", name: "Soft Silicon Feeding Kit", price: "$19.99", variant: "Baby", imageSrc: "http://img.b2bpic.net/free-photo/cute-rabbits-near-plates-with-eggs_23-2147761051.jpg" },
{ id: "p3", name: "Smart Health Watch", price: "$89.99", variant: "Lifestyle", imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-virtual-reality-goggles-his-head_23-2148815656.jpg" },
{ id: "p4", name: "Audio Buds V2", price: "$49.99", variant: "Tech", imageSrc: "http://img.b2bpic.net/free-photo/overhead-photo-trendy-bracelets-smartphone-laptop-earphones-lying-woman-shirt-sunglasses-someone-forgot-headphones-bag-accessories-bed_197531-3219.jpg" },
{ id: "p5", name: "Eco Comfort Gym Mat", price: "$35.00", variant: "Fitness", imageSrc: "http://img.b2bpic.net/free-photo/modern-sport-composition-with-apple_23-2148000367.jpg" },
{ id: "p6", name: "Infant Ergonomic Carrier", price: "$65.00", variant: "Baby", imageSrc: "http://img.b2bpic.net/free-photo/top-view-baby-shower-essentials_23-2148430451.jpg" },
]}
title="Trending Collections"
description="Explore the latest drops added to our catalogue."
@@ -315,26 +146,10 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "15k+",
description: "Happy Customers",
},
{
id: "m2",
value: "100+",
description: "Global Brands",
},
{
id: "m3",
value: "98%",
description: "Satisfaction Rate",
},
{
id: "m4",
value: "24/7",
description: "Live Support",
},
{ id: "m1", value: "15k+", description: "Happy Customers" },
{ id: "m2", value: "100+", description: "Global Brands" },
{ id: "m3", value: "98%", description: "Satisfaction Rate" },
{ id: "m4", value: "24/7", description: "Live Support" },
]}
title="Our Growth"
description="Numbers that define our commitment to quality."
@@ -343,44 +158,15 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Miller",
role: "Fashion Blogger",
testimonial: "AuraShop made it so easy to find high-quality accessories.",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-girl-using-smartphone-while-listening-music-headphones-sofa-home_8353-6598.jpg",
},
{
id: "2",
name: "Michael Chen",
role: "Fitness Coach",
testimonial: "The resistance gear is professional grade.",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-is-engaged-gym_1157-32158.jpg",
},
{
id: "3",
name: "Emily Rodriguez",
role: "Parenting Creator",
testimonial: "Finally, an ecommerce site that treats baby gear right.",
imageSrc: "http://img.b2bpic.net/free-photo/mother-with-little-daughter-room_1157-21643.jpg",
},
{
id: "4",
name: "David Kim",
role: "Tech Enthusiast",
testimonial: "Fast shipping and great customer service.",
imageSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg",
},
{
id: "5",
name: "Jessica Lee",
role: "Home Organizer",
testimonial: "These accessories have organized my home perfectly.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-beautiful-woman-posing-against-concrete-wall-sunny-day-summer-fashion-style-trend_285396-10754.jpg",
},
{ id: "1", name: "Sarah Miller", role: "Fashion Blogger", testimonial: "AuraShop made it so easy to find high-quality accessories.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-girl-using-smartphone-while-listening-music-headphones-sofa-home_8353-6598.jpg" },
{ id: "2", name: "Michael Chen", role: "Fitness Coach", testimonial: "The resistance gear is professional grade.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-is-engaged-gym_1157-32158.jpg" },
{ id: "3", name: "Emily Rodriguez", role: "Parenting Creator", testimonial: "Finally, an ecommerce site that treats baby gear right.", imageSrc: "http://img.b2bpic.net/free-photo/mother-with-little-daughter-room_1157-21643.jpg" },
{ id: "4", name: "David Kim", role: "Tech Enthusiast", testimonial: "Fast shipping and great customer service.", imageSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg" },
{ id: "5", name: "Jessica Lee", role: "Home Organizer", testimonial: "These accessories have organized my home perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-beautiful-woman-posing-against-concrete-wall-sunny-day-summer-fashion-style-trend_285396-10754.jpg" },
]}
title="What Our Clients Say"
description="Join thousands of satisfied shoppers worldwide."
@@ -392,21 +178,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
faqs={[
{
id: "q1",
title: "How fast is shipping?",
content: "Most orders arrive within 5-7 business days.",
},
{
id: "q2",
title: "Do you offer refunds?",
content: "Yes, we have a 30-day hassle-free return policy.",
},
{
id: "q3",
title: "Where do you ship?",
content: "We ship to over 100+ countries worldwide.",
},
{ id: "q1", title: "How fast is shipping?", content: "Most orders arrive within 5-7 business days." },
{ id: "q2", title: "Do you offer refunds?", content: "Yes, we have a 30-day hassle-free return policy." },
{ id: "q3", title: "Where do you ship?", content: "We ship to over 100+ countries worldwide." },
]}
title="Need Help?"
description="Answers to common questions about our products and services."
@@ -417,9 +191,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
tag="Newsletter"
title="Stay Connected"
description="Sign up for exclusive drops, fitness tips, and parenting advice."
@@ -432,14 +204,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="AuraShop"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
rightLink={{
text: "Terms of Service",
href: "#",
}}
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
/>
</div>
</ReactLenis>