diff --git a/src/app/page.tsx b/src/app/page.tsx index 581a3c6..49beaaa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} \ No newline at end of file +}