Merge version_3 into main #2
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { MessageCircle } from "lucide-react";
|
||||
import { MessageCircle, Instagram } from "lucide-react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
@@ -111,11 +111,14 @@ export default function LandingPage() {
|
||||
|
||||
<div id="social" data-section="social">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
textboxLayout="split-actions"
|
||||
useInvertedBackground={true}
|
||||
names={["Instagram Feed", "Facebook", "Twitter", "LinkedIn", "Google", "Trustpilot", "Yelp"]}
|
||||
title="Latest Work"
|
||||
description="See our latest deliveries and logistics updates directly from our Instagram feed."
|
||||
buttons={[
|
||||
{ text: "View Instagram", href: "https://www.instagram.com/jisaaclogistics?igsh=MTB4Y3lzbHdmMzFwZQ==" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -145,4 +148,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user