Update src/app/page.tsx

This commit is contained in:
2026-03-12 07:51:58 +00:00
parent f29905c179
commit 207c1ec2b1

View File

@@ -9,6 +9,7 @@ import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { Sparkles, CheckCircle, Award, Briefcase, Star } from 'lucide-react';
import { Instagram } from 'lucide-react';
export default function LandingPage() {
const handleContactSubmit = (formData: any) => {
@@ -190,7 +191,7 @@ export default function LandingPage() {
{
title: "Connect", items: [
{ label: "Email", href: "mailto:hello@veroai.com" },
{ label: "LinkedIn", href: "https://linkedin.com" },
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Twitter", href: "https://twitter.com" }
]
},