Update src/app/page.tsx
This commit is contained in:
@@ -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: "#" }}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user