Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-29 08:41:43 +00:00

View File

@@ -8,7 +8,18 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
export default function ProductsPage() {
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>
<NavbarStyleCentered
navItems={[
@@ -27,6 +38,7 @@ export default function ProductsPage() {
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
products={[
{ id: "1", brand: "Bread", name: "Classic Sourdough", price: "$8.00", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/two-kinds-pastries-black-board_114579-88098.jpg" },
{ id: "2", brand: "Pastry", name: "Almond Croissant", price: "$4.50", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-freshly-baked-croissants-with-strawberries-jam_181624-60041.jpg" },