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}