2 Commits

Author SHA1 Message Date
0788823900 Update src/app/page.tsx 2026-04-27 14:25:11 +00:00
8d9495ccf2 Merge version_2 into main
Merge version_2 into main
2026-04-27 14:23:47 +00:00

View File

@@ -48,6 +48,7 @@ export default function LandingPage() {
title="Bean And Steal" title="Bean And Steal"
description="Ascetic coffee for the deliberate mind. Precision roasted, ethically sourced, purely enjoyed." description="Ascetic coffee for the deliberate mind. Precision roasted, ethically sourced, purely enjoyed."
tag="The Daily Ritual" tag="The Daily Ritual"
buttons={[{ text: "Experience the Ritual", href: "#products" }]}
mediaItems={[ mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-albino-woman-sitting-table_23-2150171835.jpg", imageAlt: "Minimalist Space" }, { imageSrc: "http://img.b2bpic.net/free-photo/side-view-albino-woman-sitting-table_23-2150171835.jpg", imageAlt: "Minimalist Space" },
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-with-copy-space_23-2148464840.jpg", imageAlt: "Manual Brew" }, { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-with-copy-space_23-2148464840.jpg", imageAlt: "Manual Brew" },
@@ -169,4 +170,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }