Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #6.
This commit is contained in:
1375
src/app/layout.tsx
1375
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -35,7 +35,7 @@ export default function LandingPage() {
|
||||
{ name: "Order Now", id: "order" }
|
||||
]}
|
||||
button={{ text: "Order Online", href: "order" }}
|
||||
brandName="Zobu"
|
||||
brandName="ZOBU - SMASH BURGERS"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -76,7 +76,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "The Classic Zobu", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-burger-composition_23-2148868215.jpg?_wi=2", imageAlt: "Classic Zobu smash burger"
|
||||
id: "1", name: "The Classic ZOBU - SMASH BURGERS", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-burger-composition_23-2148868215.jpg?_wi=2", imageAlt: "Classic ZOBU - SMASH BURGERS smash burger"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Caramel Fire", price: "$13.99", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-male-s-hand-grabbing-burger-s-upper-bun_181624-56720.jpg?_wi=3", imageAlt: "Caramel Fire premium burger"
|
||||
@@ -96,7 +96,7 @@ export default function LandingPage() {
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
title="Crafted for flavor lovers who demand the best."
|
||||
description="Zobu"
|
||||
description="ZOBU - SMASH BURGERS"
|
||||
subdescription="Premium Smash Burger Specialists"
|
||||
icon={Heart}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-chef-preparing-chopped-bell-pepper-restaurant-kitchen-cooking-gourmet-dish-with-fresh-ingredients-authentic-cook-preparing-vegetables-meal-with-culinary-food-recipe-close-up_482257-43539.jpg?_wi=2"
|
||||
@@ -108,7 +108,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardNineteen
|
||||
title="Why Choose Zobu"
|
||||
title="Why Choose ZOBU - SMASH BURGERS"
|
||||
description="We're redefining the smash burger experience with quality ingredients, bold flavors, and fast service."
|
||||
tag="Our Difference"
|
||||
tagAnimation="slide-up"
|
||||
@@ -179,7 +179,7 @@ export default function LandingPage() {
|
||||
tag="Get in Touch"
|
||||
tagIcon={MapPin}
|
||||
tagAnimation="slide-up"
|
||||
title="Find Zobu Today"
|
||||
title="Find ZOBU - SMASH BURGERS Today"
|
||||
description="Located in the heart of the city. Stop by for your next smash burger craving or reach out with questions."
|
||||
background={{ variant: "animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
@@ -195,7 +195,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Zobu"
|
||||
logoText="ZOBU - SMASH BURGERS"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu", items: [
|
||||
@@ -206,7 +206,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Zobu", href: "#about" },
|
||||
{ label: "About ZOBU - SMASH BURGERS", href: "#about" },
|
||||
{ label: "Our Story", href: "#about" },
|
||||
{ label: "Careers", href: "#" }
|
||||
]
|
||||
@@ -226,7 +226,7 @@ export default function LandingPage() {
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2025 Zobu. Smash burgers made perfect."
|
||||
copyrightText="© 2025 ZOBU - SMASH BURGERS. Smash burgers made perfect."
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user