From a516870b14c15ab440598916a301bc466e012f25 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 02:23:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 59a423d..8a3e1f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCar import FaqDouble from "@/components/sections/faq/FaqDouble"; import ContactText from "@/components/sections/contact/ContactText"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { Code, Users, Award, TrendingUp, Quote } from "lucide-react"; +import { Code, Users, Award, TrendingUp, Quote, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -47,7 +47,7 @@ export default function LandingPage() { title="Transform Your Software Vision into Reality" description="Cutting-edge IT solutions and custom software development for enterprises and startups. We deliver innovation, security, and scalability that drives business growth." tag="Expert Software Development" - tagIcon="Sparkles" + tagIcon={Sparkles} tagAnimation="slide-up" buttons={[ { text: "View Our Work", href: "#portfolio" }, @@ -136,7 +136,7 @@ export default function LandingPage() { textboxLayout="default" animationType="scale-rotate" useInvertedBackground={false} - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" metrics={[ { id: "1", value: "99.9%", description: "Uptime Guarantee" }, { id: "2", value: "48hrs", description: "Average Response Time" }, -- 2.49.1