diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c2be6f..045d554 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni import ContactCenter from '@/components/sections/contact/ContactCenter'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { TrendingUp, Zap, Settings, Target, Sparkles, Mail, Facebook, Instagram, Quote } from 'lucide-react'; +import { TrendingUp, Zap, Settings, Target, Sparkles, Mail, Facebook, Instagram, TikTok, Quote } from 'lucide-react'; export default function LandingPage() { return ( @@ -242,16 +242,17 @@ export default function LandingPage() { }, { items: [ + { label: "Los Angeles", href: "#" }, { label: "Email", href: "mailto:growtables@gmail.com" }, - { label: "Phone", href: "tel:+1234567890" }, - { label: "Location", href: "#" } + { label: "USA", href: "#" } ] }, { items: [ { label: "Facebook", href: "https://www.facebook.com/Growtables" }, { label: "Instagram", href: "https://www.instagram.com/growtables/" }, - { label: "TikTok", href: "https://www.tiktok.com/@growtables?_r=1&_t=ZS-94arQEaleUe" } + { label: "TikTok", href: "https://www.tiktok.com/@growtables?_r=1&_t=ZS-94arQEaleUe" }, + { label: "Email", href: "mailto:growtables@gmail.com" } ] }, { @@ -266,4 +267,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file