3 Commits

Author SHA1 Message Date
40150ab8df Update src/app/page.tsx 2026-03-12 09:26:27 +00:00
598332b7e9 Merge version_1 into main
Merge version_1 into main
2026-03-12 09:23:50 +00:00
8e62fa5ea9 Merge version_1 into main
Merge version_1 into main
2026-03-12 09:23:03 +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}