diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 8117b58..83e2e5c 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -24,8 +24,7 @@ const navItemsForNav = [
const footerColumns = [
{
- title: "Services",
- items: [
+ title: "Services", items: [
{ label: "Paid Ads Management", href: "/services" },
{ label: "SEO Services", href: "/services" },
{ label: "Website Design", href: "/services" },
@@ -33,8 +32,7 @@ const footerColumns = [
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Case Studies", href: "/" },
{ label: "Team", href: "/about" },
@@ -42,8 +40,7 @@ const footerColumns = [
],
},
{
- title: "Support",
- items: [
+ title: "Support", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "FAQ", href: "#" },
{ label: "Resources", href: "#" },
@@ -51,8 +48,7 @@ const footerColumns = [
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
@@ -69,7 +65,7 @@ export default function AboutPage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="mediumLarge"
- background="floatingGradient"
+ background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="double-inset"
secondaryButtonStyle="glass"
@@ -79,9 +75,7 @@ export default function AboutPage() {
@@ -91,10 +85,7 @@ export default function AboutPage() {
heading={[
{ type: "text", content: "PrimeXpert is a team of" },
{
- 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",
- },
+ 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"},
{ type: "text", content: "data-driven strategists and creative professionals dedicated to transforming businesses through measurable digital marketing results" },
]}
buttons={[
@@ -115,32 +106,16 @@ export default function AboutPage() {
tagAnimation="slide-up"
metrics={[
{
- id: "1",
- value: "15",
- title: "years",
- description: "Of proven digital marketing excellence and industry leadership",
- icon: Award,
+ id: "1", value: "15", title: "years", description: "Of proven digital marketing excellence and industry leadership", icon: Award,
},
{
- id: "2",
- value: "850",
- title: "+",
- description: "Clients served across industries from startups to enterprises",
- icon: Users,
+ id: "2", value: "850", title: "+", description: "Clients served across industries from startups to enterprises", icon: Users,
},
{
- id: "3",
- value: "500",
- title: "M+",
- description: "Total revenue generated and managed for our client portfolio",
- icon: TrendingUp,
+ id: "3", value: "500", title: "M+", description: "Total revenue generated and managed for our client portfolio", icon: TrendingUp,
},
{
- id: "4",
- value: "98",
- title: "%",
- description: "Client retention rate reflecting our commitment to success",
- icon: Heart,
+ id: "4", value: "98", title: "%", description: "Client retention rate reflecting our commitment to success", icon: Heart,
},
]}
gridVariant="uniform-all-items-equal"
@@ -158,7 +133,7 @@ export default function AboutPage() {
{ text: "Schedule Your Free Consultation", href: "/contact" },
{ text: "View Our Work", href: "/" },
]}
- background={{ variant: "floatingGradient" }}
+ background={{ variant: "plain" }}
useInvertedBackground={false}
/>
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 4dcf11a..447855b 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -16,8 +16,7 @@ const navItemsForNav = [
const footerColumns = [
{
- title: "Services",
- items: [
+ title: "Services", items: [
{ label: "Paid Ads Management", href: "/services" },
{ label: "SEO Services", href: "/services" },
{ label: "Website Design", href: "/services" },
@@ -25,8 +24,7 @@ const footerColumns = [
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Case Studies", href: "/" },
{ label: "Team", href: "/about" },
@@ -34,8 +32,7 @@ const footerColumns = [
],
},
{
- title: "Support",
- items: [
+ title: "Support", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "FAQ", href: "#" },
{ label: "Resources", href: "#" },
@@ -43,8 +40,7 @@ const footerColumns = [
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
@@ -61,7 +57,7 @@ export default function ContactPage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="mediumLarge"
- background="floatingGradient"
+ background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="double-inset"
secondaryButtonStyle="glass"
@@ -71,9 +67,7 @@ export default function ContactPage() {
@@ -86,7 +80,7 @@ export default function ContactPage() {
{ text: "Schedule Your Call", href: "/contact" },
{ text: "View Services", href: "/services" },
]}
- background={{ variant: "floatingGradient" }}
+ background={{ variant: "plain" }}
useInvertedBackground={false}
/>
@@ -99,7 +93,7 @@ export default function ContactPage() {
{ text: "Send Email", href: "mailto:hello@primexpert.com" },
{ text: "Back to Home", href: "/" },
]}
- background={{ variant: "floatingGradient" }}
+ background={{ variant: "plain" }}
useInvertedBackground={false}
/>
@@ -111,7 +105,7 @@ export default function ContactPage() {
buttons={[
{ text: "Start Your Growth Journey", href: "/contact" },
]}
- background={{ variant: "floatingGradient" }}
+ background={{ variant: "plain" }}
useInvertedBackground={false}
/>
diff --git a/src/app/page.tsx b/src/app/page.tsx
index d215ad1..74d88e5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -45,8 +45,7 @@ const navItemsForNav = [
const footerColumns = [
{
- title: "Services",
- items: [
+ title: "Services", items: [
{ label: "Paid Ads Management", href: "/services" },
{ label: "SEO Services", href: "/services" },
{ label: "Website Design", href: "/services" },
@@ -54,8 +53,7 @@ const footerColumns = [
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Case Studies", href: "#case-studies" },
{ label: "Team", href: "/about" },
@@ -63,8 +61,7 @@ const footerColumns = [
],
},
{
- title: "Support",
- items: [
+ title: "Support", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "FAQ", href: "#" },
{ label: "Resources", href: "#" },
@@ -72,8 +69,7 @@ const footerColumns = [
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
@@ -90,7 +86,7 @@ export default function HomePage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="mediumLarge"
- background="floatingGradient"
+ background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="double-inset"
secondaryButtonStyle="glass"
@@ -100,9 +96,7 @@ export default function HomePage() {
@@ -119,44 +113,26 @@ export default function HomePage() {
{ text: "View Our Work", href: "#case-studies" },
]}
buttonAnimation="slide-up"
- background={{ variant: "floatingGradient" }}
+ background={{ variant: "plain" }}
carouselItems={[
{
- id: "1",
- 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",
- },
+ id: "1", 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"},
{
- id: "2",
- 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",
- },
+ id: "2", 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"},
{
- id: "3",
- 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",
- },
+ id: "3", 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"},
{
- id: "4",
- 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",
- },
+ id: "4", 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"},
{
- id: "5",
- 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",
- },
+ id: "5", 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"},
{
- id: "6",
- 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",
- },
+ id: "6", 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"},
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -168,10 +144,7 @@ export default function HomePage() {
heading={[
{ type: "text", content: "We're a USA-based" },
{
- 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",
- },
+ 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"},
{ type: "text", content: "digital marketing powerhouse dedicated to scaling your business" },
]}
buttons={[{ text: "Learn More", href: "/about" }]}
@@ -190,40 +163,28 @@ export default function HomePage() {
features={[
{
icon: DollarSign,
- title: "Paid Ads Management",
- description:
- "Strategic campaigns across Google, Facebook, Instagram, TikTok, and LinkedIn Ads optimized for maximum ROI and conversion.",
- },
+ title: "Paid Ads Management", description:
+ "Strategic campaigns across Google, Facebook, Instagram, TikTok, and LinkedIn Ads optimized for maximum ROI and conversion."},
{
icon: Search,
- title: "Search Engine Optimization",
- description:
- "Data-driven SEO strategies to boost organic visibility, drive qualified traffic, and improve search rankings.",
- },
+ title: "Search Engine Optimization", description:
+ "Data-driven SEO strategies to boost organic visibility, drive qualified traffic, and improve search rankings."},
{
icon: Code,
- title: "Website Design & Development",
- description:
- "High-converting, mobile-responsive websites built with modern technology and best practices for user experience.",
- },
+ title: "Website Design & Development", description:
+ "High-converting, mobile-responsive websites built with modern technology and best practices for user experience."},
{
icon: Share2,
- title: "Social Media Marketing",
- description:
- "Engaging content strategies and community management that build brand loyalty and amplify your message.",
- },
+ title: "Social Media Marketing", description:
+ "Engaging content strategies and community management that build brand loyalty and amplify your message."},
{
icon: Palette,
- title: "Branding & Creative Design",
- description:
- "Compelling visual identities, graphics, and creative assets that make your brand stand out in a crowded market.",
- },
+ title: "Branding & Creative Design", description:
+ "Compelling visual identities, graphics, and creative assets that make your brand stand out in a crowded market."},
{
icon: Funnel,
- title: "Sales Funnel Development",
- description:
- "Strategic funnels designed to nurture leads, increase conversions, and maximize customer lifetime value.",
- },
+ title: "Sales Funnel Development", description:
+ "Strategic funnels designed to nurture leads, increase conversions, and maximize customer lifetime value."},
]}
animationType="slide-up"
textboxLayout="default"
@@ -240,32 +201,16 @@ export default function HomePage() {
tagAnimation="slide-up"
metrics={[
{
- id: "1",
- value: "500",
- title: "million+",
- description: "Total revenue generated for clients",
- icon: TrendingUp,
+ id: "1", value: "500", title: "million+", description: "Total revenue generated for clients", icon: TrendingUp,
},
{
- id: "2",
- value: "850",
- title: "clients served",
- description: "Across diverse industries and markets",
- icon: Users,
+ id: "2", value: "850", title: "clients served", description: "Across diverse industries and markets", icon: Users,
},
{
- id: "3",
- value: "98",
- title: "client retention",
- description: "Year-over-year satisfaction rate",
- icon: Heart,
+ id: "3", value: "98", title: "client retention", description: "Year-over-year satisfaction rate", icon: Heart,
},
{
- id: "4",
- value: "15",
- title: "years",
- description: "Of proven digital marketing excellence",
- icon: Award,
+ id: "4", value: "15", title: "years", description: "Of proven digital marketing excellence", icon: Award,
},
]}
gridVariant="uniform-all-items-equal"
@@ -284,38 +229,17 @@ export default function HomePage() {
tagAnimation="slide-up"
products={[
{
- id: "1",
- brand: "E-Commerce Retail",
- name: "300% Revenue Growth in 6 Months",
- 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: "1", brand: "E-Commerce Retail", name: "300% Revenue Growth in 6 Months", 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",
- brand: "SaaS Technology",
- name: "200% Lead Increase & 45% Cost Reduction",
- 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: "2", brand: "SaaS Technology", name: "200% Lead Increase & 45% Cost Reduction", 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",
- brand: "Professional Services",
- name: "1,200% ROAS on Paid Ads",
- 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",
- },
+ id: "3", brand: "Professional Services", name: "1,200% ROAS on Paid Ads", 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"
animationType="slide-up"
@@ -333,65 +257,29 @@ export default function HomePage() {
tagAnimation="slide-up"
testimonials={[
{
- id: "1",
- name: "Sarah Chen",
- role: "CEO & Founder",
- 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: "1", name: "Sarah Chen", role: "CEO & Founder", 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",
- name: "Michael Rodriguez",
- role: "VP of Marketing",
- 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: "2", name: "Michael Rodriguez", role: "VP of Marketing", 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",
- name: "Emily Watson",
- role: "Founder",
- 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: "3", name: "Emily Watson", role: "Founder", 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",
- name: "David Kim",
- role: "Director of Operations",
- 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: "4", name: "David Kim", role: "Director of Operations", 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",
- name: "Jessica Martinez",
- role: "CMO",
- 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: "5", name: "Jessica Martinez", role: "CMO", 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",
- name: "Robert Thompson",
- role: "President",
- 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",
- },
+ id: "6", name: "Robert Thompson", role: "President", 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"
textboxLayout="default"
@@ -407,7 +295,7 @@ export default function HomePage() {
{ text: "Schedule Your Free Consultation", href: "/contact" },
{ text: "View Pricing & Plans", href: "/services" },
]}
- background={{ variant: "floatingGradient" }}
+ background={{ variant: "plain" }}
useInvertedBackground={false}
/>
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index d7aa7d2..235f6bf 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -31,8 +31,7 @@ const navItemsForNav = [
const footerColumns = [
{
- title: "Services",
- items: [
+ title: "Services", items: [
{ label: "Paid Ads Management", href: "/services" },
{ label: "SEO Services", href: "/services" },
{ label: "Website Design", href: "/services" },
@@ -40,8 +39,7 @@ const footerColumns = [
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Case Studies", href: "/" },
{ label: "Team", href: "/about" },
@@ -49,8 +47,7 @@ const footerColumns = [
],
},
{
- title: "Support",
- items: [
+ title: "Support", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "FAQ", href: "#" },
{ label: "Resources", href: "#" },
@@ -58,8 +55,7 @@ const footerColumns = [
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
@@ -76,7 +72,7 @@ export default function ServicesPage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="mediumLarge"
- background="floatingGradient"
+ background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="double-inset"
secondaryButtonStyle="glass"
@@ -86,9 +82,7 @@ export default function ServicesPage() {
@@ -103,40 +97,28 @@ export default function ServicesPage() {
features={[
{
icon: DollarSign,
- title: "Paid Ads Management",
- description:
- "Strategic campaigns across Google Ads, Facebook, Instagram, TikTok, and LinkedIn. We optimize for maximum ROI, minimizing cost per acquisition while scaling revenue.",
- },
+ title: "Paid Ads Management", description:
+ "Strategic campaigns across Google Ads, Facebook, Instagram, TikTok, and LinkedIn. We optimize for maximum ROI, minimizing cost per acquisition while scaling revenue."},
{
icon: Search,
- title: "Search Engine Optimization",
- description:
- "Technical SEO, on-page optimization, and link building strategies that boost organic visibility, drive qualified traffic, and improve search rankings for competitive keywords.",
- },
+ title: "Search Engine Optimization", description:
+ "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,
- title: "Website Design & Development",
- 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.",
- },
+ title: "Website Design & Development", 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."},
{
icon: Share2,
- title: "Social Media Marketing",
- description:
- "Engaging content strategies, community management, and paid social campaigns that build brand loyalty, increase followers, and drive meaningful engagement.",
- },
+ title: "Social Media Marketing", description:
+ "Engaging content strategies, community management, and paid social campaigns that build brand loyalty, increase followers, and drive meaningful engagement."},
{
icon: Palette,
- title: "Branding & Creative Design",
- description:
- "Compelling visual identities, logo design, brand guidelines, graphics, and creative assets that make your brand stand out and resonate with your target audience.",
- },
+ title: "Branding & Creative Design", description:
+ "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,
- title: "Sales Funnel Development",
- description:
- "Strategic funnels designed to nurture leads at every stage, increase conversions, and maximize customer lifetime value through targeted messaging and automation.",
- },
+ title: "Sales Funnel Development", description:
+ "Strategic funnels designed to nurture leads at every stage, increase conversions, and maximize customer lifetime value through targeted messaging and automation."},
]}
animationType="slide-up"
textboxLayout="default"
@@ -153,32 +135,16 @@ export default function ServicesPage() {
tagAnimation="slide-up"
metrics={[
{
- id: "1",
- value: "342",
- title: "%",
- description: "Average ROI improvement for clients",
- icon: TrendingUp,
+ id: "1", value: "342", title: "%", description: "Average ROI improvement for clients", icon: TrendingUp,
},
{
- id: "2",
- value: "2.5",
- title: "M+",
- description: "Total leads generated annually",
- icon: Users,
+ id: "2", value: "2.5", title: "M+", description: "Total leads generated annually", icon: Users,
},
{
- id: "3",
- value: "98",
- title: "%",
- description: "Client satisfaction and retention rate",
- icon: Heart,
+ id: "3", value: "98", title: "%", description: "Client satisfaction and retention rate", icon: Heart,
},
{
- id: "4",
- value: "45",
- title: "days",
- description: "Average time to see measurable results",
- icon: Award,
+ id: "4", value: "45", title: "days", description: "Average time to see measurable results", icon: Award,
},
]}
gridVariant="uniform-all-items-equal"
@@ -196,7 +162,7 @@ export default function ServicesPage() {
{ text: "Schedule Your Free Consultation", href: "/contact" },
{ text: "View Case Studies", href: "/" },
]}
- background={{ variant: "floatingGradient" }}
+ background={{ variant: "plain" }}
useInvertedBackground={false}
/>