Update src/app/page.tsx

This commit is contained in:
2026-03-21 23:48:51 +00:00
parent e72462523b
commit 9a4e7a8723

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="compact"
sizing="medium"
background="floatingGradient"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="solid"
@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="Sakartvelo"
description="Experience authentic Georgian cuisine in an atmosphere of timeless elegance. From traditional khachapuri to perfectly grilled shashlik, each dish tells a story of our heritage and passion for culinary excellence."
background={{ variant: "floatingGradient" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Reserve Your Table", href: "#reserve" },
{ text: "View Menu", href: "#menu" }