Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bbad148ec7 | |||
| 92b2449916 | |||
| 57071bef5d |
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Instagram, MessageCircle } from "lucide-react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
||||
@@ -165,9 +166,13 @@ export default function LandingPage() {
|
||||
<FooterCard
|
||||
logoText="tuljabhavani jewellers"
|
||||
copyrightText="© 2025 tuljabhavani jewellers Jewellery. All Rights Reserved."
|
||||
socialLinks={[
|
||||
{ icon: Instagram, href: "https://instagram.com", ariaLabel: "Follow us on Instagram" },
|
||||
{ icon: MessageCircle, href: "https://wa.me", ariaLabel: "Chat with us on WhatsApp" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user