Update src/app/page.tsx

This commit is contained in:
2026-03-12 10:07:31 +00:00
parent 6825423ac2
commit 702ae52efe

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>
);
}
}