Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0744d6db83 | |||
| ea21d8b068 | |||
| 84959baa5d | |||
| 82eeb834e7 |
@@ -4,13 +4,13 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
--background: #ffffff;;
|
--background: #0a0a0a;;
|
||||||
--card: #fafafa;;
|
--card: #1a1a1a;;
|
||||||
--foreground: #000000;;
|
--foreground: #ffffffe6;;
|
||||||
--primary-cta: #0066ff;;
|
--primary-cta: #e6e6e6;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #1a1a1a;;
|
||||||
--accent: #e5e5e5;;
|
--accent: #737373;;
|
||||||
--background-accent: #f5f5f5;;
|
--background-accent: #737373;;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
@@ -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