diff --git a/src/app/page.tsx b/src/app/page.tsx
index 70aca87..74a3d8b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -7,9 +7,10 @@ import FeatureCardThree from '@/components/sections/feature/featureCardThree/Fea
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
+import FaqDouble from '@/components/sections/faq/FaqDouble';
import ContactText from '@/components/sections/contact/ContactText';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
-import { Sparkles, Zap, Shield, Heart, SearchCheck, Wrench, Rocket, TrendingUp } from 'lucide-react';
+import { Sparkles, Zap, Shield, Heart, SearchCheck, Wrench, Rocket, TrendingUp, HelpCircle } from 'lucide-react';
import Link from 'next/link';
export default function HomePage() {
@@ -31,26 +32,26 @@ export default function HomePage() {
},
{
items: [
- { label: "Google Business Profiles", href: "/services" },
- { label: "Local SEO", href: "/services" },
- { label: "Reputation Management", href: "/services" },
- { label: "Automation & AI", href: "/services" },
+ { label: "Google Business Profiles", href: "/services#gbp" },
+ { label: "Local SEO", href: "/services#seo" },
+ { label: "Reputation Management", href: "/services#reputation" },
+ { label: "Automation & AI", href: "/services#automation" },
],
},
{
items: [
- { label: "Restaurants", href: "/industries" },
- { label: "Local Services", href: "/industries" },
- { label: "SMBs", href: "/industries" },
- { label: "Case Studies", href: "/industries" },
+ { label: "Restaurants", href: "/industries#restaurants" },
+ { label: "Local Services", href: "/industries#services" },
+ { label: "SMBs", href: "/industries#smb" },
+ { label: "Case Studies", href: "/case-studies" },
],
},
{
items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
- { label: "Blog", href: "#" },
- { label: "Resources", href: "#" },
+ { label: "Blog", href: "/blog" },
+ { label: "Resources", href: "/resources" },
],
},
];
@@ -89,7 +90,7 @@ export default function HomePage() {
{ text: "See Services", href: "#services" },
]}
buttonAnimation="slide-up"
- imageSrc="http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg"
imageAlt="marketing automation dashboard digital strategy technology interface business growth analytics"
textPosition="bottom-left"
showBlur={true}
@@ -101,47 +102,17 @@ export default function HomePage() {