Files
22a2bc37-1f2e-4b2f-b1dc-243…/src/app/page.tsx
2026-03-12 10:07:31 +00:00

183 lines
8.5 KiB
TypeScript

"use client"
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import AboutMetric from '@/components/sections/about/AboutMetric';
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import ContactText from '@/components/sections/contact/ContactText';
import FooterBase from '@/components/sections/footer/FooterBase';
import { Award, Shield, Star, Zap } from 'lucide-react';
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="icon-arrow"
defaultTextAnimation="background-highlight"
borderRadius="pill"
contentWidth="medium"
sizing="largeSmallSizeMediumTitles"
background="blurBottom"
cardStyle="gradient-mesh"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="radial-glow"
headingFontWeight="semibold"
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="CCCUSTOMS"
navItems={[
{ name: "Services", id: "features" },
{ name: "Why Us", id: "about" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" }
]}
button={{ text: "Get a Quote", href: "contact" }}
animateOnLoad={true}
/>
</div>
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="CCCUSTOMS"
description="Premium window tinting and ambient lighting for your vehicle. Transform your car's appearance and comfort with professional installations."
buttons={[
{ text: "View Services", href: "features" },
{ text: "Book Now", href: "contact" }
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-showroom-looking-buy-vehicle-assessing-condition-cars_482257-124070.jpg", imageAlt: "Professional car window tinting"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-car-night-view-from-car_169016-29456.jpg", imageAlt: "car interior ambient lighting LED blue"
}
]}
autoplayDelay={5000}
showDimOverlay={true}
/>
</div>
<div id="about" data-section="about">
<AboutMetric
title="Premium automotive customization with expert craftsmanship. We've been transforming vehicles for car enthusiasts across the region."
metrics={[
{ icon: Zap, label: "Years Experience", value: "15+" },
{ icon: Shield, label: "Projects Completed", value: "2,000+" },
{ icon: Star, label: "Customer Satisfaction", value: "98%" },
{ icon: Award, label: "Certified Installers", value: "25+" }
]}
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="features" data-section="features">
<FeatureCardTwelve
title="Our Premium Services"
description="Choose from our comprehensive range of automotive enhancement services"
tag="Services"
features={[
{
id: "window-tinting", label: "Window Tinting", title: "Professional Window Tint Solutions", items: [
"UV protection and heat reduction", "Privacy and security enhancement", "Premium film varieties available", "Lifetime warranty on workmanship"
],
buttons: [{ text: "Learn More", href: "contact" }]
},
{
id: "ambient-lighting", label: "Ambient Lighting", title: "Custom Interior Lighting Systems", items: [
"LED accent lighting installation", "Multiple color options available", "Professional wiring and integration", "App-controlled lighting systems"
],
buttons: [{ text: "Learn More", href: "contact" }]
},
{
id: "combined-package", label: "Complete Package", title: "Full Vehicle Transformation", items: [
"Window tinting plus ambient lighting", "Professional design consultation", "Perfect coordination and styling", "Premium installation quality"
],
buttons: [{ text: "Get Quote", href: "contact" }]
}
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
title="What Our Customers Say"
description="Real feedback from satisfied car owners who transformed their vehicles with our services"
testimonials={[
{
id: "1", name: "Michael Chen", role: "BMW Owner", company: "Local Business Owner", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", imageAlt: "satisfied male customer car owner portrait"
},
{
id: "2", name: "Sarah Johnson", role: "Mercedes Owner", company: "Luxury Car Enthusiast", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-young-lady-listening-music-looking-aside_171337-14093.jpg", imageAlt: "satisfied female customer smiling portrait"
},
{
id: "3", name: "David Martinez", role: "Tesla Owner", company: "Tech Executive", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg", imageAlt: "male customer satisfied smiling portrait"
},
{
id: "4", name: "Emily Rodriguez", role: "Audi Owner", company: "Executive", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-curly-haired-lady-showing-thumb-up-park_1262-20821.jpg", imageAlt: "satisfied customer portrait woman smiling"
}
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="contact" data-section="contact">
<ContactText
text="Ready to enhance your vehicle? Contact us today for a free consultation and quote on our premium tinting and lighting services."
animationType="entrance-slide"
buttons={[
{ text: "Schedule Consultation", href: "https://calendly.com" },
{ text: "Call Us Now", href: "tel:+1234567890" }
]}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
logoText="CCCUSTOMS"
copyrightText="© 2025 CCCUSTOMS. All rights reserved."
columns={[
{
title: "Services", items: [
{ label: "Window Tinting", href: "#features" },
{ label: "Ambient Lighting", href: "#features" },
{ label: "Packages", href: "#features" },
{ label: "Installation", href: "#about" }
]
},
{
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Testimonials", href: "#testimonials" },
{ label: "Contact", href: "#contact" },
{ label: "FAQ", href: "#" }
]
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Warranty Info", href: "#" },
{ label: "Contact Us", href: "#contact" }
]
}
]}
/>
</div>
</ThemeProvider>
);
}