Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2025-12-29 11:03:30 +00:00

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
@@ -9,7 +9,7 @@ import TestimonialCardEleven from '@/components/sections/testimonial/Testimonial
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import ContactText from '@/components/sections/contact/ContactText';
import FooterBaseSocial from '@/components/sections/footer/FooterBaseSocial';
import { Instagram, Facebook, Twitter, YouTube } from "lucide-react";
import { Instagram, Facebook, Twitter, Youtube } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,7 +30,7 @@ export default function LandingPage() {
brandName="ShoeHub"
navItems={[
{ name: "Shop", id: "products" },
{ name: "About", id: "about" },
{ name: "About", id: "comparison" },
{ name: "Contact", id: "contact" },
{ name: "FAQ", id: "faq" }
]}
@@ -242,7 +242,7 @@ export default function LandingPage() {
{ icon: Instagram, href: "https://instagram.com", ariaLabel: "Instagram" },
{ icon: Facebook, href: "https://facebook.com", ariaLabel: "Facebook" },
{ icon: Twitter, href: "https://twitter.com", ariaLabel: "Twitter" },
{ icon: YouTube, href: "https://youtube.com", ariaLabel: "YouTube" }
{ icon: Youtube, href: "https://youtube.com", ariaLabel: "YouTube" }
]}
/>
</div>