15 Commits

Author SHA1 Message Date
f5c4c50613 Update src/app/shop/page.tsx 2026-03-29 21:58:01 +00:00
c9a6b5d92c Update src/app/product/[id]/page.tsx 2026-03-29 21:58:00 +00:00
5bc3fa78a7 Update src/app/contact/page.tsx 2026-03-29 21:58:00 +00:00
ac5361b81d Update src/app/checkout/page.tsx 2026-03-29 21:58:00 +00:00
30a06d97e9 Update src/app/cart/page.tsx 2026-03-29 21:57:59 +00:00
102f198e16 Update src/app/about/page.tsx 2026-03-29 21:57:59 +00:00
d654c96e65 Update src/app/styles/variables.css 2026-03-29 21:57:29 +00:00
c7dac597df Add src/app/shop/page.tsx 2026-03-29 21:57:29 +00:00
b6841ed33f Add src/app/product/[id]/page.tsx 2026-03-29 21:57:28 +00:00
fbd29d729f Update src/app/page.tsx 2026-03-29 21:57:28 +00:00
833e8e56fc Update src/app/contact/page.tsx 2026-03-29 21:57:27 +00:00
b46db37efd Add src/app/checkout/page.tsx 2026-03-29 21:57:27 +00:00
6af6fc3c2f Add src/app/cart/page.tsx 2026-03-29 21:57:27 +00:00
1f9670a36e Update src/app/about/page.tsx 2026-03-29 21:57:26 +00:00
01e4850af9 Merge version_1 into main
Merge version_1 into main
2026-03-29 21:56:50 +00:00
8 changed files with 135 additions and 584 deletions

View File

@@ -2,175 +2,23 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import FooterSimple from '@/components/sections/footer/FooterSimple';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TeamCardOne from '@/components/sections/team/TeamCardOne'; import FooterSimple from '@/components/sections/footer/FooterSimple';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import { MapPin, PenTool } from "lucide-react";
export default function LandingPage() { export default function AboutPage() {
return ( return (
<ThemeProvider <ThemeProvider defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
defaultButtonVariant="expand-hover"
defaultTextAnimation="background-highlight"
borderRadius="pill"
contentWidth="medium"
sizing="largeSizeMediumTitles"
background="noiseDiagonalGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="flat"
secondaryButtonStyle="layered"
headingFontWeight="medium"
>
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[{ name: "Home", id: "/" }, { name: "About", id: "/about" }, { name: "Contact", id: "/contact" }, { name: "Cart", id: "/cart" }]}
{ brandName="VELORA"
name: "Home", />
id: "/", </div>
}, <div id="footer" data-section="footer">
{ <FooterSimple columns={[]} bottomLeftText="© 2024 VELORA" bottomRightText="All Rights Reserved" />
name: "Women", </div>
id: "/women",
},
{
name: "Men",
id: "/men",
},
{
name: "New Arrivals",
id: "/new-arrivals",
},
{
name: "Sale",
id: "/sale",
},
{
name: "About",
id: "/about",
},
{
name: "Contact",
id: "/contact",
},
]}
brandName="VELORA"
/>
</div>
<div id="about-brand" data-section="about-brand">
<TextSplitAbout
useInvertedBackground={false}
title="Our Story"
description={[
"VELORA was born from a desire to blend minimalist aesthetics with timeless quality.",
"Our mission is to create garments that are both elegant and functional for the modern lifestyle.",
]}
/>
</div>
<div id="metric" data-section="metric">
<MetricCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
title="Our Reach"
description="Growing globally."
metrics={[
{
id: "a1",
value: "10",
title: "Flagship Stores",
description: "Global presence.",
icon: MapPin,
},
{
id: "a2",
value: "200",
title: "Expert Designers",
description: "The heart of VELORA.",
icon: PenTool,
},
]}
/>
</div>
<div id="team" data-section="team">
<TeamCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
title="Leadership"
description="The minds behind the brand."
members={[
{
id: "tm1",
name: "Sarah J.",
role: "Creative Director",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-wearing-black-dress_23-2149884577.jpg?_wi=3",
},
{
id: "tm2",
name: "David W.",
role: "CEO",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-model-sexy-man-dressed-jeans-overcoat-fashion-male-posing-near-grey-wall-studio_158538-26515.jpg?_wi=4",
},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Shop",
items: [
{
label: "Women",
href: "/women",
},
{
label: "Men",
href: "/men",
},
],
},
{
title: "Company",
items: [
{
label: "About",
href: "/about",
},
{
label: "Contact",
href: "/contact",
},
],
},
{
title: "Policies",
items: [
{
label: "Shipping",
href: "#",
},
{
label: "Returns",
href: "#",
},
],
},
]}
bottomLeftText="© 2024 VELORA. All rights reserved."
bottomRightText="Privacy Policy | Terms of Service"
/>
</div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

