Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-23 13:04:03 +00:00

View File

@@ -63,7 +63,12 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={false}
title="Crafting Moments, One Sip At A Time"
/>
className="text-center py-16 px-4"
>
<p className="max-w-2xl mx-auto text-lg leading-relaxed">
At Ethereal Brew, we believe coffee is more than just a morning ritual; it's a bridge to genuine connection. Our unique value lies in the marriage of meticulous, small-batch roasting and a sanctuary space designed for quiet reflection or lively conversation. By prioritizing ethical sourcing and the art of the perfect pour, we create a gathering place where every cup supports sustainable farming and every visit fosters a deeper sense of community.
</p>
</TextAbout>
</div>
<div id="features" data-section="features">
@@ -185,4 +190,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}