|
|
|
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
|
|
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
|
|
|
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
|
|
|
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
|
|
|
import ProductCardFive from '@/components/sections/product/ProductCardFive';
|
|
|
|
import ProductCardFive from '@/components/sections/product/ProductCardFive';
|
|
|
|
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
|
|
|
import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout';
|
|
|
|
import TestimonialCardEleven from '@/components/sections/testimonial/TestimonialCardEleven';
|
|
|
|
import TestimonialCardEleven from '@/components/sections/testimonial/TestimonialCardEleven';
|
|
|
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
|
|
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
|
|
|
import ContactText from '@/components/sections/contact/ContactText';
|
|
|
|
import ContactText from '@/components/sections/contact/ContactText';
|
|
|
|
@@ -93,29 +93,34 @@ export default function LandingPage() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="comparison" data-section="comparison">
|
|
|
|
<div id="comparison" data-section="comparison">
|
|
|
|
<FeatureCardSixteen
|
|
|
|
<MediaSplitTabsAbout
|
|
|
|
title="Why Choose Our Store"
|
|
|
|
title="Why Choose Our Store"
|
|
|
|
description="See what sets us apart from the rest"
|
|
|
|
description="Discover what sets us apart from the rest"
|
|
|
|
negativeCard={{
|
|
|
|
tabs={[
|
|
|
|
title: "Traditional Shoe Shopping",
|
|
|
|
{
|
|
|
|
items: [
|
|
|
|
id: "quality",
|
|
|
|
"Limited selection in stores",
|
|
|
|
label: "Premium Quality",
|
|
|
|
"Inconsistent sizing across brands",
|
|
|
|
description: "Every pair of shoes in our collection is carefully selected and inspected to ensure the highest quality standards. We partner with leading brands and manufacturers to bring you authentic, durable footwear."
|
|
|
|
"Long return processes",
|
|
|
|
},
|
|
|
|
"Higher retail prices"
|
|
|
|
{
|
|
|
|
]
|
|
|
|
id: "selection",
|
|
|
|
}}
|
|
|
|
label: "Wide Selection",
|
|
|
|
positiveCard={{
|
|
|
|
description: "From athletic sneakers to formal dress shoes, we offer an extensive range of styles and sizes. Whether you're looking for everyday comfort or special occasion wear, we have something for everyone."
|
|
|
|
title: "ShoeHub Advantage",
|
|
|
|
},
|
|
|
|
items: [
|
|
|
|
{
|
|
|
|
"Curated collection of premium brands",
|
|
|
|
id: "support",
|
|
|
|
"Detailed sizing guides and reviews",
|
|
|
|
label: "Expert Support",
|
|
|
|
"Fast returns and exchanges",
|
|
|
|
description: "Our knowledgeable team is here to help you find the perfect pair. With detailed sizing guides, product reviews, and responsive customer service, shopping with us is easy and hassle-free."
|
|
|
|
"Competitive pricing and sales"
|
|
|
|
},
|
|
|
|
]
|
|
|
|
{
|
|
|
|
}}
|
|
|
|
id: "value",
|
|
|
|
animationType="slide-up"
|
|
|
|
label: "Competitive Prices",
|
|
|
|
textboxLayout="default"
|
|
|
|
description: "We believe premium quality shoes shouldn't break the bank. Our competitive pricing, regular sales, and exclusive deals ensure you get the best value for your money."
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
]}
|
|
|
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767005922183-ibjptozn.jpg"
|
|
|
|
|
|
|
|
imageAlt="Why Choose Our Store"
|
|
|
|
|
|
|
|
imagePosition="right"
|
|
|
|
useInvertedBackground="noInvert"
|
|
|
|
useInvertedBackground="noInvert"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|