Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 02:23:07 +00:00

View File

@@ -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}
/>
</div>