1 Commits

Author SHA1 Message Date
81daeb73e0 Update src/app/page.tsx 2026-03-08 00:26:55 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="rounded" borderRadius="rounded"
contentWidth="mediumSmall" contentWidth="mediumSmall"
sizing="mediumLargeSizeLargeTitles" sizing="mediumLargeSizeLargeTitles"
background="fluid" background="circleGradient"
cardStyle="solid" cardStyle="solid"
primaryButtonStyle="flat" primaryButtonStyle="flat"
secondaryButtonStyle="layered" secondaryButtonStyle="layered"
@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit <HeroLogoBillboardSplit
logoText="THE HUNGER JUNCTION" logoText="THE HUNGER JUNCTION"
description="Experience culinary excellence with our expertly crafted menu. From signature dishes to innovative creations, every meal is a journey of taste and quality." description="Experience culinary excellence with our expertly crafted menu. From signature dishes to innovative creations, every meal is a journey of taste and quality."
background={{ variant: "fluid" }} background={{ variant: "plain" }}
buttons={[ buttons={[
{ text: "Explore Menu", href: "#products" }, { text: "Explore Menu", href: "#products" },
{ text: "Reserve Table", href: "#contact" }, { text: "Reserve Table", href: "#contact" },