From 8b5828d1e5aae513ec9d949ceed8bec7bd659ce9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 07:43:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 045d554..41b3c66 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, TikTok, Quote } from 'lucide-react'; +import { TrendingUp, Zap, Settings, Target, Sparkles, Mail, Facebook, Instagram, Share2, Quote } from 'lucide-react'; export default function LandingPage() { return ( @@ -251,7 +251,7 @@ export default function LandingPage() { 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: "Share", href: "https://www.tiktok.com/@growtables?_r=1&_t=ZS-94arQEaleUe" }, { label: "Email", href: "mailto:growtables@gmail.com" } ] }, -- 2.49.1