diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 35f84bd..31e6c9d 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -15,7 +15,7 @@ export default function ContactPage() {
borderRadius="rounded"
contentWidth="small"
sizing="mediumSizeLargeTitles"
- background="blurBottom"
+ background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="solid"
@@ -26,7 +26,7 @@ export default function ContactPage() {
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "#services" },
- { name: "Pricing", id: "/pricing" },
+ { name: "Pricing", id: "#pricing" },
{ name: "How It Works", id: "#features" },
{ name: "Contact", id: "/contact" },
]}
@@ -42,7 +42,7 @@ export default function ContactPage() {
tagAnimation="slide-up"
title="Register Your Business Today"
description="Join hundreds of successful businesses getting qualified leads through LeadFlow. Start your free 3-month trial now—no credit card required. Our team will set you up within 24 hours."
- background={{ variant: "blurBottom" }}
+ background={{ variant: "glowing-orb" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-business-people-talking_23-2148427142.jpg"
imageAlt="Get started with LeadFlow"
@@ -66,35 +66,17 @@ export default function ContactPage() {
showCard={true}
faqs={[
{
- id: "1",
- title: "What happens during the free 3-month trial?",
- content: "During your free trial, we handle complete business registration on Google Maps, Instagram, and Facebook. You'll receive up to 20 qualified leads and get a feel for our quality lead generation process. No credit card required to start.",
- },
+ id: "1", title: "What happens during the free 3-month trial?", content: "During your free trial, we handle complete business registration on Google Maps, Instagram, and Facebook. You'll receive up to 20 qualified leads and get a feel for our quality lead generation process. No credit card required to start."},
{
- id: "2",
- title: "What does SEO optimization include?",
- content: "Our SEO service includes keyword research for your industry, on-page optimization, local search optimization, and backlink strategy. We ensure your business ranks high on Google for relevant searches in your area.",
- },
+ id: "2", title: "What does SEO optimization include?", content: "Our SEO service includes keyword research for your industry, on-page optimization, local search optimization, and backlink strategy. We ensure your business ranks high on Google for relevant searches in your area."},
{
- id: "3",
- title: "How are leads qualified before being sent to me?",
- content: "Our advanced filtering system scores leads based on intent, location, and relevance to your business. We remove spam and low-quality inquiries so you get only genuine customer prospects ready to buy.",
- },
+ id: "3", title: "How are leads qualified before being sent to me?", content: "Our advanced filtering system scores leads based on intent, location, and relevance to your business. We remove spam and low-quality inquiries so you get only genuine customer prospects ready to buy."},
{
- id: "4",
- title: "Can I cancel anytime?",
- content: "Yes! There are no long-term contracts. You can cancel your subscription anytime with no penalties. We're confident you'll love the results.",
- },
+ id: "4", title: "Can I cancel anytime?", content: "Yes! There are no long-term contracts. You can cancel your subscription anytime with no penalties. We're confident you'll love the results."},
{
- id: "5",
- title: "Do you serve all types of businesses?",
- content: "Yes! We serve restaurants, salons, gyms, repair shops, coaching centers, boutiques, consultants, and many other service-based businesses. Any business looking for local customers can benefit from our service.",
- },
+ id: "5", title: "Do you serve all types of businesses?", content: "Yes! We serve restaurants, salons, gyms, repair shops, coaching centers, boutiques, consultants, and many other service-based businesses. Any business looking for local customers can benefit from our service."},
{
- id: "6",
- title: "How do I track the leads and ROI?",
- content: "Your dashboard provides real-time tracking of all leads, conversion rates, and ROI metrics. Our Professional Plan includes weekly strategy consultations to optimize your results further.",
- },
+ id: "6", title: "How do I track the leads and ROI?", content: "Your dashboard provides real-time tracking of all leads, conversion rates, and ROI metrics. Our Professional Plan includes weekly strategy consultations to optimize your results further."},
]}
/>
@@ -107,7 +89,7 @@ export default function ContactPage() {
items: [
{ label: "Home", href: "/" },
{ label: "Services", href: "#services" },
- { label: "Pricing", href: "/pricing" },
+ { label: "Pricing", href: "#pricing" },
{ label: "How It Works", href: "#features" },
],
},
@@ -115,8 +97,8 @@ export default function ContactPage() {
items: [
{ label: "About Us", href: "#about" },
{ label: "Success Stories", href: "#testimonials" },
- { label: "FAQ", href: "/contact" },
- { label: "Contact", href: "/contact" },
+ { label: "FAQ", href: "#faq" },
+ { label: "Contact", href: "#contact" },
],
},
{
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 691c6a8..673d0e3 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -21,7 +21,7 @@ export default function HomePage() {
borderRadius="rounded"
contentWidth="small"
sizing="mediumSizeLargeTitles"
- background="blurBottom"
+ background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="solid"
@@ -45,7 +45,7 @@ export default function HomePage() {