Update src/app/page.tsx

This commit is contained in:
2026-03-03 19:09:55 +00:00
parent 9151f30558
commit d6601dd3a8

View File

@@ -9,6 +9,7 @@ import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCar
import ContactText from "@/components/sections/contact/ContactText";
import FooterCard from "@/components/sections/footer/FooterCard";
import { Sparkles, Shield, Award, CheckCircle, Star, Instagram, Linkedin, Twitter } from "lucide-react";
import Link from "next/link";
export default function LandingPage() {
return (