2 Commits

Author SHA1 Message Date
86aea73a13 Update src/app/page.tsx 2026-04-25 08:42:34 +00:00
21f703fdc6 Merge version_1 into main
Merge version_1 into main
2026-04-25 08:41:56 +00:00

View File

@@ -63,6 +63,10 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
gridVariant="four-items-2x2-equal-grid" gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false} useInvertedBackground={false}
buttons={[
{
text: "Order Now", href: "/order"},
]}
products={[ products={[
{ {
id: "1", name: "Classic Cheesecake", price: "$35", variant: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/vanilla-crape-cake-with-strawberry-sauce_1339-7098.jpg"}, id: "1", name: "Classic Cheesecake", price: "$35", variant: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/vanilla-crape-cake-with-strawberry-sauce_1339-7098.jpg"},