Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| aaf56faea5 | |||
| 1dcde1156a | |||
| 9659c1f58f |
@@ -9,7 +9,7 @@ import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwent
|
|||||||
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
|
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
|
||||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||||
import { Sparkles, TrendingUp, CheckCircle, Heart, Handshake, Truck, Shield, Award, Headphones } from "lucide-react";
|
import { Sparkles, TrendingUp, CheckCircle, Heart, Handshake, Truck, Shield, Award, Headphones, Star } from "lucide-react";
|
||||||
|
|
||||||
const navItems = [
|
const navItems = [
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
@@ -99,9 +99,9 @@ export default function HomePage() {
|
|||||||
]}
|
]}
|
||||||
title="Featured Collection"
|
title="Featured Collection"
|
||||||
description="Handpicked premium sneakers carefully selected for quality, style, and comfort. Each pair offers exceptional value and lasting durability."
|
description="Handpicked premium sneakers carefully selected for quality, style, and comfort. Each pair offers exceptional value and lasting durability."
|
||||||
tag="Best Sellers"
|
tag="Best Sellers - 10k+ Reviews"
|
||||||
tagIcon={TrendingUp}
|
tagIcon={Star}
|
||||||
tagAnimation="opacity"
|
tagAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
gridVariant="four-items-2x2-equal-grid"
|
gridVariant="four-items-2x2-equal-grid"
|
||||||
|
|||||||
Reference in New Issue
Block a user