Update src/app/page.tsx
This commit is contained in:
@@ -138,6 +138,9 @@ 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."
|
||||
/>
|
||||
@@ -248,4 +251,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user