Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5aadefbe97 | |||
| e87d01d5e9 |
@@ -8,7 +8,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
|||||||
import TextAbout from '@/components/sections/about/TextAbout';
|
import TextAbout from '@/components/sections/about/TextAbout';
|
||||||
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 { Heart, Mail, Sparkles, Star, Users } from 'lucide-react';
|
import { Heart, Mail, Sparkles, Star, Users, Zap } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -76,8 +76,8 @@ export default function LandingPage() {
|
|||||||
<ProductCardFour
|
<ProductCardFour
|
||||||
title="Featured Sticker Collection"
|
title="Featured Sticker Collection"
|
||||||
description="Browse our handpicked selection of premium vinyl stickers designed to inspire and delight. Weather-resistant, long-lasting designs perfect for laptops, phones, water bottles, and more—transform your everyday items into personal statements."
|
description="Browse our handpicked selection of premium vinyl stickers designed to inspire and delight. Weather-resistant, long-lasting designs perfect for laptops, phones, water bottles, and more—transform your everyday items into personal statements."
|
||||||
tag="Best Sellers"
|
tag="Limited Stock • Fast Sellers"
|
||||||
tagIcon={Star}
|
tagIcon={Zap}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
|
|||||||
Reference in New Issue
Block a user