diff --git a/src/app/page.tsx b/src/app/page.tsx index c973258..53f47a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,6 +8,8 @@ import SplitAbout from '@/components/sections/about/SplitAbout'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBase from '@/components/sections/footer/FooterBase'; import Link from 'next/link'; import { Zap, Sparkles, Award, TrendingUp, Star, Handshake, Target, Users, Lightbulb, Phone } from 'lucide-react'; @@ -23,8 +25,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "About Us", href: "/about" }, @@ -33,8 +34,7 @@ export default function HomePage() { ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Meta Ads", href: "/services" }, { label: "Google Ads", href: "/services" }, { label: "SEO Services", href: "/services" }, @@ -43,8 +43,7 @@ export default function HomePage() { ], }, { - title: "Contact Info", - items: [ + title: "Contact Info", items: [ { label: "Phone: +91-63754 88575", href: "tel:+916375488575" }, { label: "WhatsApp: Chat Now", href: "https://wa.me/6375488575" }, { label: "Email: info@wolfdigitalmarketing.com", href: "mailto:info@wolfdigitalmarketing.com" }, @@ -101,27 +100,21 @@ export default function HomePage() { features={[ { id: 1, - title: "Meta Ads (Facebook & Instagram)", - description: "Targeted advertising campaigns on Meta platforms to reach your ideal customers with precision and maximize ROI.", - buttons: [{ text: "Learn More", href: "/services" }], - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/team-social-media-networking-looking-digital-tablet-office_23-2147847467.jpg?_wi=1" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/team-social-media-networking-looking-digital-tablet-office_23-2147847467.jpg?_wi=2" }, + title: "Meta Ads (Facebook & Instagram)", description: "Targeted advertising campaigns on Meta platforms to reach your ideal customers with precision and maximize ROI.", buttons: [{ text: "Learn More", href: "/services" }], + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/team-social-media-networking-looking-digital-tablet-office_23-2147847467.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/team-social-media-networking-looking-digital-tablet-office_23-2147847467.jpg" }, }, { id: 2, - title: "Google Ads & PPC Campaigns", - description: "High-converting Google Ads campaigns that put your business at the top of search results when customers are actively looking.", - buttons: [{ text: "Learn More", href: "/services" }], - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg?_wi=1" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg?_wi=2" }, + title: "Google Ads & PPC Campaigns", description: "High-converting Google Ads campaigns that put your business at the top of search results when customers are actively looking.", buttons: [{ text: "Learn More", href: "/services" }], + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg" }, }, { id: 3, - title: "SEO & Organic Growth", - description: "Strategic SEO optimization with content and backlinks to dominate search rankings and drive sustainable organic traffic.", - buttons: [{ text: "Learn More", href: "/services" }], - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/wooden-cubes-plaster-magnifying-glass_176474-7070.jpg?_wi=1" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/wooden-cubes-plaster-magnifying-glass_176474-7070.jpg?_wi=2" }, + title: "SEO & Organic Growth", description: "Strategic SEO optimization with content and backlinks to dominate search rankings and drive sustainable organic traffic.", buttons: [{ text: "Learn More", href: "/services" }], + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/wooden-cubes-plaster-magnifying-glass_176474-7070.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/wooden-cubes-plaster-magnifying-glass_176474-7070.jpg" }, }, ]} showStepNumbers={true} @@ -141,27 +134,19 @@ export default function HomePage() { tagAnimation="slide-up" bulletPoints={[ { - title: "Result-Oriented Approach", - description: "Every campaign is data-driven and focused on delivering tangible ROI for your business investment.", - icon: Target, + title: "Result-Oriented Approach", description: "Every campaign is data-driven and focused on delivering tangible ROI for your business investment.", icon: Target, }, { - title: "Expert Team", - description: "Led by Nizamuddin, our team has years of expertise in digital marketing across multiple industries.", - icon: Users, + title: "Expert Team", description: "Led by Nizamuddin, our team has years of expertise in digital marketing across multiple industries.", icon: Users, }, { - title: "Custom Strategies", - description: "We don't believe in one-size-fits-all. Each strategy is tailored to your unique business goals and challenges.", - icon: Lightbulb, + title: "Custom Strategies", description: "We don't believe in one-size-fits-all. Each strategy is tailored to your unique business goals and challenges.", icon: Lightbulb, }, { - title: "24/7 Support", - description: "Your success is our priority. We provide continuous support and optimization for your campaigns.", - icon: Phone, + title: "24/7 Support", description: "Your success is our priority. We provide continuous support and optimization for your campaigns.", icon: Phone, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/researchers-looking-alternative-energy-souces_23-2149311493.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/researchers-looking-alternative-energy-souces_23-2149311493.jpg" imageAlt="The Wolf Digital Marketing team" mediaAnimation="slide-up" imagePosition="right" @@ -182,28 +167,16 @@ export default function HomePage() { tagAnimation="slide-up" metrics={[ { - id: "1", - value: "500+", - title: "Successful Campaigns Completed", - items: ["Across multiple industries", "Consistent 40%+ ROI average", "Proven track record of success"], + id: "1", value: "500+", title: "Successful Campaigns Completed", items: ["Across multiple industries", "Consistent 40%+ ROI average", "Proven track record of success"], }, { - id: "2", - value: "4.7★", - title: "Google Rating from 7+ Reviews", - items: ["Trusted by local businesses", "Transparent communication", "Results-driven delivery"], + id: "2", value: "4.7★", title: "Google Rating from 7+ Reviews", items: ["Trusted by local businesses", "Transparent communication", "Results-driven delivery"], }, { - id: "3", - value: "300+", - title: "Active Client Relationships", - items: ["Long-term partnerships", "Continuous growth strategies", "Dedicated support teams"], + id: "3", value: "300+", title: "Active Client Relationships", items: ["Long-term partnerships", "Continuous growth strategies", "Dedicated support teams"], }, { - id: "4", - value: "8+", - title: "Years of Digital Marketing Excellence", - items: ["Industry expertise", "Continuous innovation", "Award-winning strategies"], + id: "4", value: "8+", title: "Years of Digital Marketing Excellence", items: ["Industry expertise", "Continuous innovation", "Award-winning strategies"], }, ]} animationType="scale-rotate" @@ -223,53 +196,17 @@ export default function HomePage() { tagAnimation="slide-up" testimonials={[ { - id: "1", - name: "Rajesh Sharma", - handle: "CEO, E-Commerce Startup", - testimonial: "The Wolf Digital Marketing transformed our online presence. Within 3 months, our sales increased by 150%. Their team is professional, responsive, and truly cares about results.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", - imageAlt: "Rajesh Sharma", - }, + id: "1", name: "Rajesh Sharma", handle: "CEO, E-Commerce Startup", testimonial: "The Wolf Digital Marketing transformed our online presence. Within 3 months, our sales increased by 150%. Their team is professional, responsive, and truly cares about results.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Rajesh Sharma"}, { - id: "2", - name: "Priya Patel", - handle: "Marketing Director, Retail Chain", - testimonial: "Outstanding service! Their Meta Ads campaigns brought us qualified leads consistently. The transparency and regular reporting make it easy to track ROI.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", - imageAlt: "Priya Patel", - }, + id: "2", name: "Priya Patel", handle: "Marketing Director, Retail Chain", testimonial: "Outstanding service! Their Meta Ads campaigns brought us qualified leads consistently. The transparency and regular reporting make it easy to track ROI.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Priya Patel"}, { - id: "3", - name: "Arjun Verma", - handle: "Founder, Tech Startup", - testimonial: "Best investment we made for our business. Their SEO strategy brought organic traffic that converted. Highly recommended for serious business owners.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=1", - imageAlt: "Arjun Verma", - }, + id: "3", name: "Arjun Verma", handle: "Founder, Tech Startup", testimonial: "Best investment we made for our business. Their SEO strategy brought organic traffic that converted. Highly recommended for serious business owners.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Arjun Verma"}, { - id: "4", - name: "Neha Gupta", - handle: "Business Owner, Service Industry", - testimonial: "Finally found a digital marketing partner who understands our business goals. The support is fantastic and results speak for themselves. Truly exceptional!", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", - imageAlt: "Neha Gupta", - }, + id: "4", name: "Neha Gupta", handle: "Business Owner, Service Industry", testimonial: "Finally found a digital marketing partner who understands our business goals. The support is fantastic and results speak for themselves. Truly exceptional!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Neha Gupta"}, { - id: "5", - name: "Vikram Singh", - handle: "Operations Head, B2B Company", - testimonial: "Professional team with deep expertise. Their Google Ads campaigns are extremely targeted and cost-effective. Worth every rupee invested.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=1", - imageAlt: "Vikram Singh", - }, + id: "5", name: "Vikram Singh", handle: "Operations Head, B2B Company", testimonial: "Professional team with deep expertise. Their Google Ads campaigns are extremely targeted and cost-effective. Worth every rupee invested.", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Vikram Singh"}, { - id: "6", - name: "Anjali Desai", - handle: "Director, Fashion Brand", - testimonial: "The Wolf team goes above and beyond. Their creative approach to our Instagram campaigns resulted in 300% engagement increase. Truly partners in success!", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3", - imageAlt: "Anjali Desai", - }, + id: "6", name: "Anjali Desai", handle: "Director, Fashion Brand", testimonial: "The Wolf team goes above and beyond. Their creative approach to our Instagram campaigns resulted in 300% engagement increase. Truly partners in success!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Anjali Desai"}, ]} animationType="slide-up" textboxLayout="default" @@ -288,15 +225,7 @@ export default function HomePage() { tagAnimation="slide-up" names={["Google Certified Partner", "Meta Business Partner", "WordPress Expert", "SEO Authority", "Digital Growth Partner", "E-Commerce Specialists", "Lead Generation Experts"]} logos={[ - "http://img.b2bpic.net/free-vector/social-media-logo-collection_23-2148153516.jpg", - "http://img.b2bpic.net/free-vector/social-media-logos-set_69286-518.jpg", - "http://img.b2bpic.net/free-vector/gradient-social-media-logo-collectio_23-2148147289.jpg", - "http://img.b2bpic.net/free-vector/social-media-logo-collection_23-2148084334.jpg", - "http://img.b2bpic.net/free-photo/social-media-still-life-with-logo_23-2149019135.jpg", - "http://img.b2bpic.net/free-vector/social-media-logo-collection_23-2148084074.jpg", - "http://img.b2bpic.net/free-vector/gradient-instagram-shop-logo-design_23-2149714663.jpg", - ]} - animationType="blur-reveal" + "http://img.b2bpic.net/free-vector/social-media-logo-collection_23-2148153516.jpg", "http://img.b2bpic.net/free-vector/social-media-logos-set_69286-518.jpg", "http://img.b2bpic.net/free-vector/gradient-social-media-logo-collectio_23-2148147289.jpg", "http://img.b2bpic.net/free-vector/social-media-logo-collection_23-2148084334.jpg", "http://img.b2bpic.net/free-photo/social-media-still-life-with-logo_23-2149019135.jpg", "http://img.b2bpic.net/free-vector/social-media-logo-collection_23-2148084074.jpg", "http://img.b2bpic.net/free-vector/gradient-instagram-shop-logo-design_23-2149714663.jpg"]} textboxLayout="default" useInvertedBackground={false} speed={40} @@ -305,6 +234,57 @@ export default function HomePage() { /> +