3 Commits

Author SHA1 Message Date
44cf8dbd75 Update src/app/page.tsx 2026-03-10 21:54:36 +00:00
83596f3739 Merge version_1 into main
Merge version_1 into main
2026-03-10 21:50:06 +00:00
1fdf48f318 Merge version_1 into main
Merge version_1 into main
2026-03-10 21:49:42 +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>
);
}
}