Merge version_2 into main #4
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Instagram, Sparkles, Layout, TrendingUp, Users, Palette, Zap } from "lucide-react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
@@ -12,7 +13,6 @@ import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import { Layout, Palette, Sparkles, TrendingUp, Users, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -173,9 +173,13 @@ export default function LandingPage() {
|
||||
<FooterCard
|
||||
logoText="The Marketing District"
|
||||
copyrightText="© 2025 The Marketing District | Dubai, UAE"
|
||||
socialLinks={[
|
||||
{ icon: Instagram, href: "https://www.instagram.com/themarketingdistrictai/", ariaLabel: "Instagram" },
|
||||
{ icon: Zap, href: "https://www.tiktok.com/@themarketingdistrict?_r=1&_t=ZN-95D64JtAMvm", ariaLabel: "TikTok" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user