Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ea21d8b068 | |||
| 84959baa5d | |||
| 82eeb834e7 |
@@ -4,7 +4,6 @@ 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 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';
|
||||||
@@ -92,34 +91,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="comparison" data-section="comparison">
|
|
||||||
<FeatureCardSixteen
|
|
||||||
title="Why Choose Our Store"
|
|
||||||
description="See what sets us apart from the rest"
|
|
||||||
negativeCard={{
|
|
||||||
title: "Traditional Shoe Shopping",
|
|
||||||
items: [
|
|
||||||
"Limited selection in stores",
|
|
||||||
"Inconsistent sizing across brands",
|
|
||||||
"Long return processes",
|
|
||||||
"Higher retail prices"
|
|
||||||
]
|
|
||||||
}}
|
|
||||||
positiveCard={{
|
|
||||||
title: "ShoeHub Advantage",
|
|
||||||
items: [
|
|
||||||
"Curated collection of premium brands",
|
|
||||||
"Detailed sizing guides and reviews",
|
|
||||||
"Fast returns and exchanges",
|
|
||||||
"Competitive pricing and sales"
|
|
||||||
]
|
|
||||||
}}
|
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground="noInvert"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardEleven
|
<TestimonialCardEleven
|
||||||
title="What Customers Say"
|
title="What Customers Say"
|
||||||
|
|||||||
Reference in New Issue
Block a user