Update src/app/page.tsx

This commit is contained in:
2026-01-22 20:43:09 +00:00
parent 269c860526
commit ff2ce513b7

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="rounded" borderRadius="rounded"
contentWidth="smallMedium" contentWidth="smallMedium"
sizing="largeSmall" sizing="largeSmall"
background="circleGradient" background="none"
cardStyle="inset" cardStyle="inset"
primaryButtonStyle="shadow" primaryButtonStyle="shadow"
secondaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow"
@@ -42,7 +42,7 @@ export default function LandingPage() {
<HeroBillboard <HeroBillboard
title="Classic Deli Comfort Food—100% Plant-Based" title="Classic Deli Comfort Food—100% Plant-Based"
description="Bagels, Reubens, lox & bagel sandwiches, matzo ball soup, and baked treats—served with a friendly San Diego vibe. Fresh, delicious, and entirely vegan." description="Bagels, Reubens, lox & bagel sandwiches, matzo ball soup, and baked treats—served with a friendly San Diego vibe. Fresh, delicious, and entirely vegan."
background={{ variant: "circleGradient" }} background={{ variant: "plain" }}
tag="Summer Fresh" tag="Summer Fresh"
tagIcon={Sun} tagIcon={Sun}
buttons={[ buttons={[
@@ -72,7 +72,7 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground="invertDefault" useInvertedBackground="noInvert"
/> />
</div> </div>
@@ -106,7 +106,7 @@ export default function LandingPage() {
]} ]}
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground="invertDefault" useInvertedBackground="noInvert"
/> />
</div> </div>
@@ -142,7 +142,7 @@ export default function LandingPage() {
{ name: "email", type: "email", placeholder: "Email Address", required: true } { name: "email", type: "email", placeholder: "Email Address", required: true }
]} ]}
textarea={{ name: "message", placeholder: "Any special requests or questions?", rows: 4, required: false }} 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" 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" imageAlt="Ben & Esther's welcoming deli counter and friendly staff"
mediaPosition="right" mediaPosition="right"