3 Commits

Author SHA1 Message Date
b157c7c7af Merge version_4 into main
Merge version_4 into main
2026-04-23 02:55:16 +00:00
0ff8178729 Update src/app/page.tsx 2026-04-23 02:55:10 +00:00
daa304c3e6 Merge version_3 into main
Merge version_3 into main
2026-04-23 02:52:05 +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>
);
}
}