Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| aa218e695a |
@@ -10,7 +10,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
|||||||
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
||||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||||
import { Award, Globe, Sparkles, Users } from "lucide-react";
|
import { Award, Globe, Sparkles, Users, Flame, Clock } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -64,6 +64,8 @@ export default function LandingPage() {
|
|||||||
title="Featured Collections"
|
title="Featured Collections"
|
||||||
description="Hand-picked LEGO sets for builders of all ages and interests"
|
description="Hand-picked LEGO sets for builders of all ages and interests"
|
||||||
tag="Best Sellers"
|
tag="Best Sellers"
|
||||||
|
tagIcon={Flame}
|
||||||
|
tagAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
|
|||||||
Reference in New Issue
Block a user