2 Commits

Author SHA1 Message Date
a022cc0ac2 Update src/app/page.tsx 2025-12-29 18:35:01 +00:00
0744d6db83 Update src/app/globals.css 2025-12-29 11:24:45 +00:00
2 changed files with 41 additions and 7 deletions

View File

@@ -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);

View File

@@ -4,6 +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 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';
@@ -91,6 +92,39 @@ export default function LandingPage() {
/> />
</div> </div>
<div id="comparison" data-section="comparison">
<MediaSplitTabsAbout
title="Why Choose Our Store"
description="Discover what sets us apart from the rest"
tabs={[
{
id: "quality",
label: "Premium Quality",
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."
},
{
id: "selection",
label: "Wide Selection",
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."
},
{
id: "support",
label: "Expert Support",
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."
},
{
id: "value",
label: "Competitive Prices",
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"
/>
</div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardEleven <TestimonialCardEleven
title="What Customers Say" title="What Customers Say"