Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9e810b336c | |||
| 65f133df4c | |||
| a5fb377070 | |||
| 0d09e18e64 |
@@ -10,7 +10,7 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import { Award, Handshake, HelpCircle, MessageSquare, ShoppingCart, Star, TrendingUp, Users, Zap } from 'lucide-react';
|
||||
import { Award, Handshake, HelpCircle, MessageSquare, ShoppingCart, Star, TrendingUp, Users, Zap, Shield } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -61,9 +61,9 @@ export default function LandingPage() {
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardOne
|
||||
title="Featured Collection"
|
||||
description="Browse 500+ premium items. Handpicked essentials to power your workouts. From footwear to apparel, discover gear trusted by fitness enthusiasts worldwide."
|
||||
tag="Best Sellers"
|
||||
tagIcon={Zap}
|
||||
description="500+ premium items verified for quality. Handpicked essentials trusted by fitness enthusiasts worldwide—shop with confidence."
|
||||
tag="500+ Premium Items ✓"
|
||||
tagIcon={Shield}
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
@@ -219,7 +219,7 @@ export default function LandingPage() {
|
||||
mediaPosition="left"
|
||||
faqsAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{ text: "Contact Support", href: "#" }
|
||||
{ text: "Ready to Buy?", href: "#products" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user