Update src/app/page.tsx

This commit is contained in:
2026-05-09 18:47:37 +00:00
parent 8177db97d4
commit f1916541d3

View File

@@ -85,7 +85,7 @@ export default function LandingPage() {
{ id: "p6", name: "French Press", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/closeup-green-cup-with-coffee-female-hands_169016-23917.jpg", priceButtonProps: { text: "Order Now", href: "#contact" } },
]}
title="Signature Brews"
description="Discover our collection of handcrafted coffee drinks."
description="Featuring notes of dark chocolate, toasted hazelnut, and Ethiopian heirloom floral undertones."
/>
</div>
@@ -194,4 +194,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}