1 Commits

Author SHA1 Message Date
80a6d08345 Update src/app/page.tsx 2026-05-10 03:57:19 +00:00

View File

@@ -75,6 +75,7 @@ export default function LandingPage() {
{ id: "p5", name: "Basic Plus", price: "$499", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-white-podium-with-cubes-modern-studio_187299-46586.jpg" },
{ id: "p6", name: "Power Series", price: "$399", imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-white-background_58702-5011.jpg" }
]}
buttons={[{ text: "Shop All Deals", href: "#products" }]}
title="Latest Arrivals"
description="Explore our curated selection of the newest and best performing mobile devices on the market."
/>
@@ -174,4 +175,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}