Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-07 08:44:42 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="medium"
sizing="mediumLarge"
background="floatingGradient"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="shadow"
secondaryButtonStyle="layered"
@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroBillboard
title="Discover Premium Coffee Excellence"
description="Experience the finest specialty coffee crafted by our passionate baristas. From perfectly pulled espresso to silky cappuccinos, every cup tells a story of quality and passion."
background={{ variant: "floatingGradient" }}
background={{ variant: "sparkles-gradient" }}
tag="Award-Winning Café"
tagIcon={Coffee}
tagAnimation="slide-up"
@@ -178,7 +178,7 @@ export default function LandingPage() {
{ text: "Order on Swiggy", href: "https://swiggy.com" },
{ text: "Call Us", href: "tel:+918001025093" },
]}
background={{ variant: "floatingGradient" }}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
ariaLabel="Contact and order section"
/>