Merge version_1 into main #6

Merged
bender merged 2 commits from version_1 into main 2026-06-04 15:31:39 +00:00
2 changed files with 28 additions and 77 deletions

View File

@@ -1,30 +1,18 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Instagram, Youtube, Facebook } from 'lucide-react';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Instagram, Youtube, Facebook } from "lucide-react";
import Link from 'next/link';
export default function AboutPage() {
const navbarProps = {
brandName: "Malnad Car Culture", logoSrc: "http://img.b2bpic.net/free-vector/event-logo-template_23-2150529679.jpg", logoAlt: "Malnad Car Culture Logo", navItems: [
{ name: "Home", id: "/" },
{ name: "Inventory", id: "/inventory" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" }
],
button: { text: "Call Us", href: "tel:+91XXXXXXXXXX" }
};
const footerProps = {
logoText: "Malnad Car Culture", logoSrc: "http://img.b2bpic.net/free-vector/event-logo-template_23-2150529679.jpg", logoAlt: "Malnad Car Culture Logo", copyrightText: "© 2024 Malnad Car Culture | Privacy Policy | Terms", socialLinks: [
{ icon: Instagram, href: "https://instagram.com/malnadcarculture", ariaLabel: "Instagram" },
{ icon: Youtube, href: "https://youtube.com/malnadcarculture", ariaLabel: "YouTube" },
{ icon: Facebook, href: "https://facebook.com/malnadcarculture", ariaLabel: "Facebook" }
]
};
const navItems = [
{ name: "Home", id: "/" },
{ name: "Inventory", id: "/inventory" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" }
];
return (
<ThemeProvider
@@ -40,68 +28,33 @@ export default function AboutPage() {
headingFontWeight={"normal"}
>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen {...navbarProps} />
<NavbarStyleFullscreen
brandName="Malnad Car Culture"
logoSrc="http://img.b2bpic.net/free-vector/event-logo-template_23-2150529679.jpg"
logoAlt="Malnad Car Culture Logo"
navItems={navItems.map(item => ({...item, href: item.id, name: item.name}))}
/>
</div>
<div id="our-story" data-section="our-story">
<div id="about-us" data-section="about-us">
<InlineImageSplitTextAbout
heading={[{ type: "text", content: "Our Story: Malnad Car Culture" }]}
description={"Malnad Car Culture isn't just a dealership; it's a community built on a shared love for automobiles. We meticulously select each vehicle, ensuring it meets our high standards of quality and reliability. Our team is dedicated to providing an unmatched car-buying experience, guiding you every step of the way with transparency and expertise.\n\nFrom our humble beginnings, we've grown into a trusted name in the pre-owned car market, driven by our passion to connect people with their perfect vehicle."}
useInvertedBackground={false}
imageSrc={"http://img.b2bpic.net/free-photo/happy-customers-car-dealership_23-2149106170.jpg"}
imageAlt={"Malnad Car Culture team in a modern showroom"}
/>
</div>
<div id="our-values" data-section="our-values">
<FeatureCardSeven
title={"Our Core Values"}
description={"Integrity, passion, and unparalleled customer service drive everything we do at Malnad Car Culture."}
features={[
{
title: "Transparency First", description: "Clear and honest dealings, from car history to pricing.", imageSrc: "http://img.b2bpic.net/free-photo/colorful-round-plates-four-vibrant-colors-white-background_384344-7182.jpg", imageAlt: "Transparency icon"
},
{
title: "Uncompromised Quality", description: "Every car is rigorously inspected and verified for top performance.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-mechanic-preparing-check-list_1170-1445.jpg", imageAlt: "Quality icon"
},
{
title: "Customer-Centric Service", description: "Your satisfaction is our priority, with personalized support.", imageSrc: "http://img.b2bpic.net/free-photo/man-clapping-hands-isolated-studio_1303-30130.jpg", imageAlt: "Customer service icon"
},
{
title: "Automotive Passion", description: "Driven by a genuine love for cars and the joy they bring.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-eco-friendly-car_329181-19370.jpg", imageAlt: "Passion icon"
},
{
title: "Community Building", description: "Fostering a space for car enthusiasts to connect and share.", imageSrc: "http://img.b2bpic.net/free-photo/executives-talking-animatedly_1098-1204.jpg", imageAlt: "Community icon"
},
{
title: "Continuous Improvement", description: "Always striving to enhance our services and inventory.", imageSrc: "http://img.b2bpic.net/free-photo/engineer-checking-car-performance_482257-81473.jpg", imageAlt: "Improvement icon"
}
]}
animationType={"slide-up"}
textboxLayout={"default"}
useInvertedBackground={false}
/>
</div>
<div id="about-metrics" data-section="about-metrics">
<MetricCardTwo
title={"Our Legacy of Trust and Excellence"}
description={"Numbers that speak for themselves a testament to our dedication to every customer."}
metrics={[
{ id: "m1", value: "5000+", description: "Happy Customers" },
{ id: "m2", value: "5000+", description: "Cars Sold" },
{ id: "m3", value: "50+", description: "Brands Available" },
{ id: "m4", value: "10+", description: "Years of Trust" }
]}
gridVariant={"uniform-all-items-equal"}
animationType={"blur-reveal"}
textboxLayout={"default"}
heading={[{ type: "text", content: "Our Journey: Passion, Quality, Trust" }]}
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterCard {...footerProps} />
<FooterCard
logoText="Malnad Car Culture"
logoSrc="http://img.b2bpic.net/free-vector/event-logo-template_23-2150529679.jpg"
logoAlt="Malnad Car Culture Logo"
copyrightText="© 2024 Malnad Car Culture | Privacy Policy | Terms"
socialLinks={[
{ icon: Instagram, href: "https://instagram.com/malnadcarculture", ariaLabel: "Instagram" },
{ icon: Youtube, href: "https://youtube.com/malnadcarculture", ariaLabel: "YouTube" },
{ icon: Facebook, href: "https://facebook.com/malnadcarculture", ariaLabel: "Facebook" }
]}
/>
</div>
</ThemeProvider>
);

View File

@@ -116,8 +116,6 @@ export default function HomePage() {
<InlineImageSplitTextAbout
heading={[{ type: "text", content: "Born from a Passion for Cars, Built on Trust" } ]}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-30103.jpg"
imageAlt="Malnad Car Culture showroom interior"
/>
</div>