3 Commits

Author SHA1 Message Date
5b6daaa187 Update src/app/page.tsx 2026-03-11 20:52:47 +00:00
9e0d2b0c42 Merge version_1 into main
Merge version_1 into main
2026-03-11 20:47:54 +00:00
3f54cb6cf1 Merge version_1 into main
Merge version_1 into main
2026-03-11 20:47:25 +00:00

View File

@@ -32,7 +32,7 @@ export default function LandingPage() {
{ name: "Features", id: "features" },
{ name: "About", id: "about" },
{ name: "Pricing", id: "pricing" },
{ name: "Blog", id: "blog" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" }
]}
button={{ text: "Get Started", href: "contact" }}
@@ -234,7 +234,7 @@ export default function LandingPage() {
<div id="faq" data-section="faq">
<FaqBase
title="Frequently Asked Questions"
description="Everything you need to know about Vernexa and how it works"
description="Find answers to your questions about building your local business presence online"
tag="Help & Support"
tagIcon={HelpCircle}
tagAnimation="slide-up"
@@ -258,7 +258,7 @@ export default function LandingPage() {
id: "5", title: "Can I export my website or migrate away?", content: "Yes, you own your website. You can export your website data at any time or migrate to another platform if needed. We believe in giving you complete control over your digital presence."
},
{
id: "6", title: "What kind of support do you offer?", content: "We offer email and chat support for all paid plans, with priority support for Enterprise customers. We also have extensive documentation, video tutorials, and a vibrant community forum."
id: "6", title: "Does Vernexa help with local SEO for small businesses?", content: "Yes! Vernexa includes built-in local SEO optimization features specifically designed for small businesses and local services. We help you get found by customers in your area through optimized local listings, schema markup, and location-based keywords."
}
]}
/>
@@ -281,7 +281,7 @@ export default function LandingPage() {
{
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Blog", href: "#blog" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
{ label: "Press", href: "#" },
{ label: "Contact", href: "#contact" }