From ff2ce513b780cf126d8490e7ccf99ac1ec57c762 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 20:43:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3a9c856..8602c6b 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 NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="largeSmall" - background="circleGradient" + background="none" cardStyle="inset" primaryButtonStyle="shadow" secondaryButtonStyle="radial-glow" @@ -42,7 +42,7 @@ export default function LandingPage() { @@ -106,7 +106,7 @@ export default function LandingPage() { ]} animationType="slide-up" textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" /> @@ -142,7 +142,7 @@ export default function LandingPage() { { name: "email", type: "email", placeholder: "Email Address", required: true } ]} textarea={{ name: "message", placeholder: "Any special requests or questions?", rows: 4, required: false }} - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" imageSrc="https://img.b2bpic.net/free-photo/medium-shot-woman-working-bakery_23-2150273243.jpg" imageAlt="Ben & Esther's welcoming deli counter and friendly staff" mediaPosition="right" -- 2.49.1