Update src/app/page.tsx
This commit is contained in:
350
src/app/page.tsx
350
src/app/page.tsx
@@ -33,29 +33,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/tokyo-creative-collage_23-2149455371.jpg"
|
||||
logoAlt="Catchy Kicks Logo"
|
||||
@@ -63,9 +51,7 @@ export default function LandingPage() {
|
||||
bottomLeftText="Tunisia's Top Sneaker Store"
|
||||
bottomRightText="support@catchykicks.tn"
|
||||
button={{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
}}
|
||||
text: "Shop Now", href: "#products"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -73,52 +59,26 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "downward-rays-static",
|
||||
}}
|
||||
variant: "downward-rays-static"}}
|
||||
imagePosition="right"
|
||||
title="Step Up Your Style Game with Catchy Kicks"
|
||||
description="Discover the latest and greatest sneakers, delivered straight to your door in Tunisia. Unbeatable prices, authentic brands, and a passion for footwear."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Youssef B.",
|
||||
handle: "@youssef_kicks",
|
||||
testimonial: "Catchy Kicks delivered my order super fast, and the sneakers are amazing quality!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-mobile-phone_23-2148018677.jpg",
|
||||
imageAlt: "Youssef B.",
|
||||
},
|
||||
name: "Youssef B.", handle: "@youssef_kicks", testimonial: "Catchy Kicks delivered my order super fast, and the sneakers are amazing quality!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-mobile-phone_23-2148018677.jpg", imageAlt: "Youssef B."},
|
||||
{
|
||||
name: "Fatma R.",
|
||||
handle: "@fatma_style",
|
||||
testimonial: "Always find the trendiest shoes here. My go-to for all things sneakers in Tunisia!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-female-student-glasses-sitting-cafe_1262-17110.jpg",
|
||||
imageAlt: "Fatma R.",
|
||||
},
|
||||
name: "Fatma R.", handle: "@fatma_style", testimonial: "Always find the trendiest shoes here. My go-to for all things sneakers in Tunisia!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-female-student-glasses-sitting-cafe_1262-17110.jpg", imageAlt: "Fatma R."},
|
||||
{
|
||||
name: "Karim H.",
|
||||
handle: "@karim_sneaks",
|
||||
testimonial: "Authentic products and great customer service. Highly recommend Catchy Kicks!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-hipster-man-posing-studio_158538-25538.jpg",
|
||||
imageAlt: "Karim H.",
|
||||
},
|
||||
name: "Karim H.", handle: "@karim_sneaks", testimonial: "Authentic products and great customer service. Highly recommend Catchy Kicks!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-hipster-man-posing-studio_158538-25538.jpg", imageAlt: "Karim H."},
|
||||
{
|
||||
name: "Amina M.",
|
||||
handle: "@amina_shoelover",
|
||||
testimonial: "My new favorite pair arrived perfectly. Catchy Kicks knows how to deliver!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-wearing-sportswear-morning-park_93675-133678.jpg",
|
||||
imageAlt: "Amina M.",
|
||||
},
|
||||
name: "Amina M.", handle: "@amina_shoelover", testimonial: "My new favorite pair arrived perfectly. Catchy Kicks knows how to deliver!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-wearing-sportswear-morning-park_93675-133678.jpg", imageAlt: "Amina M."},
|
||||
{
|
||||
name: "Ahmed L.",
|
||||
handle: "@ahmed_footwear",
|
||||
testimonial: "Best prices I've found for original sneakers. Keep up the good work!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-hipster-man-posing-studio_158538-25604.jpg",
|
||||
imageAlt: "Ahmed L.",
|
||||
},
|
||||
name: "Ahmed L.", handle: "@ahmed_footwear", testimonial: "Best prices I've found for original sneakers. Keep up the good work!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-hipster-man-posing-studio_158538-25604.jpg", imageAlt: "Ahmed L."},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
tag="New Arrivals"
|
||||
@@ -126,65 +86,41 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Men's",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Men's", href: "#products"},
|
||||
{
|
||||
text: "Shop Women's",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Women's", href: "#products"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-blue-jacket_23-2149020770.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-blue-jacket_23-2149020770.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13215.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13215.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-cute-silly-young-hispanic-trying-kiss-girl-after-date-first-time-leaning_1258-111508.jpg",
|
||||
alt: "Happy Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-cute-silly-young-hispanic-trying-kiss-girl-after-date-first-time-leaning_1258-111508.jpg", alt: "Happy Customer 5"},
|
||||
]}
|
||||
avatarText="Join 450K+ Happy Customers"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/black-leather-sports-shoe-with-elegant-shoelace-generated-by-ai_188544-19647.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/black-leather-sports-shoe-with-elegant-shoelace-generated-by-ai_188544-19647.jpg"
|
||||
imageAlt="Stylish new sneaker collection"
|
||||
mediaAnimation="opacity"
|
||||
fixedMediaHeight={true}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Exclusive Deals",
|
||||
type: "text", text: "Exclusive Deals"},
|
||||
{
|
||||
type: "text-icon", text: "Latest Trends", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Latest Trends",
|
||||
icon: TrendingUp,
|
||||
type: "text", text: "Unbeatable Prices"},
|
||||
{
|
||||
type: "text-icon", text: "Secure Payments", icon: Lock,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Unbeatable Prices",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Secure Payments",
|
||||
icon: Lock,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Customer Favorites",
|
||||
},
|
||||
type: "text", text: "Customer Favorites"},
|
||||
]}
|
||||
marqueeSpeed={40}
|
||||
showMarqueeCard={true}
|
||||
@@ -199,28 +135,13 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
features={[
|
||||
{
|
||||
title: "Speedy Local Delivery",
|
||||
description: "Get your fresh kicks delivered anywhere in Tunisia within 2-3 business days.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Truck,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-courier-mask-with-delivery-coffee-food-yellow-wall_179666-34971.jpg",
|
||||
imageAlt: "fast delivery scooter urban street",
|
||||
title: "Speedy Local Delivery", description: "Get your fresh kicks delivered anywhere in Tunisia within 2-3 business days.", bentoComponent: "reveal-icon", icon: Truck
|
||||
},
|
||||
{
|
||||
title: "100% Authentic Products",
|
||||
description: "We guarantee original sneakers from top global brands. No fakes, ever.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: ShieldCheck,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tokyo-creative-collage_23-2149455371.jpg",
|
||||
imageAlt: "fast delivery scooter urban street",
|
||||
title: "100% Authentic Products", description: "We guarantee original sneakers from top global brands. No fakes, ever.", bentoComponent: "reveal-icon", icon: ShieldCheck
|
||||
},
|
||||
{
|
||||
title: "Best Prices in Tunisia",
|
||||
description: "Enjoy competitive pricing and exclusive deals on your favorite sneaker brands.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: DollarSign,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-leather-sports-shoe-with-elegant-shoelace-generated-by-ai_188544-19647.jpg?_wi=2",
|
||||
imageAlt: "fast delivery scooter urban street",
|
||||
title: "Best Prices in Tunisia", description: "Enjoy competitive pricing and exclusive deals on your favorite sneaker brands.", bentoComponent: "reveal-icon", icon: DollarSign
|
||||
},
|
||||
]}
|
||||
title="Why Choose Catchy Kicks?"
|
||||
@@ -240,47 +161,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Nike Air Max 270",
|
||||
price: "550 TND",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-legs-red-keds-lying-wood_176420-6878.jpg",
|
||||
imageAlt: "Nike Air Max 270",
|
||||
},
|
||||
id: "1", name: "Nike Air Max 270", price: "550 TND", imageSrc: "http://img.b2bpic.net/free-photo/close-up-legs-red-keds-lying-wood_176420-6878.jpg", imageAlt: "Nike Air Max 270"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Adidas Superstar",
|
||||
price: "380 TND",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-couch-reading-magazine_23-2148415922.jpg",
|
||||
imageAlt: "Adidas Superstar",
|
||||
},
|
||||
id: "2", name: "Adidas Superstar", price: "380 TND", imageSrc: "http://img.b2bpic.net/free-photo/woman-couch-reading-magazine_23-2148415922.jpg", imageAlt: "Adidas Superstar"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Puma RS-X Reinvention",
|
||||
price: "420 TND",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-sneakers_93675-130455.jpg",
|
||||
imageAlt: "Puma RS-X Reinvention",
|
||||
},
|
||||
id: "3", name: "Puma RS-X Reinvention", price: "420 TND", imageSrc: "http://img.b2bpic.net/free-photo/new-sneakers_93675-130455.jpg", imageAlt: "Puma RS-X Reinvention"},
|
||||
{
|
||||
id: "4",
|
||||
name: "New Balance 990v5",
|
||||
price: "620 TND",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pastel-colors-3d-sneakers_23-2151853237.jpg",
|
||||
imageAlt: "New Balance 990v5",
|
||||
},
|
||||
id: "4", name: "New Balance 990v5", price: "620 TND", imageSrc: "http://img.b2bpic.net/free-photo/pastel-colors-3d-sneakers_23-2151853237.jpg", imageAlt: "New Balance 990v5"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Converse Chuck 70",
|
||||
price: "290 TND",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-sportswear_23-2148777602.jpg",
|
||||
imageAlt: "Converse Chuck 70",
|
||||
},
|
||||
id: "5", name: "Converse Chuck 70", price: "290 TND", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-sportswear_23-2148777602.jpg", imageAlt: "Converse Chuck 70"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Vans Old Skool",
|
||||
price: "250 TND",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-basketball-shoes_23-2150847282.jpg",
|
||||
imageAlt: "Vans Old Skool",
|
||||
},
|
||||
id: "6", name: "Vans Old Skool", price: "250 TND", imageSrc: "http://img.b2bpic.net/free-photo/close-up-basketball-shoes_23-2150847282.jpg", imageAlt: "Vans Old Skool"},
|
||||
]}
|
||||
title="Explore Our Latest Sneaker Collection"
|
||||
description="From classic streetwear to cutting-edge athletic designs, find your perfect pair from our curated selection."
|
||||
@@ -299,9 +190,7 @@ export default function LandingPage() {
|
||||
title="Catchy Kicks: Tunisia's Premier Sneaker Destination"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More", href: "#"},
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
/>
|
||||
@@ -313,65 +202,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
date: "May 15, 2024",
|
||||
title: "Unmatched Quality & Service!",
|
||||
quote: "I've bought several pairs from Catchy Kicks, and every time the quality is superb and the delivery is incredibly fast. My new favorite online store!",
|
||||
tag: "Satisfied Customer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg",
|
||||
avatarAlt: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-length-shot-happy-curly-haired-woman-dressed-striped-jumper-white-trousers-sneakers-carries-net-bag-longboard-stands-near-urban-building-strolls-outdoors-has-glad-expression_273609-59936.jpg",
|
||||
imageAlt: "Happy customer with new sneakers",
|
||||
},
|
||||
id: "1", name: "Sarah J.", date: "May 15, 2024", title: "Unmatched Quality & Service!", quote: "I've bought several pairs from Catchy Kicks, and every time the quality is superb and the delivery is incredibly fast. My new favorite online store!", tag: "Satisfied Customer", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg", avatarAlt: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/full-length-shot-happy-curly-haired-woman-dressed-striped-jumper-white-trousers-sneakers-carries-net-bag-longboard-stands-near-urban-building-strolls-outdoors-has-glad-expression_273609-59936.jpg", imageAlt: "Happy customer with new sneakers"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mehdi K.",
|
||||
date: "April 28, 2024",
|
||||
title: "Authenticity You Can Trust",
|
||||
quote: "Finding authentic sneakers in Tunisia can be a challenge, but Catchy Kicks delivers every time. Their selection is fantastic and prices are fair.",
|
||||
tag: "Verified Buyer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/executive-assistant-multinational-company-work-big-business-project_482257-113916.jpg",
|
||||
avatarAlt: "Mehdi K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-courier-yellow-uniform-black-gloves-black-mask-holding-food-delivery-packages_140725-22202.jpg",
|
||||
imageAlt: "Sneakers unboxing",
|
||||
},
|
||||
id: "2", name: "Mehdi K.", date: "April 28, 2024", title: "Authenticity You Can Trust", quote: "Finding authentic sneakers in Tunisia can be a challenge, but Catchy Kicks delivers every time. Their selection is fantastic and prices are fair.", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/executive-assistant-multinational-company-work-big-business-project_482257-113916.jpg", avatarAlt: "Mehdi K.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-courier-yellow-uniform-black-gloves-black-mask-holding-food-delivery-packages_140725-22202.jpg", imageAlt: "Sneakers unboxing"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Nour B.",
|
||||
date: "March 20, 2024",
|
||||
title: "My Go-To for Trendy Kicks",
|
||||
quote: "Catchy Kicks always has the latest trends! I love their diverse collection and how easy it is to find exactly what I'm looking for.",
|
||||
tag: "Fashion Enthusiast",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-joyful-hipster-guy-posing_1262-21147.jpg",
|
||||
avatarAlt: "Nour B.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-sorting-belongings-from-cardboard-boxes-after-moving-new-home_23-2149086872.jpg",
|
||||
imageAlt: "Person enjoying new shoes",
|
||||
},
|
||||
id: "3", name: "Nour B.", date: "March 20, 2024", title: "My Go-To for Trendy Kicks", quote: "Catchy Kicks always has the latest trends! I love their diverse collection and how easy it is to find exactly what I'm looking for.", tag: "Fashion Enthusiast", avatarSrc: "http://img.b2bpic.net/free-photo/happy-joyful-hipster-guy-posing_1262-21147.jpg", avatarAlt: "Nour B.", imageSrc: "http://img.b2bpic.net/free-photo/couple-sorting-belongings-from-cardboard-boxes-after-moving-new-home_23-2149086872.jpg", imageAlt: "Person enjoying new shoes"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Ali S.",
|
||||
date: "Feb 10, 2024",
|
||||
title: "Seamless Shopping Experience",
|
||||
quote: "From browsing to checkout, the Catchy Kicks website is a breeze to use. Plus, my order arrived quicker than expected. Highly recommended!",
|
||||
tag: "Happy Shopper",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-spectacular-woman-laughing-front_197531-19644.jpg",
|
||||
avatarAlt: "Ali S.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-selecting-shoe-shop_107420-94842.jpg",
|
||||
imageAlt: "Sneaker collection display",
|
||||
},
|
||||
id: "4", name: "Ali S.", date: "Feb 10, 2024", title: "Seamless Shopping Experience", quote: "From browsing to checkout, the Catchy Kicks website is a breeze to use. Plus, my order arrived quicker than expected. Highly recommended!", tag: "Happy Shopper", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-spectacular-woman-laughing-front_197531-19644.jpg", avatarAlt: "Ali S.", imageSrc: "http://img.b2bpic.net/free-photo/couple-selecting-shoe-shop_107420-94842.jpg", imageAlt: "Sneaker collection display"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Rania F.",
|
||||
date: "Jan 5, 2024",
|
||||
title: "Excellent Value and Selection",
|
||||
quote: "I always find great deals and unique sneakers here. Catchy Kicks offers incredible value for money without compromising on quality.",
|
||||
tag: "Smart Buyer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-girl-looking-away_23-2148311222.jpg",
|
||||
avatarAlt: "Rania F.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-skateboard-with-retro-memorabilia_23-2150583922.jpg",
|
||||
imageAlt: "Close-up of sneaker details",
|
||||
},
|
||||
id: "5", name: "Rania F.", date: "Jan 5, 2024", title: "Excellent Value and Selection", quote: "I always find great deals and unique sneakers here. Catchy Kicks offers incredible value for money without compromising on quality.", tag: "Smart Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-girl-looking-away_23-2148311222.jpg", avatarAlt: "Rania F.", imageSrc: "http://img.b2bpic.net/free-photo/view-skateboard-with-retro-memorabilia_23-2150583922.jpg", imageAlt: "Close-up of sneaker details"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Don't just take our word for it – hear from our happy customers across Tunisia!"
|
||||
@@ -386,17 +225,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Nike",
|
||||
"Adidas",
|
||||
"Puma",
|
||||
"New Balance",
|
||||
"Converse",
|
||||
"Vans",
|
||||
"Reebok",
|
||||
"Fila",
|
||||
"Asics",
|
||||
"Under Armour",
|
||||
]}
|
||||
"Nike", "Adidas", "Puma", "New Balance", "Converse", "Vans", "Reebok", "Fila", "Asics", "Under Armour"]}
|
||||
title="Partnering with the Best Brands"
|
||||
description="We proudly offer authentic sneakers from the world's leading sports and lifestyle brands."
|
||||
speed={40}
|
||||
@@ -410,30 +239,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How long does shipping take within Tunisia?",
|
||||
content: "Typically, orders are delivered within 2-3 business days across Tunisia. You'll receive a tracking number once your order is dispatched.",
|
||||
},
|
||||
id: "1", title: "How long does shipping take within Tunisia?", content: "Typically, orders are delivered within 2-3 business days across Tunisia. You'll receive a tracking number once your order is dispatched."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Are your sneakers 100% authentic?",
|
||||
content: "Yes, we guarantee that all our sneakers are 100% authentic and sourced directly from authorized distributors. We do not sell replicas or fakes.",
|
||||
},
|
||||
id: "2", title: "Are your sneakers 100% authentic?", content: "Yes, we guarantee that all our sneakers are 100% authentic and sourced directly from authorized distributors. We do not sell replicas or fakes."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What is your return policy?",
|
||||
content: "We offer a 7-day return policy for unused items in their original packaging. Please refer to our full return policy page for more details.",
|
||||
},
|
||||
id: "3", title: "What is your return policy?", content: "We offer a 7-day return policy for unused items in their original packaging. Please refer to our full return policy page for more details."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept various secure payment methods including credit/debit cards, bank transfers, and cash on delivery for certain areas in Tunisia.",
|
||||
},
|
||||
id: "4", title: "What payment methods do you accept?", content: "We accept various secure payment methods including credit/debit cards, bank transfers, and cash on delivery for certain areas in Tunisia."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Do you offer international shipping?",
|
||||
content: "Currently, we only offer shipping within Tunisia. We are working on expanding our delivery services in the future.",
|
||||
},
|
||||
id: "5", title: "Do you offer international shipping?", content: "Currently, we only offer shipping within Tunisia. We are working on expanding our delivery services in the future."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common questions about our products, orders, and services."
|
||||
@@ -448,8 +262,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Have a Question? We're Here to Help!"
|
||||
description="Whether you need assistance with an order, product information, or just want to say hello, our team is ready to assist you."
|
||||
@@ -465,62 +278,37 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "Products",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Products", href: "#products"},
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Shipping & Returns",
|
||||
href: "#",
|
||||
},
|
||||
label: "Shipping & Returns", href: "#"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/catchy_99",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/catchy_99"},
|
||||
{
|
||||
label: "TikTok",
|
||||
href: "https://tiktok.com/@catchy99store",
|
||||
},
|
||||
label: "TikTok", href: "https://tiktok.com/@catchy99store"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com/catchy99",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com/catchy99"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user