24
src/app/cart/page.tsx Normal file
View File

@@ -0,0 +1,24 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import FooterSimple from '@/components/sections/footer/FooterSimple';
export default function CartPage() {
return (
<ThemeProvider defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[{ name: "Home", id: "/" }, { name: "About", id: "/about" }, { name: "Contact", id: "/contact" }, { name: "Cart", id: "/cart" }]}
brandName="VELORA"
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple columns={[]} bottomLeftText="© 2024 VELORA" bottomRightText="All Rights Reserved" />
</div>
</ReactLenis>
</ThemeProvider>
);
}

24
src/app/checkout/page.tsx Normal file
View File

@@ -0,0 +1,24 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import FooterSimple from '@/components/sections/footer/FooterSimple';
export default function CheckoutPage() {
return (
<ThemeProvider defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[{ name: "Home", id: "/" }, { name: "About", id: "/about" }, { name: "Contact", id: "/contact" }, { name: "Cart", id: "/cart" }]}
brandName="VELORA"
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple columns={[]} bottomLeftText="© 2024 VELORA" bottomRightText="All Rights Reserved" />
</div>
</ReactLenis>
</ThemeProvider>
);
}

View File

@@ -2,188 +2,36 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ContactFaq from '@/components/sections/contact/ContactFaq'; import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterSimple from '@/components/sections/footer/FooterSimple'; import FooterSimple from '@/components/sections/footer/FooterSimple';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import { Mail } from "lucide-react";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import { Clock, Headphones, Mail, Phone } from "lucide-react";
export default function LandingPage() { export default function ContactPage() {
return ( return (
<ThemeProvider <ThemeProvider defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
defaultButtonVariant="expand-hover"
defaultTextAnimation="background-highlight"
borderRadius="pill"
contentWidth="medium"
sizing="largeSizeMediumTitles"
background="noiseDiagonalGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="flat"
secondaryButtonStyle="layered"
headingFontWeight="medium"
>
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[{ name: "Home", id: "/" }, { name: "About", id: "/about" }, { name: "Contact", id: "/contact" }, { name: "Cart", id: "/cart" }]}
{ brandName="VELORA"
name: "Home", />
id: "/", </div>
}, <div id="faq" data-section="faq">
{ <ContactFaq
name: "Women", ctaTitle="Get In Touch"
id: "/women", ctaDescription="Our dedicated team is here to assist you with your luxury needs."
}, ctaButton={{ text: "Email Us" }}
{ ctaIcon={Mail}
name: "Men", animationType="slide-up"
id: "/men", faqs={[]}
}, useInvertedBackground={false}
{ />
name: "New Arrivals", </div>
id: "/new-arrivals", <div id="footer" data-section="footer">
}, <FooterSimple columns={[]} bottomLeftText="© 2024 VELORA" bottomRightText="All Rights Reserved" />
{ </div>
name: "Sale",
id: "/sale",
},
{
name: "About",
id: "/about",
},
{
name: "Contact",
id: "/contact",
},
]}
brandName="VELORA"
/>
</div>
<div id="contact-faq" data-section="contact-faq">
<ContactFaq
animationType="slide-up"
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "Shipping Times",
content: "We offer worldwide shipping within 3-5 business days.",
},
{
id: "f2",
title: "Returns Policy",
content: "Returns are accepted within 30 days of purchase for a full refund.",
},
]}
ctaTitle="Need assistance?"
ctaDescription="Our support team is ready to help you with your order."
ctaButton={{
text: "Contact Support",
}}
ctaIcon={Phone}
/>
</div>
<div id="metric" data-section="metric">
<MetricCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
title="Reach Us Anytime"
description="We are here to help."
metrics={[
{
id: "c1",
value: "24/7",
title: "Customer Service",
description: "Always ready.",
icon: Headphones,
},
{
id: "c2",
value: "1hr",
title: "Avg Response Time",
description: "Fast support.",
icon: Clock,
},
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactFaq
animationType="slide-up"
useInvertedBackground={false}
ctaTitle="Get In Touch"
ctaDescription="Have questions? Email our team directly."
ctaButton={{
text: "Email Us",
}}
ctaIcon={Mail}
faqs={[
{
id: "q1",
title: "Where are you based?",
content: "Our design studio is in Paris.",
},
{
id: "q2",
title: "Can I visit a store?",
content: "Yes, visit our flagship stores globally.",
},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Shop",
items: [
{
label: "Women",
href: "/women",
},
{
label: "Men",
href: "/men",
},
],
},
{
title: "Company",
items: [
{
label: "About",
href: "/about",
},
{
label: "Contact",
href: "/contact",
},
],
},
{
title: "Policies",
items: [
{
label: "Shipping",
href: "#",
},
{
label: "Returns",
href: "#",
},
],
},
]}
bottomLeftText="© 2024 VELORA. All rights reserved."
bottomRightText="Privacy Policy | Terms of Service"
/>
</div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -29,34 +29,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ { name: "Home", id: "/" },
name: "Home", { name: "Women", id: "/women" },
id: "/", { name: "Men", id: "/men" },
}, { name: "About", id: "/about" },
{ { name: "Contact", id: "/contact" },
name: "Women", { name: "Cart", id: "/cart" }
id: "/women",
},
{
name: "Men",
id: "/men",
},
{
name: "New Arrivals",
id: "/new-arrivals",
},
{
name: "Sale",
id: "/sale",
},
{
name: "About",
id: "/about",
},
{
name: "Contact",
id: "/contact",
},
]} ]}
brandName="VELORA" brandName="VELORA"
/> />
@@ -64,73 +42,12 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplit <HeroSplit
background={{ background={{ variant: "radial-gradient" }}
variant: "radial-gradient",
}}
title="New Season, New Statement" title="New Season, New Statement"
description="Discover timeless fashion for every day, curated for the modern wardrobe." description="Discover timeless fashion for every day, curated for the modern wardrobe."
buttons={[ buttons={[{ text: "Shop Women", href: "/women" }, { text: "Shop Men", href: "/men" }]}
{
text: "Shop Women",
href: "/women",
},
{
text: "Shop Men",
href: "/men",
},
{
text: "New Arrivals",
href: "/new-arrivals",
},
]}
imageSrc="http://img.b2bpic.net/free-psd/luxury-men-s-fashion-template-design_23-2150863970.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-psd/luxury-men-s-fashion-template-design_23-2150863970.jpg?_wi=1"
imageAlt="Fashion model wearing new collection"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/front-view-woman-wearing-black-dress_23-2149884577.jpg",
alt: "Customer 1",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-model-sexy-man-dressed-jeans-overcoat-fashion-male-posing-near-grey-wall-studio_158538-26515.jpg",
alt: "Customer 2",
},
{
src: "http://img.b2bpic.net/free-photo/attractive-young-woman-dressed-floral-dress_158595-4779.jpg",
alt: "Customer 3",
},
{
src: "http://img.b2bpic.net/free-photo/beautiful-woman-talking-phone_23-2148660691.jpg",
alt: "Customer 4",
},
{
src: "http://img.b2bpic.net/free-psd/luxury-men-s-fashion-template-design_23-2150863970.jpg",
alt: "Customer 5",
},
]}
avatarText="Trusted by 10,000+ fashion enthusiasts"
marqueeItems={[
{
type: "text",
text: "Timeless Elegance",
},
{
type: "text",
text: "Sustainable Luxury",
},
{
type: "text",
text: "Modern Silhouette",
},
{
type: "text",
text: "Premium Quality",
},
{
type: "text",
text: "Worldwide Delivery",
},
]}
/> />
</div> </div>
@@ -140,44 +57,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
gridVariant="four-items-2x2-equal-grid" gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[]}
{
id: "p1",
brand: "VELORA",
name: "Oversized Blazer",
price: "$295",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-psd/luxury-men-s-fashion-template-design_23-2150863970.jpg?_wi=2",
},
{
id: "p2",
brand: "VELORA",
name: "Linen Shirt",
price: "$120",
rating: 4,
reviewCount: "85",
imageSrc: "http://img.b2bpic.net/free-psd/luxury-men-s-fashion-template-design_23-2150863970.jpg?_wi=3",
},
{
id: "p3",
brand: "VELORA",
name: "Wide-Leg Trousers",
price: "$180",
rating: 5,
reviewCount: "92",
imageSrc: "http://img.b2bpic.net/free-psd/luxury-men-s-fashion-template-design_23-2150863970.jpg?_wi=4",
},
{
id: "p4",
brand: "VELORA",
name: "Basic Tee",
price: "$45",
rating: 4,
reviewCount: "210",
imageSrc: "http://img.b2bpic.net/free-psd/luxury-men-s-fashion-template-design_23-2150863970.jpg?_wi=5",
},
]}
title="Best Sellers" title="Best Sellers"
description="Our most loved pieces, essential for your luxury wardrobe." description="Our most loved pieces, essential for your luxury wardrobe."
/> />
@@ -186,33 +66,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve <TestimonialCardTwelve
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[]}
{
id: "t1",
name: "Alice M.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-wearing-black-dress_23-2149884577.jpg?_wi=1",
},
{
id: "t2",
name: "James L.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-model-sexy-man-dressed-jeans-overcoat-fashion-male-posing-near-grey-wall-studio_158538-26515.jpg?_wi=1",
},
{
id: "t3",
name: "Sofia R.",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-dressed-floral-dress_158595-4779.jpg?_wi=1",
},
{
id: "t4",
name: "Marcus K.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-talking-phone_23-2148660691.jpg",
},
{
id: "t5",
name: "Elena D.",
imageSrc: "http://img.b2bpic.net/free-psd/luxury-men-s-fashion-template-design_23-2150863970.jpg?_wi=6",
},
]}
cardTitle="Client Voices" cardTitle="Client Voices"
cardTag="Reviews" cardTag="Reviews"
cardAnimation="blur-reveal" cardAnimation="blur-reveal"
@@ -227,94 +81,16 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
title="Our Impact" title="Our Impact"
description="Redefining the standard of luxury fashion with conscious craftsmanship." description="Redefining the standard of luxury fashion with conscious craftsmanship."
metrics={[ metrics={[]}
{
id: "m1",
value: "15+",
title: "Years Experience",
description: "Defining style since 2009.",
icon: Clock,
},
{
id: "m2",
value: "50K",
title: "Happy Clients",
description: "Across 40+ countries.",
icon: Users,
},
]}
/>
</div>
<div id="product" data-section="product">
<ProductCardFour
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
title="New Arrivals"
description="Explore the freshest pieces for the upcoming season."
products={[
{
id: "n1",
name: "Silk Blouse",
price: "$210",
variant: "Cream",
imageSrc: "http://img.b2bpic.net/free-psd/luxury-men-s-fashion-template-design_23-2150863970.jpg?_wi=7",
},
{
id: "n2",
name: "Cashmere Knit",
price: "$340",
variant: "Grey",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-model-sexy-man-dressed-jeans-overcoat-fashion-male-posing-near-grey-wall-studio_158538-26515.jpg?_wi=2",
},
]}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterSimple <FooterSimple
columns={[ columns={[
{ { title: "Shop", items: [{ label: "Women", href: "/women" }, { label: "Men", href: "/men" }] },
title: "Shop", { title: "Company", items: [{ label: "About", href: "/about" }, { label: "Contact", href: "/contact" }] },
items: [ { title: "Account", items: [{ label: "Cart", href: "/cart" }, { label: "Checkout", href: "/checkout" }] }
{
label: "Women",
href: "/women",
},
{
label: "Men",
href: "/men",
},
],
},
{
title: "Company",
items: [
{
label: "About",
href: "/about",
},
{
label: "Contact",
href: "/contact",
},
],
},
{
title: "Policies",
items: [
{
label: "Shipping",
href: "#",
},
{
label: "Returns",
href: "#",
},
],
},
]} ]}
bottomLeftText="© 2024 VELORA. All rights reserved." bottomLeftText="© 2024 VELORA. All rights reserved."
bottomRightText="Privacy Policy | Terms of Service" bottomRightText="Privacy Policy | Terms of Service"
@@ -323,4 +99,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -0,0 +1,11 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
export default function ProductPage() {
return (
<ThemeProvider defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
<div />
</ThemeProvider>
);
}

20
src/app/shop/page.tsx Normal file
View File

@@ -0,0 +1,20 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
export default function ShopPage() {
return (
<ThemeProvider defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[{ name: "Home", id: "/" }, { name: "About", id: "/about" }, { name: "Contact", id: "/contact" }, { name: "Cart", id: "/cart" }, { name: "Shop", id: "/shop" }]}
brandName="VELORA"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}

View File

@@ -11,14 +11,14 @@
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #ffffff; --background: #ffffff;
--card: #f9f9f9; --card: #f7f2ea;
--foreground: #1a1a1a; --foreground: #1a1a1a;
--primary-cta: #1c1c1c; --primary-cta: #1c1c1c;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #ffffff; --secondary-cta: #efebe5;
--secondary-cta-text: #1c1c1c; --secondary-cta-text: #1c1c1c;
--accent: #e2e2e2; --accent: #e2e2e2;
--background-accent: #f5f5f5; --background-accent: #f5f4f0;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);