Update src/app/page.tsx

This commit is contained in:
2026-03-09 17:53:44 +00:00
parent 936da65de7
commit fffed3d158

View File

@@ -29,7 +29,7 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarStyleApple
brandName="FLUTSOU"
brandName="FLOUTSOU"
navItems={[
{ name: "Menu", id: "menu" },
{ name: "Story", id: "story" },
@@ -42,7 +42,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="FLUTSOU"
logoText="FLOUTSOU "
description="The Sandwich That Eats Like a Full Meal."
buttons={[
{ text: "ORDER NOW", href: "#order" },
@@ -228,7 +228,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="FLUTSOU"
logoText="FLOUTSOU"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms", href: "#" }}
/>