Merge version_7 into main #13

Merged
bender merged 1 commits from version_7 into main 2026-03-11 07:43:20 +00:00

View File

@@ -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" }
]
},