4 Commits

Author SHA1 Message Date
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

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