9 Commits

Author SHA1 Message Date
1ee5efe129 Merge version_4 into main
Merge version_4 into main
2026-03-03 09:35:15 +00:00
9e810b336c Update src/app/page.tsx 2026-03-03 09:35:11 +00:00
65f133df4c Merge version_3 into main
Merge version_3 into main
2026-03-03 09:31:22 +00:00
a5fb377070 Update src/app/page.tsx 2026-03-03 09:31:18 +00:00
0d09e18e64 Merge version_2 into main
Merge version_2 into main
2026-03-03 09:26:58 +00:00
30b43d7be2 Update src/app/page.tsx 2026-03-03 09:26:52 +00:00
2c428dba35 Merge version_1 into main
Merge version_1 into main
2026-03-03 09:25:28 +00:00
127eef53e1 Merge version_1 into main
Merge version_1 into main
2026-03-03 09:22:03 +00:00
2f6886d6e3 Merge version_1 into main
Merge version_1 into main
2026-03-03 09:18:47 +00:00

View File

@@ -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="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"