Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-05-12 01:25:07 +00:00

View File

@@ -148,7 +148,8 @@ export default function LandingPage() {
id: "p6", name: "Alarm Sensor", price: "$89", variant: "Security", imageSrc: "http://img.b2bpic.net/free-photo/smoke-carbon-monoxide-alarm-isolated-white-background_181624-25801.jpg"},
]}
buttons={[
{ text: "View All Products", href: "#" }
{ text: "Shop All Tech", href: "#" },
{ text: "Get Quote", href: "#contact" }
]}
title="Our Featured Collection"
description="Explore our curated selection of digital and security devices."
@@ -274,4 +275,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}