Update src/app/page.tsx

This commit is contained in:
2026-05-06 14:38:42 +00:00
parent bc6c7def93
commit b937932413

View File

@@ -138,11 +138,12 @@ export default function LandingPage() {
id: "p6", brand: "Bakery", name: "Dark Chocolate Cake", price: "AED 22", rating: 5,
reviewCount: "75", imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-cake-coffee-beans-glass-tea-marble-table_114579-40129.jpg"},
]}
buttons={[
{ text: "Order Now", href: "#contact" }
]}
title="Signature Coffee Selection"
description="Discover our handpicked collection of artisan coffees, ranging from classic roasts to modern signature blends."
buttons={[
{
text: "Explore Full Menu", href: "#products"}
]}
/>
</div>