3 Commits

Author SHA1 Message Date
af34e32f52 Update src/app/page.tsx 2026-03-10 19:43:51 +00:00
db94da055a Merge version_1 into main
Merge version_1 into main
2026-03-10 19:39:45 +00:00
f8996fba27 Merge version_1 into main
Merge version_1 into main
2026-03-10 19:39:11 +00:00

View File

@@ -10,7 +10,7 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar
import FaqBase from '@/components/sections/faq/FaqBase';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import { Mail, Sparkles, Star } from 'lucide-react';
import { Mail, Sparkles, Star, Flame } from 'lucide-react';
export default function LandingPage() {
return (
@@ -67,8 +67,9 @@ export default function LandingPage() {
<div id="products" data-section="products">
<ProductCardThree
title="Featured Products"
description="Explore our curated collection of premium athletic wear and footwear"
tag="Best Sellers"
description="Explore limited-edition pieces and bestsellers before they sell out"
tag="Limited Stock"
tagIcon={Flame}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}