Merge version_4 into main #3

Merged
bender merged 1 commits from version_4 into main 2026-04-23 02:55:16 +00:00

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
logoText="Wisdom Well Coffee & More"
description="Step into Wisdom Well Coffee & More—where exceptional coffee, handcrafted ice cream, and genuine fellowship create a sanctuary for families and friends seeking something real."
buttons={[
{ text: "Find Us & Visit Today", href: "#location" },
{ text: "Visit Our Community", href: "#location" },
]}
imageSrc="http://img.b2bpic.net/free-photo/laptop-digital-tablet-book-pot-plant-wooden-table-restaurant_23-2147936091.jpg"
mediaAnimation="blur-reveal"
@@ -173,4 +173,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}