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 FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -61,9 +61,9 @@ export default function LandingPage() {
|
|||||||
<div id="products" data-section="products">
|
<div id="products" data-section="products">
|
||||||
<ProductCardOne
|
<ProductCardOne
|
||||||
title="Featured Collection"
|
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."
|
description="500+ premium items verified for quality. Handpicked essentials trusted by fitness enthusiasts worldwide—shop with confidence."
|
||||||
tag="Best Sellers"
|
tag="500+ Premium Items ✓"
|
||||||
tagIcon={Zap}
|
tagIcon={Shield}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
@@ -219,7 +219,7 @@ export default function LandingPage() {
|
|||||||
mediaPosition="left"
|
mediaPosition="left"
|
||||||
faqsAnimation="blur-reveal"
|
faqsAnimation="blur-reveal"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Contact Support", href: "#" }
|
{ text: "Ready to Buy?", href: "#products" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
|
|||||||
Reference in New Issue
Block a user