From 95065670d39e4d7fd315a2cc86796cc5eb11defb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 02:23:03 +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 36416cb..a88e8c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import ProductCardFour from "@/components/sections/product/ProductCardFour"; import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { Globe, Sparkles, Zap, TrendingUp, Package, Users, Mail, Beaker, Shield } from "lucide-react"; +import { Globe, Sparkles, Zap, TrendingUp, Package, Users, Mail, Beaker, Shield, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -132,7 +132,7 @@ export default function LandingPage() { id: "2", value: "1000+", title: "Products", description: "Curated pharmaceutical and cosmetic solutions", icon: Package, }, { - id: "3", value: "98%", title: "Satisfaction", description: "Customer satisfaction rate across all product lines", icon: Globe, + id: "3", value: "98%", title: "Satisfaction", description: "Customer satisfaction rate across all product lines", icon: Star, }, ]} /> @@ -201,7 +201,7 @@ export default function LandingPage() { { text: "Request Samples", href: "#" }, ]} buttonAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} /> -- 2.49.1