Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a157c0445e | |||
| a91bb81c65 | |||
| efebef42f9 | |||
| fcac01b6a0 | |||
| 6e706ecd73 |
@@ -4,13 +4,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import { Gift, Users, Wind } from "lucide-react";
|
||||
import { Gift, Users, Wind, MapPin, Phone, Mail, Clock } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -183,9 +183,14 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
<FooterBaseReveal
|
||||
logoText="Khutar"
|
||||
copyrightText="© 2025 Khutar Iraqi Restaurant. All rights reserved."
|
||||
columns={[
|
||||
{ title: "Visit Us", items: [{ label: "123 Baghdad St, Toronto", href: "#" }, { label: "Mon-Sun: 11am - 11pm", href: "#" }] },
|
||||
{ title: "Contact", items: [{ label: "contact@khutar.ca", href: "mailto:contact@khutar.ca" }, { label: "(416) 555-0199", href: "tel:+14165550199" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user