From 40150ab8df32d5515d4487b64e8213ebf508db19 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 09:26:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aa1f12f..0b6942c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Award, Heart, Users, Zap, Sparkles } from 'lucide-react'; +import { Award, Heart, Users, Zap, Sparkles, TrendingUp, Flame } from 'lucide-react'; export default function LandingPage() { return ( @@ -81,6 +81,8 @@ export default function LandingPage() { ]} gridVariant="three-columns-all-equal-width" carouselMode="buttons" + cardNameClassName="text-xs font-medium text-muted-foreground mb-1" + cardPriceClassName="text-lg font-bold text-accent" /> @@ -112,6 +114,7 @@ export default function LandingPage() { title="Our Best Seller: Custom Clicker Keychains" description="The most loved product from L3D Prints. Compact, fidgety, and endlessly customizable." tag="Customer Favorite" + tagIcon={Flame} textboxLayout="default" animationType="slide-up" useInvertedBackground={false} -- 2.49.1