Merge version_6 into main #9

Merged
bender merged 1 commits from version_6 into main 2026-04-28 03:29:29 +00:00

View File

@@ -33,9 +33,9 @@ export default function LandingPage() {
navItems={[
{ name: "Menu", id: "menu" },
{ name: "Deals", id: "deals" },
{ name: "Locations", id: "locations" },
{ name: "App", id: "app" },
{ name: "Privacy Policy", id: "/privacy-policy" }
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" }
]}
brandName="FastBite"
/>
@@ -44,10 +44,10 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogo
logoText="FastBite:skip the wait ,start the feast"
description="Iconic flavor, delivered in seconds. Grab the best deals in your city today by chef med lgraid."
description="Iconic flavor, delivered in seconds. Grab the best deals in your city today."
buttons={[
{ text: "Order Now", href: "#menu" },
{ text: "Find a Location", href: "#locations" },
{ text: "Join Rewards", href: "#contact" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/tasty-sandwich-red-fork-wooden-board-dark-mix-color-surface-with-free-space_179666-42255.jpg"
@@ -118,7 +118,7 @@ export default function LandingPage() {
{ id: "t5", name: "Ethan W.", role: "Dev", company: "Tech", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-fast-food-cheat-meal-woman-burger-restaurant_169016-67452.jpg" },
]}
title="Loved by Foodies"
description="What our hungry customers say."
description="Connect with us on social media for exclusive drops."
/>
</div>