Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-22 03:42:12 +00:00

View File

@@ -42,7 +42,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="Burger Spit"
description="Flame-grilled perfection, crafted fresh daily. Local, authentic, unforgettable."
background={{ variant: "circleGradient" }}
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Order Now", href: "#contact" },
{ text: "View Menu", href: "#menu" }
@@ -96,11 +96,11 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Flame-Grilled Perfection", description: "High-temperature open flame cooking creates the perfect crust and seals in juices. No griddle. No shortcuts. Just authentic grilled flavor.", imageSrc: "http://img.b2bpic.net/free-photo/preparation-delicious-burger-arrangement_23-2148868250.jpg?_wi=1", imageAlt: "Flame-grilled burger cooking"
title: "Flame-Grilled Perfection", description: "High-temperature open flame cooking creates the perfect crust and seals in juices. No griddle. No shortcuts. Just authentic grilled flavor.", imageSrc: "http://img.b2bpic.net/free-photo/preparation-delicious-burger-arrangement_23-2148868250.jpg", imageAlt: "Flame-grilled burger cooking"
},
{
id: 2,
title: "Fresh Daily Prep", description: "Every ingredient arrives fresh. Every burger is made to order. We believe in quality over speed, taste over convenience.", imageSrc: "http://img.b2bpic.net/free-photo/preparation-delicious-burger-arrangement_23-2148868250.jpg?_wi=2", imageAlt: "Fresh burger preparation"
title: "Fresh Daily Prep", description: "Every ingredient arrives fresh. Every burger is made to order. We believe in quality over speed, taste over convenience.", imageSrc: "http://img.b2bpic.net/free-photo/preparation-delicious-burger-arrangement_23-2148868250.jpg", imageAlt: "Fresh burger preparation"
}
]}
animationType="slide-up"