Update src/app/page.tsx

This commit is contained in:
2026-03-04 18:47:29 +00:00
parent c3bcac3896
commit 28d5c8be1c

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,