Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-12 09:26:33 +00:00

View File

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