3 Commits

Author SHA1 Message Date
58b85731f5 Merge version_3 into main
Merge version_3 into main
2026-03-04 18:47:33 +00:00
28d5c8be1c Update src/app/page.tsx 2026-03-04 18:47:29 +00:00
c3bcac3896 Merge version_2 into main
Merge version_2 into main
2026-03-04 18:45:00 +00:00

View File

@@ -86,6 +86,10 @@ export default function LandingPage() {
animationType="slide-up"
useInvertedBackground={false}
gridVariant="three-columns-all-equal-width"
buttons={[
{ text: "View All Products", href: "products" },
{ text: "Create Custom Order", href: "contact" }
]}
products={[
{
id: "1", brand: "Savos Soft Touch", name: "Casabe Dulce", price: "$8.99", rating: 5,