From 7a1a2877d4fe184f347488ca389be6ad9ac4e08a Mon Sep 17 00:00:00 2001 From: development Date: Mon, 12 Jan 2026 18:14:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 061740e..0c9e800 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumLarge" sizing="mediumSizeLargeTitles" - background="grid" + background="dotGrid" cardStyle="shadow-colored" primaryButtonStyle="gradient" secondaryButtonStyle="solid" @@ -74,7 +74,7 @@ export default function LandingPage() { tag="Our Craft" imageSrc="https://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895448.jpg" imageAlt="Traditional wood-fired brick oven" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" mediaPosition="left" accordionItems={[ { @@ -134,7 +134,7 @@ export default function LandingPage() { { src: "https://img.b2bpic.net/free-photo/portrait-woman-work-with-copy-space_23-2148826459.jpg", alt: "Restaurant guest" }, { src: "https://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg", alt: "Satisfied diner" } ]} - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" />