Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user