Update src/app/page.tsx

This commit is contained in:
2026-01-12 18:14:36 +00:00
parent 87f5e15f51
commit 7a1a2877d4

View File

@@ -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"
/>
</div>