From 1c77eb6b47cb013290384804c04b1f0be02ae4c2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 1 Jun 2026 13:21:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f85c173..8363247 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,6 @@ export default function Page() { imageSrc="http://img.b2bpic.net/free-photo/side-view-pizza-with-tomatoes-with-eggs-glass-milk-flour-table_140725-13969.jpg" imageAlt="Delicious wood-fired pizza with fresh ingredients" mediaAnimation="blur-reveal" - useInvertedBackground={false} imagePosition="right" /> @@ -179,7 +178,6 @@ export default function Page() { { items: [{ label: "Facebook", href: "#" }, { label: "Instagram", href: "#" }, { label: "Google My Business", href: "#" }] }, { items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] } ]} - useInvertedBackground={false} /> -- 2.49.1