Update src/app/page.tsx

This commit is contained in:
2026-05-10 16:48:23 +00:00
parent 34cbf766c9
commit 7432fae4e4

View File

@@ -72,12 +72,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{ title: "Android Stereos", description: "Powerful multimedia head units.", bentoComponent: "reveal-icon", icon: Radio },
{ title: "Car Alarms", description: "High-end security systems.", bentoComponent: "reveal-icon", icon: ShieldCheck },
{ title: "360 Cameras", description: "Full vision surround systems.", bentoComponent: "reveal-icon", icon: Camera }
{ title: "Android Stereos", description: "Transform your dashboard into a seamless hub for entertainment and navigation.", bentoComponent: "reveal-icon", icon: Radio },
{ title: "Car Alarms", description: "Rest easy with state-of-the-art security that protects your vehicle around the clock.", bentoComponent: "reveal-icon", icon: ShieldCheck },
{ title: "360 Cameras", description: "Enhance safety with crystal-clear 360-degree vision for effortless parking and awareness.", bentoComponent: "reveal-icon", icon: Camera }
]}
title="Premium Category Highlights"
description="Navigate our core categories with ease."
description="Optimize your daily commute with our performance-enhancing upgrades."
/>
</div>
@@ -184,4 +184,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}