Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 40150ab8df | |||
| 598332b7e9 | |||
| 8e62fa5ea9 |
@@ -10,7 +10,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric';
|
|||||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -81,6 +81,8 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
carouselMode="buttons"
|
carouselMode="buttons"
|
||||||
|
cardNameClassName="text-xs font-medium text-muted-foreground mb-1"
|
||||||
|
cardPriceClassName="text-lg font-bold text-accent"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -112,6 +114,7 @@ export default function LandingPage() {
|
|||||||
title="Our Best Seller: Custom Clicker Keychains"
|
title="Our Best Seller: Custom Clicker Keychains"
|
||||||
description="The most loved product from L3D Prints. Compact, fidgety, and endlessly customizable."
|
description="The most loved product from L3D Prints. Compact, fidgety, and endlessly customizable."
|
||||||
tag="Customer Favorite"
|
tag="Customer Favorite"
|
||||||
|
tagIcon={Flame}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
|||||||
Reference in New Issue
Block a user