From f7d785cf440a7dc8d334c2fcff8b17c55439a5ab Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 19:07:02 +0000 Subject: [PATCH 01/10] Update src/app/brands/[slug]/page.tsx --- src/app/brands/[slug]/page.tsx | 397 ++++++++++++++++++++------------- 1 file changed, 237 insertions(+), 160 deletions(-) diff --git a/src/app/brands/[slug]/page.tsx b/src/app/brands/[slug]/page.tsx index 5c3aa0f..e69beff 100644 --- a/src/app/brands/[slug]/page.tsx +++ b/src/app/brands/[slug]/page.tsx @@ -3,55 +3,28 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial"; -import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; +import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; +import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive"; +import BlogCardThree from "@/components/sections/blog/BlogCardThree"; +import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; +import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; +import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; +import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import { Car, Award, Zap } from "lucide-react"; +import Link from "next/link"; +import { + Car, + Zap, + Award, + Sparkles, + Building2, + History, + Globe, + Mail, +} from "lucide-react"; export default function BrandDetailPage() { - const navItems = [ - { name: "Search", id: "search" }, - { name: "Browse", id: "browse" }, - { name: "Compare", id: "compare" }, - { name: "Timeline", id: "timeline" }, - { name: "About", id: "about" }, - ]; - - const footerColumns = [ - { - items: [ - { label: "Search Database", href: "/search" }, - { label: "Browse Vehicles", href: "/browse" }, - { label: "Compare Cars", href: "/compare" }, - { label: "Timeline Explorer", href: "/timeline" }, - ], - }, - { - items: [ - { label: "Brand Directory", href: "/brands" }, - { label: "Model Guide", href: "/models" }, - { label: "Specifications", href: "/specs" }, - { label: "Production Data", href: "/production" }, - ], - }, - { - items: [ - { label: "About Us", href: "/about" }, - { label: "Help & Support", href: "/help" }, - { label: "Contact", href: "/contact" }, - { label: "Contribute Data", href: "/contribute" }, - ], - }, - { - items: [ - { label: "Privacy Policy", href: "/privacy" }, - { label: "Terms of Service", href: "/terms" }, - { label: "Data Attribution", href: "/attribution" }, - { label: "Sitemap", href: "/sitemap" }, - ], - }, - ]; - return ( -
+
-
- + +
+ + + +
+ +
+ +
+ +
+ +
+ +
+ +
+
-
- + +
+ +
+
-