Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-30 14:42:49 +00:00

View File

@@ -5,14 +5,14 @@ import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import FooterCard from '@/components/sections/footer/FooterCard';
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import { Award, Briefcase, CalendarCheck, Flame, Heart, Home, MapPin, Star } from "lucide-react";
import { Award, Briefcase, CalendarCheck, Flame, Heart, Home, MapPin, Star, Facebook, Instagram, X, Linkedin } from "lucide-react";
export default function LandingPage() {
return (
@@ -266,12 +266,27 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
<FooterCard
logoText="Choudhry Mateen Caterers"
leftLink={{
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Terms of Service", href: "#"}}
copyrightText="© 2024 Choudhry Mateen Caterers. All rights reserved."
socialLinks={[
{
icon: Facebook,
href: "https://facebook.com/choudhrymateencaterers", ariaLabel: "Facebook"
},
{
icon: Instagram,
href: "https://instagram.com/choudhrymateencaterers", ariaLabel: "Instagram"
},
{
icon: X,
href: "https://x.com/choudhrymateen", ariaLabel: "Twitter"
},
{
icon: Linkedin,
href: "https://linkedin.com/company/choudhrymateencaterers", ariaLabel: "LinkedIn"
}
]}
/>
</div>
</ReactLenis>