Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -11,7 +11,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { Star, Leaf, Users, Facebook, Instagram, Whatsapp } from "lucide-react";
|
||||
import { Star, Leaf, Users, Facebook, Instagram, Phone } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -183,7 +183,7 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{ icon: Facebook, href: "https://facebook.com/neorafarms", ariaLabel: "Facebook" },
|
||||
{ icon: Instagram, href: "https://instagram.com/neorafarms", ariaLabel: "Instagram" },
|
||||
{ icon: Whatsapp, href: "https://wa.me/919876543210", ariaLabel: "WhatsApp" }
|
||||
{ icon: Phone, href: "https://wa.me/919876543210", ariaLabel: "WhatsApp" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user