Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f073845021 |
@@ -9,7 +9,7 @@ import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
|||||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
import FooterSplit from '@/components/sections/footer/FooterSplit';
|
import FooterSplit from '@/components/sections/footer/FooterSplit';
|
||||||
import { Heart, Leaf, Mail, MapPin, Phone, Sprout, Star } from 'lucide-react';
|
import { Heart, Leaf, Mail, MapPin, Phone, Sprout, Star, Linkedin } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -270,7 +270,8 @@ export default function LandingPage() {
|
|||||||
contactItems={[
|
contactItems={[
|
||||||
{ icon: Phone, text: "(555) 123-4567" },
|
{ icon: Phone, text: "(555) 123-4567" },
|
||||||
{ icon: Mail, text: "hello@nokinoa.com" },
|
{ icon: Mail, text: "hello@nokinoa.com" },
|
||||||
{ icon: MapPin, text: "Premium Tea Headquarters" }
|
{ icon: MapPin, text: "Premium Tea Headquarters" },
|
||||||
|
{ icon: Linkedin, text: "LinkedIn Company" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user