Merge version_1_1778174881214 into main #2
@@ -6,7 +6,7 @@ import MetricsMediaCards from '@/components/sections/metrics/MetricsMediaCards';
|
||||
import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee';
|
||||
import TeamGlassCards from '@/components/sections/team/TeamGlassCards';
|
||||
import TestimonialOverlayCards from '@/components/sections/testimonial/TestimonialOverlayCards';
|
||||
import { Cog, Lightbulb, Search, User } from "lucide-react";
|
||||
import { Cog, Lightbulb, Search, User, Pencil, Megaphone } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
@@ -17,20 +17,14 @@ export default function HomePage() {
|
||||
title="Drive Your Business Forward with Expert Marketing Strategies"
|
||||
description="We specialize in crafting tailored digital marketing solutions that deliver measurable results and elevate your brand's presence."
|
||||
primaryButton={{
|
||||
text: "Explore Our Services",
|
||||
href: "#features",
|
||||
}}
|
||||
text: "Explore Our Services", href: "#features"}}
|
||||
secondaryButton={{
|
||||
text: "Get a Free Consultation",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get a Free Consultation", href: "#contact"}}
|
||||
items={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-boardroom-with-digital-monitor_482257-123487.jpg?_wi=1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-boardroom-with-digital-monitor_482257-123487.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-company-team-working_23-2149145116.jpg?_wi=1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-company-team-working_23-2149145116.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -40,7 +34,7 @@ export default function HomePage() {
|
||||
tag="About Us"
|
||||
title="Your Dedicated Partner in Digital Success"
|
||||
description="At [Agency Name], we're more than just a marketing agency; we're an extension of your team. With years of expertise in the ever-evolving digital landscape, we bring innovative strategies, creative solutions, and data-driven insights to help businesses like yours thrive. Our passion is to connect your brand with its audience, driving engagement, conversions, and sustainable growth."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-interior-with-chess-board-game-chips-table-space-prepared-fun-get-together-with-friends-no-people-living-room-decorated-with-leisure-activity-games-enjoy-gathering_482257-43520.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-interior-with-chess-board-game-chips-table-space-prepared-fun-get-together-with-friends-no-people-living-room-decorated-with-leisure-activity-games-enjoy-gathering_482257-43520.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -51,72 +45,38 @@ export default function HomePage() {
|
||||
description="We offer a full spectrum of marketing services designed to maximize your online impact and achieve your business objectives."
|
||||
features={[
|
||||
{
|
||||
title: "Strategic SEO & Content",
|
||||
description: "Improve your visibility and engage your audience with expert search engine optimization and compelling content creation.",
|
||||
bentoComponent: "info-card-marquee",
|
||||
infoCards: [
|
||||
title: "Strategic SEO & Content", description: "Improve your visibility and engage your audience with expert search engine optimization and compelling content creation.", bentoComponent: "info-card-marquee", infoCards: [
|
||||
{
|
||||
icon: Search,
|
||||
label: "SEO Audit",
|
||||
value: "Deep dive",
|
||||
},
|
||||
label: "SEO Audit", value: "Deep dive"},
|
||||
{
|
||||
icon: Pencil,
|
||||
label: "Content Strategy",
|
||||
value: "Engage",
|
||||
},
|
||||
label: "Content Strategy", value: "Engage"},
|
||||
{
|
||||
icon: Megaphone,
|
||||
label: "Link Building",
|
||||
value: "Amplify",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/geometric-paper-objects_23-2148547782.jpg",
|
||||
imageAlt: "digital marketing report analysis",
|
||||
label: "Link Building", value: "Amplify"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Performance Marketing",
|
||||
description: "Drive immediate results with targeted paid advertising campaigns across various platforms.",
|
||||
bentoComponent: "animated-bar-chart",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-boardroom-with-digital-monitor_482257-123487.jpg?_wi=2",
|
||||
imageAlt: "digital marketing report analysis",
|
||||
title: "Performance Marketing", description: "Drive immediate results with targeted paid advertising campaigns across various platforms.", bentoComponent: "animated-bar-chart"
|
||||
},
|
||||
{
|
||||
title: "Social Media Management",
|
||||
description: "Build a strong community and brand presence with engaging social media strategies and content.",
|
||||
bentoComponent: "chat-marquee",
|
||||
aiIcon: Cog,
|
||||
title: "Social Media Management", description: "Build a strong community and brand presence with engaging social media strategies and content.", bentoComponent: "chat-marquee", aiIcon: Cog,
|
||||
userIcon: User,
|
||||
exchanges: [
|
||||
{
|
||||
userMessage: "How can we boost engagement?",
|
||||
aiResponse: "User-generated content campaigns!",
|
||||
},
|
||||
userMessage: "How can we boost engagement?", aiResponse: "User-generated content campaigns!"},
|
||||
{
|
||||
userMessage: "Best platform for our niche?",
|
||||
aiResponse: "Let's analyze audience demographics.",
|
||||
},
|
||||
userMessage: "Best platform for our niche?", aiResponse: "Let's analyze audience demographics."},
|
||||
{
|
||||
userMessage: "Need fresh content ideas.",
|
||||
aiResponse: "Interactive polls and trending topics.",
|
||||
},
|
||||
userMessage: "Need fresh content ideas.", aiResponse: "Interactive polls and trending topics."},
|
||||
],
|
||||
placeholder: "Crafting engaging social presence...",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-company-team-working_23-2149145116.jpg?_wi=2",
|
||||
imageAlt: "digital marketing report analysis",
|
||||
placeholder: "Crafting engaging social presence..."
|
||||
},
|
||||
{
|
||||
title: "Brand Strategy & Design",
|
||||
description: "Develop a powerful brand identity and compelling visual assets that resonate with your target market.",
|
||||
bentoComponent: "orbiting-icons",
|
||||
centerIcon: Lightbulb,
|
||||
title: "Brand Strategy & Design", description: "Develop a powerful brand identity and compelling visual assets that resonate with your target market.", bentoComponent: "orbiting-icons", centerIcon: Lightbulb,
|
||||
orbitIcons: [
|
||||
"Brush",
|
||||
"Palette",
|
||||
"Gem",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-interior-with-chess-board-game-chips-table-space-prepared-fun-get-together-with-friends-no-people-living-room-decorated-with-leisure-activity-games-enjoy-gathering_482257-43520.jpg?_wi=2",
|
||||
imageAlt: "digital marketing report analysis",
|
||||
"Brush", "Palette", "Gem"]
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -129,23 +89,11 @@ export default function HomePage() {
|
||||
description="We pride ourselves on delivering tangible outcomes that contribute directly to our clients' success."
|
||||
metrics={[
|
||||
{
|
||||
value: "+250%",
|
||||
title: "Average ROI for Clients",
|
||||
description: "Our strategies are designed for maximum return on investment, ensuring your marketing spend works harder.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139372.jpg",
|
||||
},
|
||||
value: "+250%", title: "Average ROI for Clients", description: "Our strategies are designed for maximum return on investment, ensuring your marketing spend works harder.", imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139372.jpg"},
|
||||
{
|
||||
value: "95%",
|
||||
title: "Client Retention Rate",
|
||||
description: "Clients stay with us because we consistently deliver results and provide exceptional service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/problem-solving-concept-with-man-working_23-2149908704.jpg",
|
||||
},
|
||||
value: "95%", title: "Client Retention Rate", description: "Clients stay with us because we consistently deliver results and provide exceptional service.", imageSrc: "http://img.b2bpic.net/free-photo/problem-solving-concept-with-man-working_23-2149908704.jpg"},
|
||||
{
|
||||
value: "700+",
|
||||
title: "Successful Campaigns",
|
||||
description: "From local startups to international brands, we've powered hundreds of successful marketing initiatives.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-3d-space-rocket-model_23-2151113337.jpg",
|
||||
},
|
||||
value: "700+", title: "Successful Campaigns", description: "From local startups to international brands, we've powered hundreds of successful marketing initiatives.", imageSrc: "http://img.b2bpic.net/free-photo/view-3d-space-rocket-model_23-2151113337.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -156,17 +104,7 @@ export default function HomePage() {
|
||||
title="Our Valued Partnerships"
|
||||
description="We've had the privilege of working with a diverse range of companies, helping them achieve their marketing goals."
|
||||
names={[
|
||||
"InnovateCorp",
|
||||
"GlobalConnect",
|
||||
"FutureTech Solutions",
|
||||
"EcoHarvest Foods",
|
||||
"UrbanPulse Retail",
|
||||
"Zenith Health",
|
||||
"Pioneer EdTech",
|
||||
"SwiftLogistics",
|
||||
"Alpha Finance",
|
||||
"CreativeHub",
|
||||
]}
|
||||
"InnovateCorp", "GlobalConnect", "FutureTech Solutions", "EcoHarvest Foods", "UrbanPulse Retail", "Zenith Health", "Pioneer EdTech", "SwiftLogistics", "Alpha Finance", "CreativeHub"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -177,47 +115,23 @@ export default function HomePage() {
|
||||
description="Our clients' success stories are the best testament to our dedication and expertise."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Chen",
|
||||
role: "CEO",
|
||||
company: "GrowthForge Inc.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg",
|
||||
},
|
||||
name: "Sarah Chen", role: "CEO", company: "GrowthForge Inc.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg"},
|
||||
{
|
||||
name: "David Miller",
|
||||
role: "Marketing Director",
|
||||
company: "Nexus Solutions",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-with-speech-bubble_53876-70978.jpg",
|
||||
},
|
||||
name: "David Miller", role: "Marketing Director", company: "Nexus Solutions", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-with-speech-bubble_53876-70978.jpg"},
|
||||
{
|
||||
name: "Emily White",
|
||||
role: "Founder",
|
||||
company: "Evolve Brand",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-analyzing-data-using-computer-while-spending-time-office-beautiful-young-grinning-professional-woman-office-graphs-charts_657921-374.jpg",
|
||||
},
|
||||
name: "Emily White", role: "Founder", company: "Evolve Brand", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-analyzing-data-using-computer-while-spending-time-office-beautiful-young-grinning-professional-woman-office-graphs-charts_657921-374.jpg"},
|
||||
{
|
||||
name: "Michael Brown",
|
||||
role: "Operations Lead",
|
||||
company: "SwiftConnect",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-couple-man-woman-looking-camera-happy-cheerful-smiling-broadly-showing-thumbs-up-celebrating-valentines-day-standing-green-background_141793-59064.jpg",
|
||||
},
|
||||
name: "Michael Brown", role: "Operations Lead", company: "SwiftConnect", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-couple-man-woman-looking-camera-happy-cheerful-smiling-broadly-showing-thumbs-up-celebrating-valentines-day-standing-green-background_141793-59064.jpg"},
|
||||
{
|
||||
name: "Jessica Lee",
|
||||
role: "Product Manager",
|
||||
company: "Innovate AI",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg",
|
||||
},
|
||||
name: "Jessica Lee", role: "Product Manager", company: "Innovate AI", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg"},
|
||||
{
|
||||
name: "James Wilson",
|
||||
role: "CTO",
|
||||
company: "Quantix Data",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-colleagues-meeting-close-up_23-2149006873.jpg",
|
||||
},
|
||||
name: "James Wilson", role: "CTO", company: "Quantix Data", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-colleagues-meeting-close-up_23-2149006873.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -229,25 +143,13 @@ export default function HomePage() {
|
||||
description="Behind every successful campaign is a dedicated group of strategists, creatives, and analysts. Get to know the faces driving your brand forward."
|
||||
members={[
|
||||
{
|
||||
name: "Alice Johnson",
|
||||
role: "CEO & Lead Strategist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-cafe_1098-13701.jpg",
|
||||
},
|
||||
name: "Alice Johnson", role: "CEO & Lead Strategist", imageSrc: "http://img.b2bpic.net/free-photo/man-cafe_1098-13701.jpg"},
|
||||
{
|
||||
name: "Robert Davis",
|
||||
role: "Director of Digital Marketing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
},
|
||||
name: "Robert Davis", role: "Director of Digital Marketing", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
{
|
||||
name: "Sophia Martinez",
|
||||
role: "Head of Content & SEO",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-tattoo-artist-indoors-side-view_23-2149445974.jpg",
|
||||
},
|
||||
name: "Sophia Martinez", role: "Head of Content & SEO", imageSrc: "http://img.b2bpic.net/free-photo/smiley-tattoo-artist-indoors-side-view_23-2149445974.jpg"},
|
||||
{
|
||||
name: "Daniel Kim",
|
||||
role: "PPC & Analytics Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-businessman-working-with-laptop-office_1301-3993.jpg",
|
||||
},
|
||||
name: "Daniel Kim", role: "PPC & Analytics Manager", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-businessman-working-with-laptop-office_1301-3993.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -259,27 +161,16 @@ export default function HomePage() {
|
||||
description="Tell us about your project, and our team will get back to you within one business day."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "company",
|
||||
type: "text",
|
||||
placeholder: "Your Company",
|
||||
},
|
||||
name: "company", type: "text", placeholder: "Your Company"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your project...",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Tell us about your project...", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
buttonText="Send Message"
|
||||
|
||||
Reference in New Issue
Block a user