Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-07 02:02:02 +00:00

View File

@@ -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>