Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-27 14:25:17 +00:00

View File

@@ -48,6 +48,7 @@ export default function LandingPage() {
title="Bean And Steal"
description="Ascetic coffee for the deliberate mind. Precision roasted, ethically sourced, purely enjoyed."
tag="The Daily Ritual"
buttons={[{ text: "Experience the Ritual", href: "#products" }]}
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/high-angle-coffee-with-copy-space_23-2148464840.jpg", imageAlt: "Manual Brew" },
@@ -169,4 +170,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}