5 Commits

Author SHA1 Message Date
702ae52efe Update src/app/page.tsx 2026-03-12 10:07:31 +00:00
6825423ac2 Merge version_1 into main
Merge version_1 into main
2026-03-12 10:05:53 +00:00
146948165a Merge version_1 into main
Merge version_1 into main
2026-03-12 10:05:39 +00:00
02dfe26c77 Merge version_1 into main
Merge version_1 into main
2026-03-12 10:04:45 +00:00
93f7fbc0c9 Merge version_1 into main
Merge version_1 into main
2026-03-12 10:02:07 +00:00

View File

@@ -26,7 +26,7 @@ export default function LandingPage() {
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
brandName="CBSTYLING " brandName="CCCUSTOMS"
navItems={[ navItems={[
{ name: "Services", id: "features" }, { name: "Services", id: "features" },
{ name: "Why Us", id: "about" }, { name: "Why Us", id: "about" },
@@ -40,7 +40,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroCarouselLogo <HeroCarouselLogo
logoText="CBSTYLE " logoText="CCCUSTOMS"
description="Premium window tinting and ambient lighting for your vehicle. Transform your car's appearance and comfort with professional installations." description="Premium window tinting and ambient lighting for your vehicle. Transform your car's appearance and comfort with professional installations."
buttons={[ buttons={[
{ text: "View Services", href: "features" }, { text: "View Services", href: "features" },
@@ -148,8 +148,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBase <FooterBase
logoText="TintLux" logoText="CCCUSTOMS"
copyrightText="© 2025 TintLux. All rights reserved." copyrightText="© 2025 CCCUSTOMS. All rights reserved."
columns={[ columns={[
{ {
title: "Services", items: [ title: "Services", items: [
@@ -180,4 +180,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }