Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b1b119f730 | |||
| 51f34b1ed0 | |||
| 297bb954fb | |||
| b7a2c4fdef |
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
|||||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
|
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
|
||||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
@@ -242,12 +242,36 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoReveal
|
<FooterBase
|
||||||
logoText="Iwa Sushi y Grill"
|
logoText="Iwa Sushi y Grill"
|
||||||
leftLink={{
|
columns={[
|
||||||
text: "Privacy Policy", href: "#"}}
|
{
|
||||||
rightLink={{
|
title: "Navigation",
|
||||||
text: "Instagram", href: "https://instagram.com"}}
|
items: [
|
||||||
|
{ label: "Home", href: "#" },
|
||||||
|
{ label: "About", href: "#about" },
|
||||||
|
{ label: "Menu", href: "#products" },
|
||||||
|
{ label: "Contact", href: "#contact" }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Contact",
|
||||||
|
items: [
|
||||||
|
{ label: "123 Sushi Way", href: "#" },
|
||||||
|
{ label: "(555) 012-3456", href: "tel:+15550123456" },
|
||||||
|
{ label: "info@iwa-sushi.com", href: "mailto:info@iwa-sushi.com" }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Social",
|
||||||
|
items: [
|
||||||
|
{ label: "Instagram", href: "#" },
|
||||||
|
{ label: "Facebook", href: "#" },
|
||||||
|
{ label: "Yelp", href: "#" }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]}
|
||||||
|
copyrightText="© 2025 Iwa Sushi y Grill. All rights reserved."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user