Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-18 10:54:59 +00:00

View File

@@ -78,6 +78,7 @@ export default function LandingPage() {
imageAlt="Welcoming diner interior"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -95,6 +96,7 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -109,6 +111,7 @@ export default function LandingPage() {
{ tag: "Speed", title: "Fast Service", subtitle: "Quick Turnaround", description: "We respect your time and serve your hot meals with efficiency and care.", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-dish_23-2147680624.jpg" }
]}
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -124,6 +127,7 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -138,6 +142,7 @@ export default function LandingPage() {
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -153,6 +158,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/pouring-hot-coffee-drink_53876-30609.jpg"
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -163,6 +169,7 @@ export default function LandingPage() {
description="We'd love to serve you! Stop by for a classic meal or call us for any questions."
tagIcon={MapPin}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
</div>