Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-03 06:39:44 +00:00
4 changed files with 108 additions and 285 deletions

View File

@@ -24,8 +24,7 @@ const navItemsForNav = [
const footerColumns = [ const footerColumns = [
{ {
title: "Services", title: "Services", items: [
items: [
{ label: "Paid Ads Management", href: "/services" }, { label: "Paid Ads Management", href: "/services" },
{ label: "SEO Services", href: "/services" }, { label: "SEO Services", href: "/services" },
{ label: "Website Design", href: "/services" }, { label: "Website Design", href: "/services" },
@@ -33,8 +32,7 @@ const footerColumns = [
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About Us", href: "/about" }, { label: "About Us", href: "/about" },
{ label: "Case Studies", href: "/" }, { label: "Case Studies", href: "/" },
{ label: "Team", href: "/about" }, { label: "Team", href: "/about" },
@@ -42,8 +40,7 @@ const footerColumns = [
], ],
}, },
{ {
title: "Support", title: "Support", items: [
items: [
{ label: "Contact Us", href: "/contact" }, { label: "Contact Us", href: "/contact" },
{ label: "FAQ", href: "#" }, { label: "FAQ", href: "#" },
{ label: "Resources", href: "#" }, { label: "Resources", href: "#" },
@@ -51,8 +48,7 @@ const footerColumns = [
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ label: "Privacy Policy", href: "#" }, { label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }, { label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" }, { label: "Cookie Policy", href: "#" },
@@ -69,7 +65,7 @@ export default function AboutPage() {
borderRadius="pill" borderRadius="pill"
contentWidth="mediumSmall" contentWidth="mediumSmall"
sizing="mediumLarge" sizing="mediumLarge"
background="floatingGradient" background="circleGradient"
cardStyle="gradient-bordered" cardStyle="gradient-bordered"
primaryButtonStyle="double-inset" primaryButtonStyle="double-inset"
secondaryButtonStyle="glass" secondaryButtonStyle="glass"
@@ -79,9 +75,7 @@ export default function AboutPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={navItemsForNav} navItems={navItemsForNav}
button={{ button={{
text: "Get Free Strategy Call", text: "Get Free Strategy Call", href: "/contact"}}
href: "/contact",
}}
brandName="PrimeXpert" brandName="PrimeXpert"
/> />
</div> </div>
@@ -91,10 +85,7 @@ export default function AboutPage() {
heading={[ heading={[
{ type: "text", content: "PrimeXpert is a team of" }, { type: "text", content: "PrimeXpert is a team of" },
{ {
type: "image", type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKl53Da0H9PeH3bdi25k6wwRg/modern-digital-marketing-agency-logo-fea-1772519759702-3b265d07.png", alt: "PrimeXpert logo"},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKl53Da0H9PeH3bdi25k6wwRg/modern-digital-marketing-agency-logo-fea-1772519759702-3b265d07.png",
alt: "PrimeXpert logo",
},
{ type: "text", content: "data-driven strategists and creative professionals dedicated to transforming businesses through measurable digital marketing results" }, { type: "text", content: "data-driven strategists and creative professionals dedicated to transforming businesses through measurable digital marketing results" },
]} ]}
buttons={[ buttons={[
@@ -115,32 +106,16 @@ export default function AboutPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
metrics={[ metrics={[
{ {
id: "1", id: "1", value: "15", title: "years", description: "Of proven digital marketing excellence and industry leadership", icon: Award,
value: "15",
title: "years",
description: "Of proven digital marketing excellence and industry leadership",
icon: Award,
}, },
{ {
id: "2", id: "2", value: "850", title: "+", description: "Clients served across industries from startups to enterprises", icon: Users,
value: "850",
title: "+",
description: "Clients served across industries from startups to enterprises",
icon: Users,
}, },
{ {
id: "3", id: "3", value: "500", title: "M+", description: "Total revenue generated and managed for our client portfolio", icon: TrendingUp,
value: "500",
title: "M+",
description: "Total revenue generated and managed for our client portfolio",
icon: TrendingUp,
}, },
{ {
id: "4", id: "4", value: "98", title: "%", description: "Client retention rate reflecting our commitment to success", icon: Heart,
value: "98",
title: "%",
description: "Client retention rate reflecting our commitment to success",
icon: Heart,
}, },
]} ]}
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
@@ -158,7 +133,7 @@ export default function AboutPage() {
{ text: "Schedule Your Free Consultation", href: "/contact" }, { text: "Schedule Your Free Consultation", href: "/contact" },
{ text: "View Our Work", href: "/" }, { text: "View Our Work", href: "/" },
]} ]}
background={{ variant: "floatingGradient" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
/> />
</div> </div>

View File

@@ -16,8 +16,7 @@ const navItemsForNav = [
const footerColumns = [ const footerColumns = [
{ {
title: "Services", title: "Services", items: [
items: [
{ label: "Paid Ads Management", href: "/services" }, { label: "Paid Ads Management", href: "/services" },
{ label: "SEO Services", href: "/services" }, { label: "SEO Services", href: "/services" },
{ label: "Website Design", href: "/services" }, { label: "Website Design", href: "/services" },
@@ -25,8 +24,7 @@ const footerColumns = [
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About Us", href: "/about" }, { label: "About Us", href: "/about" },
{ label: "Case Studies", href: "/" }, { label: "Case Studies", href: "/" },
{ label: "Team", href: "/about" }, { label: "Team", href: "/about" },
@@ -34,8 +32,7 @@ const footerColumns = [
], ],
}, },
{ {
title: "Support", title: "Support", items: [
items: [
{ label: "Contact Us", href: "/contact" }, { label: "Contact Us", href: "/contact" },
{ label: "FAQ", href: "#" }, { label: "FAQ", href: "#" },
{ label: "Resources", href: "#" }, { label: "Resources", href: "#" },
@@ -43,8 +40,7 @@ const footerColumns = [
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ label: "Privacy Policy", href: "#" }, { label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }, { label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" }, { label: "Cookie Policy", href: "#" },
@@ -61,7 +57,7 @@ export default function ContactPage() {
borderRadius="pill" borderRadius="pill"
contentWidth="mediumSmall" contentWidth="mediumSmall"
sizing="mediumLarge" sizing="mediumLarge"
background="floatingGradient" background="circleGradient"
cardStyle="gradient-bordered" cardStyle="gradient-bordered"
primaryButtonStyle="double-inset" primaryButtonStyle="double-inset"
secondaryButtonStyle="glass" secondaryButtonStyle="glass"
@@ -71,9 +67,7 @@ export default function ContactPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={navItemsForNav} navItems={navItemsForNav}
button={{ button={{
text: "Get Free Strategy Call", text: "Get Free Strategy Call", href: "/contact"}}
href: "/contact",
}}
brandName="PrimeXpert" brandName="PrimeXpert"
/> />
</div> </div>
@@ -86,7 +80,7 @@ export default function ContactPage() {
{ text: "Schedule Your Call", href: "/contact" }, { text: "Schedule Your Call", href: "/contact" },
{ text: "View Services", href: "/services" }, { text: "View Services", href: "/services" },
]} ]}
background={{ variant: "floatingGradient" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
/> />
</div> </div>
@@ -99,7 +93,7 @@ export default function ContactPage() {
{ text: "Send Email", href: "mailto:hello@primexpert.com" }, { text: "Send Email", href: "mailto:hello@primexpert.com" },
{ text: "Back to Home", href: "/" }, { text: "Back to Home", href: "/" },
]} ]}
background={{ variant: "floatingGradient" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
/> />
</div> </div>
@@ -111,7 +105,7 @@ export default function ContactPage() {
buttons={[ buttons={[
{ text: "Start Your Growth Journey", href: "/contact" }, { text: "Start Your Growth Journey", href: "/contact" },
]} ]}
background={{ variant: "floatingGradient" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
/> />
</div> </div>

View File

@@ -45,8 +45,7 @@ const navItemsForNav = [
const footerColumns = [ const footerColumns = [
{ {
title: "Services", title: "Services", items: [
items: [
{ label: "Paid Ads Management", href: "/services" }, { label: "Paid Ads Management", href: "/services" },
{ label: "SEO Services", href: "/services" }, { label: "SEO Services", href: "/services" },
{ label: "Website Design", href: "/services" }, { label: "Website Design", href: "/services" },
@@ -54,8 +53,7 @@ const footerColumns = [
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About Us", href: "/about" }, { label: "About Us", href: "/about" },
{ label: "Case Studies", href: "#case-studies" }, { label: "Case Studies", href: "#case-studies" },
{ label: "Team", href: "/about" }, { label: "Team", href: "/about" },
@@ -63,8 +61,7 @@ const footerColumns = [
], ],
}, },
{ {
title: "Support", title: "Support", items: [
items: [
{ label: "Contact Us", href: "/contact" }, { label: "Contact Us", href: "/contact" },
{ label: "FAQ", href: "#" }, { label: "FAQ", href: "#" },
{ label: "Resources", href: "#" }, { label: "Resources", href: "#" },
@@ -72,8 +69,7 @@ const footerColumns = [
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ label: "Privacy Policy", href: "#" }, { label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }, { label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" }, { label: "Cookie Policy", href: "#" },
@@ -90,7 +86,7 @@ export default function HomePage() {
borderRadius="pill" borderRadius="pill"
contentWidth="mediumSmall" contentWidth="mediumSmall"
sizing="mediumLarge" sizing="mediumLarge"
background="floatingGradient" background="circleGradient"
cardStyle="gradient-bordered" cardStyle="gradient-bordered"
primaryButtonStyle="double-inset" primaryButtonStyle="double-inset"
secondaryButtonStyle="glass" secondaryButtonStyle="glass"
@@ -100,9 +96,7 @@ export default function HomePage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={navItemsForNav} navItems={navItemsForNav}
button={{ button={{
text: "Get Free Strategy Call", text: "Get Free Strategy Call", href: "/contact"}}
href: "/contact",
}}
brandName="PrimeXpert" brandName="PrimeXpert"
/> />
</div> </div>
@@ -119,44 +113,26 @@ export default function HomePage() {
{ text: "View Our Work", href: "#case-studies" }, { text: "View Our Work", href: "#case-studies" },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
background={{ variant: "floatingGradient" }} background={{ variant: "plain" }}
carouselItems={[ carouselItems={[
{ {
id: "1", id: "1", imageSrc:
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKl53Da0H9PeH3bdi25k6wwRg/modern-analytics-dashboard-showing-marke-1772519761923-8053cf0d.png", imageAlt: "Modern analytics dashboard showing marketing metrics and KPIs"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKl53Da0H9PeH3bdi25k6wwRg/modern-analytics-dashboard-showing-marke-1772519761923-8053cf0d.png",
imageAlt: "Modern analytics dashboard showing marketing metrics and KPIs",
},
{ {
id: "2", id: "2", imageSrc:
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKl53Da0H9PeH3bdi25k6wwRg/digital-marketing-campaign-management-da-1772519761990-3c0340b6.png", imageAlt: "Digital marketing campaign management dashboard"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKl53Da0H9PeH3bdi25k6wwRg/digital-marketing-campaign-management-da-1772519761990-3c0340b6.png",
imageAlt: "Digital marketing campaign management dashboard",
},
{ {
id: "3", id: "3", imageSrc:
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKl53Da0H9PeH3bdi25k6wwRg/advanced-seo-and-analytics-dashboard-sho-1772519761283-cab3987e.png", imageAlt: "Advanced SEO and analytics dashboard"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKl53Da0H9PeH3bdi25k6wwRg/advanced-seo-and-analytics-dashboard-sho-1772519761283-cab3987e.png",
imageAlt: "Advanced SEO and analytics dashboard",
},
{ {
id: "4", id: "4", imageSrc:
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKl53Da0H9PeH3bdi25k6wwRg/paid-advertising-campaign-builder-interf-1772519760378-cf3f2602.png", imageAlt: "Paid advertising campaign builder interface"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKl53Da0H9PeH3bdi25k6wwRg/paid-advertising-campaign-builder-interf-1772519760378-cf3f2602.png",
imageAlt: "Paid advertising campaign builder interface",
},
{ {
id: "5", id: "5", imageSrc:
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKl53Da0H9PeH3bdi25k6wwRg/growth-metrics-and-kpi-dashboard-with-up-1772519761511-bac83848.png", imageAlt: "Growth metrics and KPI dashboard"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKl53Da0H9PeH3bdi25k6wwRg/growth-metrics-and-kpi-dashboard-with-up-1772519761511-bac83848.png",
imageAlt: "Growth metrics and KPI dashboard",
},
{ {
id: "6", id: "6", imageSrc:
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKl53Da0H9PeH3bdi25k6wwRg/seo-performance-dashboard-with-organic-t-1772519763218-b90abb0e.png", imageAlt: "SEO performance dashboard"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKl53Da0H9PeH3bdi25k6wwRg/seo-performance-dashboard-with-organic-t-1772519763218-b90abb0e.png",
imageAlt: "SEO performance dashboard",
},
]} ]}
autoPlay={true} autoPlay={true}
autoPlayInterval={4000} autoPlayInterval={4000}
@@ -168,10 +144,7 @@ export default function HomePage() {
heading={[ heading={[
{ type: "text", content: "We're a USA-based" }, { type: "text", content: "We're a USA-based" },
{ {
type: "image", type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKl53Da0H9PeH3bdi25k6wwRg/modern-digital-marketing-agency-logo-fea-1772519759702-3b265d07.png", alt: "PrimeXpert logo"},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKl53Da0H9PeH3bdi25k6wwRg/modern-digital-marketing-agency-logo-fea-1772519759702-3b265d07.png",
alt: "PrimeXpert logo",
},
{ type: "text", content: "digital marketing powerhouse dedicated to scaling your business" }, { type: "text", content: "digital marketing powerhouse dedicated to scaling your business" },
]} ]}
buttons={[{ text: "Learn More", href: "/about" }]} buttons={[{ text: "Learn More", href: "/about" }]}
@@ -190,40 +163,28 @@ export default function HomePage() {
features={[ features={[
{ {
icon: DollarSign, icon: DollarSign,
title: "Paid Ads Management", title: "Paid Ads Management", description:
description: "Strategic campaigns across Google, Facebook, Instagram, TikTok, and LinkedIn Ads optimized for maximum ROI and conversion."},
"Strategic campaigns across Google, Facebook, Instagram, TikTok, and LinkedIn Ads optimized for maximum ROI and conversion.",
},
{ {
icon: Search, icon: Search,
title: "Search Engine Optimization", title: "Search Engine Optimization", description:
description: "Data-driven SEO strategies to boost organic visibility, drive qualified traffic, and improve search rankings."},
"Data-driven SEO strategies to boost organic visibility, drive qualified traffic, and improve search rankings.",
},
{ {
icon: Code, icon: Code,
title: "Website Design & Development", title: "Website Design & Development", description:
description: "High-converting, mobile-responsive websites built with modern technology and best practices for user experience."},
"High-converting, mobile-responsive websites built with modern technology and best practices for user experience.",
},
{ {
icon: Share2, icon: Share2,
title: "Social Media Marketing", title: "Social Media Marketing", description:
description: "Engaging content strategies and community management that build brand loyalty and amplify your message."},
"Engaging content strategies and community management that build brand loyalty and amplify your message.",
},
{ {
icon: Palette, icon: Palette,
title: "Branding & Creative Design", title: "Branding & Creative Design", description:
description: "Compelling visual identities, graphics, and creative assets that make your brand stand out in a crowded market."},
"Compelling visual identities, graphics, and creative assets that make your brand stand out in a crowded market.",
},
{ {
icon: Funnel, icon: Funnel,
title: "Sales Funnel Development", title: "Sales Funnel Development", description:
description: "Strategic funnels designed to nurture leads, increase conversions, and maximize customer lifetime value."},
"Strategic funnels designed to nurture leads, increase conversions, and maximize customer lifetime value.",
},
]} ]}
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
@@ -240,32 +201,16 @@ export default function HomePage() {
tagAnimation="slide-up" tagAnimation="slide-up"
metrics={[ metrics={[
{ {
id: "1", id: "1", value: "500", title: "million+", description: "Total revenue generated for clients", icon: TrendingUp,
value: "500",
title: "million+",
description: "Total revenue generated for clients",
icon: TrendingUp,
}, },
{ {
id: "2", id: "2", value: "850", title: "clients served", description: "Across diverse industries and markets", icon: Users,
value: "850",
title: "clients served",
description: "Across diverse industries and markets",
icon: Users,
}, },
{ {
id: "3", id: "3", value: "98", title: "client retention", description: "Year-over-year satisfaction rate", icon: Heart,
value: "98",
title: "client retention",
description: "Year-over-year satisfaction rate",
icon: Heart,
}, },
{ {
id: "4", id: "4", value: "15", title: "years", description: "Of proven digital marketing excellence", icon: Award,
value: "15",
title: "years",
description: "Of proven digital marketing excellence",
icon: Award,
}, },
]} ]}
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
@@ -284,38 +229,17 @@ export default function HomePage() {
tagAnimation="slide-up" tagAnimation="slide-up"
products={[ products={[
{ {
id: "1", id: "1", brand: "E-Commerce Retail", name: "300% Revenue Growth in 6 Months", price: "$2.8M Generated", rating: 5,
brand: "E-Commerce Retail", reviewCount: "47k+ monthly visitors", imageSrc:
name: "300% Revenue Growth in 6 Months", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKl53Da0H9PeH3bdi25k6wwRg/e-commerce-business-success-visual-showi-1772519761868-94dc5408.png", imageAlt: "E-commerce revenue growth dashboard"},
price: "$2.8M Generated",
rating: 5,
reviewCount: "47k+ monthly visitors",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKl53Da0H9PeH3bdi25k6wwRg/e-commerce-business-success-visual-showi-1772519761868-94dc5408.png",
imageAlt: "E-commerce revenue growth dashboard",
},
{ {
id: "2", id: "2", brand: "SaaS Technology", name: "200% Lead Increase & 45% Cost Reduction", price: "$1.5M Revenue", rating: 5,
brand: "SaaS Technology", reviewCount: "2.3k qualified leads", imageSrc:
name: "200% Lead Increase & 45% Cost Reduction", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKl53Da0H9PeH3bdi25k6wwRg/saas-product-dashboard-showing-lead-gene-1772519760790-e70ff407.png", imageAlt: "SaaS lead generation metrics"},
price: "$1.5M Revenue",
rating: 5,
reviewCount: "2.3k qualified leads",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKl53Da0H9PeH3bdi25k6wwRg/saas-product-dashboard-showing-lead-gene-1772519760790-e70ff407.png",
imageAlt: "SaaS lead generation metrics",
},
{ {
id: "3", id: "3", brand: "Professional Services", name: "1,200% ROAS on Paid Ads", price: "$850K+ Revenue", rating: 5,
brand: "Professional Services", reviewCount: "156 high-value clients", imageSrc:
name: "1,200% ROAS on Paid Ads", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKl53Da0H9PeH3bdi25k6wwRg/professional-services-firm-success-visua-1772519760328-d6037fc0.png", imageAlt: "Professional services campaign performance"},
price: "$850K+ Revenue",
rating: 5,
reviewCount: "156 high-value clients",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKl53Da0H9PeH3bdi25k6wwRg/professional-services-firm-success-visua-1772519760328-d6037fc0.png",
imageAlt: "Professional services campaign performance",
},
]} ]}
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
animationType="slide-up" animationType="slide-up"
@@ -333,65 +257,29 @@ export default function HomePage() {
tagAnimation="slide-up" tagAnimation="slide-up"
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah Chen", role: "CEO & Founder", testimonial:
name: "Sarah Chen", "PrimeXpert transformed our marketing strategy completely. Their data-driven approach helped us achieve 300% ROI growth in just 6 months. The team is responsive, knowledgeable, and truly invested in our success.", imageSrc:
role: "CEO & Founder", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKl53Da0H9PeH3bdi25k6wwRg/professional-headshot-of-a-confident-fem-1772519759523-3db60f50.png", imageAlt: "Sarah Chen, CEO of TechFlow Inc"},
testimonial:
"PrimeXpert transformed our marketing strategy completely. Their data-driven approach helped us achieve 300% ROI growth in just 6 months. The team is responsive, knowledgeable, and truly invested in our success.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKl53Da0H9PeH3bdi25k6wwRg/professional-headshot-of-a-confident-fem-1772519759523-3db60f50.png",
imageAlt: "Sarah Chen, CEO of TechFlow Inc",
},
{ {
id: "2", id: "2", name: "Michael Rodriguez", role: "VP of Marketing", testimonial:
name: "Michael Rodriguez", "Working with PrimeXpert has been a game-changer for our business. Their SEO and paid ads expertise brought us qualified leads consistently. The transparency in reporting and communication is outstanding.", imageSrc:
role: "VP of Marketing", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKl53Da0H9PeH3bdi25k6wwRg/professional-headshot-of-a-confident-mal-1772519760062-2bb53b1d.png", imageAlt: "Michael Rodriguez, VP of Marketing at GrowthCo"},
testimonial:
"Working with PrimeXpert has been a game-changer for our business. Their SEO and paid ads expertise brought us qualified leads consistently. The transparency in reporting and communication is outstanding.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKl53Da0H9PeH3bdi25k6wwRg/professional-headshot-of-a-confident-mal-1772519760062-2bb53b1d.png",
imageAlt: "Michael Rodriguez, VP of Marketing at GrowthCo",
},
{ {
id: "3", id: "3", name: "Emily Watson", role: "Founder", testimonial:
name: "Emily Watson", "The PrimeXpert team doesn't just execute campaigns—they strategize. Their insights helped us identify untapped market opportunities that generated millions in revenue. Highly recommended.", imageSrc:
role: "Founder", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKl53Da0H9PeH3bdi25k6wwRg/professional-headshot-of-a-successful-fe-1772519760200-595ba3f8.png", imageAlt: "Emily Watson, Founder of Digital Ventures"},
testimonial:
"The PrimeXpert team doesn't just execute campaigns—they strategize. Their insights helped us identify untapped market opportunities that generated millions in revenue. Highly recommended.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKl53Da0H9PeH3bdi25k6wwRg/professional-headshot-of-a-successful-fe-1772519760200-595ba3f8.png",
imageAlt: "Emily Watson, Founder of Digital Ventures",
},
{ {
id: "4", id: "4", name: "David Kim", role: "Director of Operations", testimonial:
name: "David Kim", "We were overwhelmed by digital marketing options, but PrimeXpert simplified everything and delivered results. Their holistic approach from branding to ads management is exactly what we needed for rapid scaling.", imageSrc:
role: "Director of Operations", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKl53Da0H9PeH3bdi25k6wwRg/professional-headshot-of-a-focused-male--1772519759545-dad5c249.png", imageAlt: "David Kim, Director at StartupXYZ"},
testimonial:
"We were overwhelmed by digital marketing options, but PrimeXpert simplified everything and delivered results. Their holistic approach from branding to ads management is exactly what we needed for rapid scaling.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKl53Da0H9PeH3bdi25k6wwRg/professional-headshot-of-a-focused-male--1772519759545-dad5c249.png",
imageAlt: "David Kim, Director at StartupXYZ",
},
{ {
id: "5", id: "5", name: "Jessica Martinez", role: "CMO", testimonial:
name: "Jessica Martinez", "PrimeXpert's social media and influencer marketing strategy took our brand awareness to new heights. The team's creativity combined with analytics is rare and powerful.", imageSrc:
role: "CMO", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKl53Da0H9PeH3bdi25k6wwRg/professional-headshot-of-a-creative-fema-1772519760154-bc9e5796.png", imageAlt: "Jessica Martinez, CMO of Fashion Forward"},
testimonial:
"PrimeXpert's social media and influencer marketing strategy took our brand awareness to new heights. The team's creativity combined with analytics is rare and powerful.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKl53Da0H9PeH3bdi25k6wwRg/professional-headshot-of-a-creative-fema-1772519760154-bc9e5796.png",
imageAlt: "Jessica Martinez, CMO of Fashion Forward",
},
{ {
id: "6", id: "6", name: "Robert Thompson", role: "President", testimonial:
name: "Robert Thompson", "As an enterprise, we needed an agency that could handle complexity. PrimeXpert exceeded our expectations across all channels. Their strategic guidance has become integral to our growth plan.", imageSrc:
role: "President", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKl53Da0H9PeH3bdi25k6wwRg/professional-headshot-of-a-distinguished-1772519759411-166651b9.png", imageAlt: "Robert Thompson, President of Enterprise Solutions"},
testimonial:
"As an enterprise, we needed an agency that could handle complexity. PrimeXpert exceeded our expectations across all channels. Their strategic guidance has become integral to our growth plan.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKl53Da0H9PeH3bdi25k6wwRg/professional-headshot-of-a-distinguished-1772519759411-166651b9.png",
imageAlt: "Robert Thompson, President of Enterprise Solutions",
},
]} ]}
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
@@ -407,7 +295,7 @@ export default function HomePage() {
{ text: "Schedule Your Free Consultation", href: "/contact" }, { text: "Schedule Your Free Consultation", href: "/contact" },
{ text: "View Pricing & Plans", href: "/services" }, { text: "View Pricing & Plans", href: "/services" },
]} ]}
background={{ variant: "floatingGradient" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
/> />
</div> </div>

View File

@@ -31,8 +31,7 @@ const navItemsForNav = [
const footerColumns = [ const footerColumns = [
{ {
title: "Services", title: "Services", items: [
items: [
{ label: "Paid Ads Management", href: "/services" }, { label: "Paid Ads Management", href: "/services" },
{ label: "SEO Services", href: "/services" }, { label: "SEO Services", href: "/services" },
{ label: "Website Design", href: "/services" }, { label: "Website Design", href: "/services" },
@@ -40,8 +39,7 @@ const footerColumns = [
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About Us", href: "/about" }, { label: "About Us", href: "/about" },
{ label: "Case Studies", href: "/" }, { label: "Case Studies", href: "/" },
{ label: "Team", href: "/about" }, { label: "Team", href: "/about" },
@@ -49,8 +47,7 @@ const footerColumns = [
], ],
}, },
{ {
title: "Support", title: "Support", items: [
items: [
{ label: "Contact Us", href: "/contact" }, { label: "Contact Us", href: "/contact" },
{ label: "FAQ", href: "#" }, { label: "FAQ", href: "#" },
{ label: "Resources", href: "#" }, { label: "Resources", href: "#" },
@@ -58,8 +55,7 @@ const footerColumns = [
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ label: "Privacy Policy", href: "#" }, { label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }, { label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" }, { label: "Cookie Policy", href: "#" },
@@ -76,7 +72,7 @@ export default function ServicesPage() {
borderRadius="pill" borderRadius="pill"
contentWidth="mediumSmall" contentWidth="mediumSmall"
sizing="mediumLarge" sizing="mediumLarge"
background="floatingGradient" background="circleGradient"
cardStyle="gradient-bordered" cardStyle="gradient-bordered"
primaryButtonStyle="double-inset" primaryButtonStyle="double-inset"
secondaryButtonStyle="glass" secondaryButtonStyle="glass"
@@ -86,9 +82,7 @@ export default function ServicesPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={navItemsForNav} navItems={navItemsForNav}
button={{ button={{
text: "Get Free Strategy Call", text: "Get Free Strategy Call", href: "/contact"}}
href: "/contact",
}}
brandName="PrimeXpert" brandName="PrimeXpert"
/> />
</div> </div>
@@ -103,40 +97,28 @@ export default function ServicesPage() {
features={[ features={[
{ {
icon: DollarSign, icon: DollarSign,
title: "Paid Ads Management", title: "Paid Ads Management", description:
description: "Strategic campaigns across Google Ads, Facebook, Instagram, TikTok, and LinkedIn. We optimize for maximum ROI, minimizing cost per acquisition while scaling revenue."},
"Strategic campaigns across Google Ads, Facebook, Instagram, TikTok, and LinkedIn. We optimize for maximum ROI, minimizing cost per acquisition while scaling revenue.",
},
{ {
icon: Search, icon: Search,
title: "Search Engine Optimization", title: "Search Engine Optimization", description:
description: "Technical SEO, on-page optimization, and link building strategies that boost organic visibility, drive qualified traffic, and improve search rankings for competitive keywords."},
"Technical SEO, on-page optimization, and link building strategies that boost organic visibility, drive qualified traffic, and improve search rankings for competitive keywords.",
},
{ {
icon: Code, icon: Code,
title: "Website Design & Development", title: "Website Design & Development", description:
description: "High-converting websites built with modern technology, mobile-responsive design, and user experience best practices. We focus on conversion optimization and fast load times."},
"High-converting websites built with modern technology, mobile-responsive design, and user experience best practices. We focus on conversion optimization and fast load times.",
},
{ {
icon: Share2, icon: Share2,
title: "Social Media Marketing", title: "Social Media Marketing", description:
description: "Engaging content strategies, community management, and paid social campaigns that build brand loyalty, increase followers, and drive meaningful engagement."},
"Engaging content strategies, community management, and paid social campaigns that build brand loyalty, increase followers, and drive meaningful engagement.",
},
{ {
icon: Palette, icon: Palette,
title: "Branding & Creative Design", title: "Branding & Creative Design", description:
description: "Compelling visual identities, logo design, brand guidelines, graphics, and creative assets that make your brand stand out and resonate with your target audience."},
"Compelling visual identities, logo design, brand guidelines, graphics, and creative assets that make your brand stand out and resonate with your target audience.",
},
{ {
icon: Funnel, icon: Funnel,
title: "Sales Funnel Development", title: "Sales Funnel Development", description:
description: "Strategic funnels designed to nurture leads at every stage, increase conversions, and maximize customer lifetime value through targeted messaging and automation."},
"Strategic funnels designed to nurture leads at every stage, increase conversions, and maximize customer lifetime value through targeted messaging and automation.",
},
]} ]}
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
@@ -153,32 +135,16 @@ export default function ServicesPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
metrics={[ metrics={[
{ {
id: "1", id: "1", value: "342", title: "%", description: "Average ROI improvement for clients", icon: TrendingUp,
value: "342",
title: "%",
description: "Average ROI improvement for clients",
icon: TrendingUp,
}, },
{ {
id: "2", id: "2", value: "2.5", title: "M+", description: "Total leads generated annually", icon: Users,
value: "2.5",
title: "M+",
description: "Total leads generated annually",
icon: Users,
}, },
{ {
id: "3", id: "3", value: "98", title: "%", description: "Client satisfaction and retention rate", icon: Heart,
value: "98",
title: "%",
description: "Client satisfaction and retention rate",
icon: Heart,
}, },
{ {
id: "4", id: "4", value: "45", title: "days", description: "Average time to see measurable results", icon: Award,
value: "45",
title: "days",
description: "Average time to see measurable results",
icon: Award,
}, },
]} ]}
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
@@ -196,7 +162,7 @@ export default function ServicesPage() {
{ text: "Schedule Your Free Consultation", href: "/contact" }, { text: "Schedule Your Free Consultation", href: "/contact" },
{ text: "View Case Studies", href: "/" }, { text: "View Case Studies", href: "/" },
]} ]}
background={{ variant: "floatingGradient" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
/> />
</div> </div>