Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-21 23:48:55 +00:00

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" }