Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
@@ -182,11 +182,12 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
<FooterMedia
|
||||
logoText="Alice Garden"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-with-herbs-dark-stone-background_1220-642.jpg"
|
||||
columns={[
|
||||
{ title: "Menu", items: [{ label: "Full Menu", href: "#menu" }, { label: "Specials", href: "#menu" }] },
|
||||
{ title: "Company", items: [{ label: "Our Story", href: "#about" }, { label: "Careers", href: "#" }] }
|
||||
{ title: "Restaurant", items: [{ label: "123 Garden Ln", href: "#" }, { label: "Open Daily: 10am - 10pm", href: "#" }] },
|
||||
{ title: "Quick Links", items: [{ label: "Menu", href: "#menu" }, { label: "Story", href: "#about" }, { label: "Contact", href: "#contact" }] }
|
||||
]}
|
||||
copyrightText="© 2025 | Alice Garden"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user