Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-10 21:54:41 +00:00

View File

@@ -67,8 +67,8 @@ export default function LandingPage() {
<div id="about" data-section="about">
<InlineImageSplitTextAbout
heading={[
{ type: "text", content: "Your Favorite Cozy Local" },
{ type: "text", content: "Café Experience" }
{ type: "text", content: "Your Favorite Cozy Local Café Experience" },
{ type: "text", content: "Where Quality Meets Tradition" }
]}
useInvertedBackground={false}
buttons={[
@@ -244,4 +244,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}