Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-04-23 06:01:08 +00:00
2 changed files with 25 additions and 3 deletions

View File

@@ -8,7 +8,18 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
export default function ShopPage() {
return (
<ThemeProvider>
<ThemeProvider
defaultButtonVariant="text-stagger"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<NavbarStyleFullscreen
navItems={[
@@ -23,6 +34,7 @@ export default function ShopPage() {
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
useInvertedBackground={false}
textboxLayout="default"
products={[
{ id: "1", name: "Silk Blouse", price: "$120", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/fashion-woman-with-hat-posing_23-2148906950.jpg" },
{ id: "2", name: "Evening Dress", price: "$250", variant: "Luxury", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-elegant-dress-posing_23-2148906954.jpg" }

View File

@@ -8,7 +8,18 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
export default function WomensClothingPage() {
return (
<ThemeProvider>
<ThemeProvider
defaultButtonVariant="text-stagger"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<NavbarStyleFullscreen
navItems={[
@@ -20,7 +31,6 @@ export default function WomensClothingPage() {
<div className="pt-32 pb-20">
<ProductCatalog
layout="page"
title="Women's Clothing"
products={[]}
filters={[
{ label: "Category", options: ["Dresses", "Tops", "Bottoms", "Accessories"], selected: "", onChange: () => {} }