Update src/app/page.tsx

This commit is contained in:
2026-05-06 14:37:31 +00:00
parent 2d69051744
commit 67b802c6ca

View File

@@ -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>
);
}
}