Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-11 14:08:03 +00:00

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
tag="Premium Specialty Café"
tagIcon={Coffee}
tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
background={{ variant: "noiseDiagonalGradient" }}
imageSrc="http://img.b2bpic.net/free-photo/vintage-light-lamp_1203-2834.jpg"
imageAlt="Backyard Café modern luxury interior with warm lighting"
buttons={[
@@ -58,7 +58,6 @@ export default function LandingPage() {
{ text: "Make a Reservation", href: "contact" }
]}
buttonAnimation="slide-up"
useInvertedBackground={false}
/>
</div>