|
|
|
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
|
|
|
logoText="LocalHub"
|
|
|
|
logoText="LocalHub"
|
|
|
|
description="Discover, connect, and engage with local businesses instantly. Call, get directions, and access reviews all in one place."
|
|
|
|
description="Discover, connect, and engage with local businesses instantly. Call, get directions, and access reviews all in one place."
|
|
|
|
buttons={[
|
|
|
|
buttons={[
|
|
|
|
{ text: "Explore Businesses", href: "#features" },
|
|
|
|
{ text: "Find Local Businesses Now", href: "#features" },
|
|
|
|
{ text: "For Business Owners", href: "#contact" }
|
|
|
|
{ text: "For Business Owners", href: "#contact" }
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-13955.jpg"
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-13955.jpg"
|
|
|
|
@@ -59,6 +59,7 @@ export default function LandingPage() {
|
|
|
|
description="Access all the information and tools needed to engage with local businesses seamlessly."
|
|
|
|
description="Access all the information and tools needed to engage with local businesses seamlessly."
|
|
|
|
tag="Core Features"
|
|
|
|
tag="Core Features"
|
|
|
|
tagIcon={Zap}
|
|
|
|
tagIcon={Zap}
|
|
|
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
features={[
|
|
|
|
features={[
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "01", title: "One-Tap Calling", description: "Call businesses directly from the app with a single tap. Skip the search, go straight to connection.", imageSrc: "http://img.b2bpic.net/free-photo/rear-view-man-talking-mobile-phone-using-laptop_1170-2027.jpg", imageAlt: "Call feature interface"
|
|
|
|
id: "01", title: "One-Tap Calling", description: "Call businesses directly from the app with a single tap. Skip the search, go straight to connection.", imageSrc: "http://img.b2bpic.net/free-photo/rear-view-man-talking-mobile-phone-using-laptop_1170-2027.jpg", imageAlt: "Call feature interface"
|
|
|
|
@@ -219,4 +220,4 @@ export default function LandingPage() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</ThemeProvider>
|
|
|
|
</ThemeProvider>
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|