349 lines
11 KiB
TypeScript
349 lines
11 KiB
TypeScript
"use client";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import ReactLenis from "lenis/react";
|
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
|
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
|
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
|
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
|
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
|
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
|
import { Award, Globe, Snowflake, Sparkles, Star, Sun } from "lucide-react";
|
|
|
|
export default function LandingPage() {
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="hover-magnetic"
|
|
defaultTextAnimation="background-highlight"
|
|
borderRadius="soft"
|
|
contentWidth="smallMedium"
|
|
sizing="largeSmall"
|
|
background="noise"
|
|
cardStyle="layered-gradient"
|
|
primaryButtonStyle="shadow"
|
|
secondaryButtonStyle="solid"
|
|
headingFontWeight="light"
|
|
>
|
|
<ReactLenis root>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarStyleFullscreen
|
|
navItems={[
|
|
{
|
|
name: "Home",
|
|
id: "hero",
|
|
},
|
|
{
|
|
name: "Shop",
|
|
id: "products",
|
|
},
|
|
{
|
|
name: "About",
|
|
id: "about",
|
|
},
|
|
{
|
|
name: "Contact",
|
|
id: "contact",
|
|
},
|
|
]}
|
|
brandName="Aura"
|
|
/>
|
|
</div>
|
|
|
|
<div id="hero" data-section="hero">
|
|
<HeroLogoBillboard
|
|
background={{
|
|
variant: "sparkles-gradient",
|
|
}}
|
|
logoText="AURA"
|
|
description="Fashion Without Borders. Worldwide shipping for our global community."
|
|
buttons={[
|
|
{
|
|
text: "Shop Now",
|
|
href: "#products",
|
|
},
|
|
{
|
|
text: "Contact Us",
|
|
href: "#contact",
|
|
},
|
|
]}
|
|
mediaAnimation="slide-up"
|
|
imageSrc="http://img.b2bpic.net/free-photo/fabulous-drag-queen-getting-ready-photo-shooting_23-2149138203.jpg"
|
|
imageAlt="luxury fashion model black gold"
|
|
/>
|
|
</div>
|
|
|
|
<div id="features" data-section="features">
|
|
<FeatureBorderGlow
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={true}
|
|
features={[
|
|
{
|
|
icon: Sparkles,
|
|
title: "Streetwear",
|
|
description: "Urban essentials for everyday life.",
|
|
},
|
|
{
|
|
icon: Star,
|
|
title: "Casual Wear",
|
|
description: "Effortless styles for the modern individual.",
|
|
},
|
|
{
|
|
icon: Award,
|
|
title: "Formal Wear",
|
|
description: "Sophisticated pieces for special occasions.",
|
|
},
|
|
{
|
|
icon: Sun,
|
|
title: "Summer Collection",
|
|
description: "Light, breezy styles for warmer days.",
|
|
},
|
|
{
|
|
icon: Snowflake,
|
|
title: "Winter Collection",
|
|
description: "Cozy, warm styles for colder days.",
|
|
},
|
|
]}
|
|
title="Our Categories"
|
|
description="Discover our curated collections for every occasion."
|
|
/>
|
|
</div>
|
|
|
|
<div id="products" data-section="products">
|
|
<ProductCardFour
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
gridVariant="four-items-2x2-equal-grid"
|
|
useInvertedBackground={false}
|
|
products={[
|
|
{
|
|
id: "p1",
|
|
name: "Urban Hoodie",
|
|
price: "$120.00",
|
|
variant: "Sale",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-wearing-white-hoodie_23-2149359843.jpg",
|
|
},
|
|
{
|
|
id: "p2",
|
|
name: "Silk Dress",
|
|
price: "$350.00",
|
|
variant: "New",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/bearded-young-man-presenting-soft-cotton-plain-gray-sweatshirt-with-black-jeans-isolated-white_346278-965.jpg",
|
|
},
|
|
{
|
|
id: "p3",
|
|
name: "Classic Trousers",
|
|
price: "$180.00",
|
|
variant: "Popular",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/young-blond-woman-white-long-dress-posing-smoking-cigarette_613910-11002.jpg",
|
|
},
|
|
{
|
|
id: "p4",
|
|
name: "Minimalist Coat",
|
|
price: "$450.00",
|
|
variant: "Sale",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/attractive-stylish-woman-with-walking-urban-city-business-street-dressed-warm-brown-coat-blue-suit-spring-autumn-trendy-fashion-street-style-wearing-sunglasses_285396-7140.jpg",
|
|
},
|
|
{
|
|
id: "p5",
|
|
name: "Casual Sneakers",
|
|
price: "$90.00",
|
|
variant: "New",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-stylish-smiling-skinny-woman-with-curly-hair-walking-street-stairs-dressed-warm-brown-coat-blue-suit-autumn-trendy-fashion-street-style_285396-7080.jpg",
|
|
},
|
|
{
|
|
id: "p6",
|
|
name: "Gold Accessories",
|
|
price: "$60.00",
|
|
variant: "Limited",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/attractive-stylish-woman-with-walking-urban-city-business-street-dressed-warm-brown-coat-blue-suit-spring-autumn-trendy-fashion-street-style-wearing-sunglasses_285396-7138.jpg",
|
|
},
|
|
]}
|
|
title="Featured Items"
|
|
description="Browse our latest fashion releases. All prices in USD."
|
|
/>
|
|
</div>
|
|
|
|
<div id="about" data-section="about">
|
|
<TestimonialAboutCard
|
|
useInvertedBackground={true}
|
|
tag="Our Philosophy"
|
|
title="Fashion Without Borders"
|
|
description="We believe fashion is a universal language, transcending cultures and borders."
|
|
subdescription="Our mission is to bring high-end, modern design to style enthusiasts around the globe."
|
|
icon={Globe}
|
|
imageSrc="http://img.b2bpic.net/free-photo/full-shot-stylish-woman-wearing-punk-outfit_23-2149267472.jpg"
|
|
mediaAnimation="slide-up"
|
|
imageAlt="modern fashion studio interior"
|
|
/>
|
|
</div>
|
|
|
|
<div id="metrics" data-section="metrics">
|
|
<MetricCardEleven
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
metrics={[
|
|
{
|
|
id: "m1",
|
|
value: "100+",
|
|
title: "Countries",
|
|
description: "Worldwide shipping destinations.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/metal-planet-with-binary-numbers_1048-5044.jpg",
|
|
},
|
|
{
|
|
id: "m2",
|
|
value: "10k+",
|
|
title: "Orders",
|
|
description: "Happy fashion lovers served.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/3d-icon-travel-with-luggage_23-2151037418.jpg",
|
|
},
|
|
{
|
|
id: "m3",
|
|
value: "24/7",
|
|
title: "Support",
|
|
description: "Always here to help you.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/delivery-icon-left-side_187299-45734.jpg",
|
|
},
|
|
]}
|
|
title="Global Presence"
|
|
description="Shipping luxury fashion worldwide every single day."
|
|
/>
|
|
</div>
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
<TestimonialCardFifteen
|
|
useInvertedBackground={true}
|
|
testimonial="The quality of the pieces is exceptional, and the shipping to Europe was incredibly fast. Absolutely love my new look!"
|
|
rating={5}
|
|
author="Elena Rossi"
|
|
avatars={[
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/pisces-portrait-beautiful-woman_23-2149275128.jpg",
|
|
alt: "Client 1",
|
|
},
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/young-transgender-person-using-hair-net_23-2148827034.jpg",
|
|
alt: "Client 2",
|
|
},
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/high-fashion-look-glamor-closeup-portrait-beautiful-sexy-stylish-blond-young-woman-model-with-bright-makeup-with-perfect-clean-skin-with-jewelery-black-cloth_158538-2009.jpg",
|
|
alt: "Client 3",
|
|
},
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-66975.jpg",
|
|
alt: "Client 4",
|
|
},
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/young-beautiful-woman-sitting-grey-wall_176420-11169.jpg",
|
|
alt: "Client 5",
|
|
},
|
|
]}
|
|
ratingAnimation="slide-up"
|
|
avatarsAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="faq" data-section="faq">
|
|
<FaqSplitText
|
|
useInvertedBackground={false}
|
|
faqs={[
|
|
{
|
|
id: "f1",
|
|
title: "Do you ship worldwide?",
|
|
content: "Yes, we ship to all countries around the globe.",
|
|
},
|
|
{
|
|
id: "f2",
|
|
title: "What currencies do you accept?",
|
|
content: "Our store displays all prices in USD.",
|
|
},
|
|
{
|
|
id: "f3",
|
|
title: "How can I order?",
|
|
content: "You can order directly from our product pages, or via WhatsApp!",
|
|
},
|
|
]}
|
|
sideTitle="Questions?"
|
|
sideDescription="We're here to assist with all your fashion needs."
|
|
faqsAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="contact" data-section="contact">
|
|
<ContactCTA
|
|
useInvertedBackground={true}
|
|
background={{
|
|
variant: "plain",
|
|
}}
|
|
tag="Get in Touch"
|
|
title="Need Assistance?"
|
|
description="Have questions about an order or our collections? Connect with us via WhatsApp or email."
|
|
buttons={[
|
|
{
|
|
text: "WhatsApp Us",
|
|
href: "https://wa.me/1234567890",
|
|
},
|
|
{
|
|
text: "Email Us",
|
|
href: "mailto:hello@aura.com",
|
|
},
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
<FooterBaseCard
|
|
logoText="AURA"
|
|
columns={[
|
|
{
|
|
title: "Shop",
|
|
items: [
|
|
{
|
|
label: "Streetwear",
|
|
href: "#products",
|
|
},
|
|
{
|
|
label: "Casual",
|
|
href: "#products",
|
|
},
|
|
],
|
|
},
|
|
{
|
|
title: "Support",
|
|
items: [
|
|
{
|
|
label: "Contact Us",
|
|
href: "#contact",
|
|
},
|
|
{
|
|
label: "Shipping",
|
|
href: "#",
|
|
},
|
|
],
|
|
},
|
|
{
|
|
title: "Follow Us",
|
|
items: [
|
|
{
|
|
label: "Instagram",
|
|
href: "#",
|
|
},
|
|
{
|
|
label: "TikTok",
|
|
href: "#",
|
|
},
|
|
],
|
|
},
|
|
]}
|
|
/>
|
|
</div>
|
|
</ReactLenis>
|
|
</ThemeProvider>
|
|
);
|
|
}
|