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">
<NavbarLayoutFloatingInline
brandName="CBSTYLING "
brandName="CCCUSTOMS"
navItems={[
{ name: "Services", id: "features" },
{ name: "Why Us", id: "about" },
@@ -40,7 +40,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<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."
buttons={[
{ text: "View Services", href: "features" },
@@ -148,8 +148,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
logoText="TintLux"
copyrightText="© 2025 TintLux. All rights reserved."
logoText="CCCUSTOMS"
copyrightText="© 2025 CCCUSTOMS. All rights reserved."
columns={[
{
title: "Services", items: [
@@ -180,4 +180,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}