5 Commits

Author SHA1 Message Date
cb13d8dee3 Merge version_4 into main
Merge version_4 into main
2026-03-04 05:09:37 +00:00
60797276bc Update src/app/page.tsx 2026-03-04 05:09:33 +00:00
8219c9f09e Merge version_3 into main
Merge version_3 into main
2026-03-04 05:07:01 +00:00
680b85900f Update src/app/page.tsx 2026-03-04 05:06:56 +00:00
95316cf0ce Merge version_2 into main
Merge version_2 into main
2026-03-04 05:05:02 +00:00

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
logoText="LocalHub"
description="Discover, connect, and engage with local businesses instantly. Call, get directions, and access reviews all in one place."
buttons={[
{ text: "Explore Businesses", href: "#features" },
{ text: "Find Local Businesses Now", href: "#features" },
{ text: "For Business Owners", href: "#contact" }
]}
imageSrc="http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-13955.jpg"
@@ -164,7 +164,7 @@ export default function LandingPage() {
<ContactSplit
tag="Newsletter"
title="Stay Connected"
description="Get updates on new businesses in your area, feature releases, and exclusive tips for getting the most out of LocalHub."
description="Discover new local businesses and stay updated on features"
tagIcon={Bell}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}