Update src/app/page.tsx

This commit is contained in:
2026-03-04 16:12:55 +00:00
parent 699ff2a9cb
commit 56d5e581fe

View File

@@ -24,8 +24,7 @@ const navItems = [
const footerColumns = [
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Portfolio", href: "/portfolio" },
{ label: "Services", href: "/services" },
@@ -33,8 +32,7 @@ const footerColumns = [
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Blog", href: "/blog" },
{ label: "Case Studies", href: "/portfolio" },
{ label: "FAQ", href: "/faq" },
@@ -42,8 +40,7 @@ const footerColumns = [
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Twitter", href: "https://twitter.com/acemedia" },
{ label: "LinkedIn", href: "https://linkedin.com/company/acemedia" },
{ label: "Instagram", href: "https://instagram.com/acemedia" },
@@ -60,7 +57,7 @@ export default function HomePage() {
borderRadius="soft"
contentWidth="mediumLarge"
sizing="mediumLarge"
background="noise"
background="circleGradient"
cardStyle="inset"
primaryButtonStyle="flat"
secondaryButtonStyle="layered"
@@ -84,7 +81,7 @@ export default function HomePage() {
{ text: "View Portfolio", href: "/portfolio" },
]}
buttonAnimation="slide-up"
background={{ variant: "noise" }}
background={{ variant: "sparkles-gradient" }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUGx3nyr3Ulfuu49Sf7JGcziQq/a-sleek-modern-website-interface-display-1772640593669-88f1fd10.png"
imageAlt="Modern website interface showcase"
frameStyle="browser"
@@ -114,26 +111,11 @@ export default function HomePage() {
tagAnimation="slide-up"
features={[
{
id: "01",
title: "E-Commerce Transformation",
description: "Redesigned product pages and checkout flow, resulting in 35% increase in conversion rate and 28% improvement in average order value.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUGx3nyr3Ulfuu49Sf7JGcziQq/a-professional-portfolio-case-study-imag-1772640593679-6329cc41.png?_wi=1",
imageAlt: "E-commerce redesign case study",
},
id: "01", title: "E-Commerce Transformation", description: "Redesigned product pages and checkout flow, resulting in 35% increase in conversion rate and 28% improvement in average order value.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUGx3nyr3Ulfuu49Sf7JGcziQq/a-professional-portfolio-case-study-imag-1772640593679-6329cc41.png", imageAlt: "E-commerce redesign case study"},
{
id: "02",
title: "SaaS Platform Launch",
description: "Built entire web presence for B2B SaaS startup. Site generated 500+ qualified leads in first 3 months through strategic positioning.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUGx3nyr3Ulfuu49Sf7JGcziQq/creative-agency-portfolio-project-showca-1772640606872-f4cd5e43.png?_wi=1",
imageAlt: "SaaS platform launch case study",
},
id: "02", title: "SaaS Platform Launch", description: "Built entire web presence for B2B SaaS startup. Site generated 500+ qualified leads in first 3 months through strategic positioning.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUGx3nyr3Ulfuu49Sf7JGcziQq/creative-agency-portfolio-project-showca-1772640606872-f4cd5e43.png", imageAlt: "SaaS platform launch case study"},
{
id: "03",
title: "Digital Agency Rebrand",
description: "Complete brand and website overhaul showcasing work portfolio. Resulted in 3x more inbound inquiries and doubled project volume.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUGx3nyr3Ulfuu49Sf7JGcziQq/e-commerce-website-redesign-success-stor-1772640608785-311aee43.png?_wi=1",
imageAlt: "Digital agency rebrand case study",
},
id: "03", title: "Digital Agency Rebrand", description: "Complete brand and website overhaul showcasing work portfolio. Resulted in 3x more inbound inquiries and doubled project volume.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUGx3nyr3Ulfuu49Sf7JGcziQq/e-commerce-website-redesign-success-stor-1772640608785-311aee43.png", imageAlt: "Digital agency rebrand case study"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -150,54 +132,22 @@ export default function HomePage() {
tagAnimation="slide-up"
plans={[
{
id: "starter",
badge: "Perfect for Startups",
badgeIcon: Sparkles,
price: "$2,500",
subtitle: "Essential web presence",
buttons: [{ text: "Get Started", href: "/contact" }],
id: "starter", badge: "Perfect for Startups", badgeIcon: Sparkles,
price: "$2,500", subtitle: "Essential web presence", buttons: [{ text: "Get Started", href: "/contact" }],
features: [
"5-page custom website",
"Mobile-responsive design",
"Contact form integration",
"SEO optimization basics",
"1 round of revisions",
"Deployment & setup",
],
"5-page custom website", "Mobile-responsive design", "Contact form integration", "SEO optimization basics", "1 round of revisions", "Deployment & setup"],
},
{
id: "professional",
badge: "Most Popular",
badgeIcon: CheckCircle,
price: "$5,500",
subtitle: "High-converting website",
buttons: [{ text: "Choose Plan", href: "/contact" }],
id: "professional", badge: "Most Popular", badgeIcon: CheckCircle,
price: "$5,500", subtitle: "High-converting website", buttons: [{ text: "Choose Plan", href: "/contact" }],
features: [
"10-page custom website",
"Advanced SEO strategy",
"CMS integration",
"Performance optimization",
"Analytics setup",
"2 rounds of revisions",
"6 months support",
],
"10-page custom website", "Advanced SEO strategy", "CMS integration", "Performance optimization", "Analytics setup", "2 rounds of revisions", "6 months support"],
},
{
id: "enterprise",
badge: "For Scale",
badgeIcon: Shield,
price: "$12,000+",
subtitle: "Full digital transformation",
buttons: [{ text: "Let's Talk", href: "/contact" }],
id: "enterprise", badge: "For Scale", badgeIcon: Shield,
price: "$12,000+", subtitle: "Full digital transformation", buttons: [{ text: "Let's Talk", href: "/contact" }],
features: [
"Unlimited pages",
"E-commerce integration",
"Custom functionality",
"Brand strategy included",
"Complete marketing setup",
"Unlimited revisions",
"12 months support",
],
"Unlimited pages", "E-commerce integration", "Custom functionality", "Brand strategy included", "Complete marketing setup", "Unlimited revisions", "12 months support"],
},
]}
animationType="slide-up"
@@ -214,65 +164,29 @@ export default function HomePage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1",
name: "Marcus Johnson",
role: "Founder, TechFlow Solutions",
testimonial:
"AceMedia transformed our online presence completely. Our new website generated 3x more leads within the first month. The team was responsive, professional, and truly understood our business goals.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUGx3nyr3Ulfuu49Sf7JGcziQq/professional-headshot-of-a-confident-mal-1772640592241-bbd411b2.png?_wi=1",
imageAlt: "Marcus Johnson",
},
id: "1", name: "Marcus Johnson", role: "Founder, TechFlow Solutions", testimonial:
"AceMedia transformed our online presence completely. Our new website generated 3x more leads within the first month. The team was responsive, professional, and truly understood our business goals.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUGx3nyr3Ulfuu49Sf7JGcziQq/professional-headshot-of-a-confident-mal-1772640592241-bbd411b2.png", imageAlt: "Marcus Johnson"},
{
id: "2",
name: "Sarah Chen",
role: "CEO, GrowthCo",
testimonial:
"Working with AceMedia was a game-changer. They didn't just build a website—they built a conversion machine. Our sales increased by 42% after the redesign. Highly recommend!",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUGx3nyr3Ulfuu49Sf7JGcziQq/professional-headshot-of-a-confident-fem-1772640592646-56ceeab1.png?_wi=1",
imageAlt: "Sarah Chen",
},
id: "2", name: "Sarah Chen", role: "CEO, GrowthCo", testimonial:
"Working with AceMedia was a game-changer. They didn't just build a website—they built a conversion machine. Our sales increased by 42% after the redesign. Highly recommend!", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUGx3nyr3Ulfuu49Sf7JGcziQq/professional-headshot-of-a-confident-fem-1772640592646-56ceeab1.png", imageAlt: "Sarah Chen"},
{
id: "3",
name: "David Martinez",
role: "Owner, Digital Innovations",
testimonial:
"Professional, reliable, and results-driven. AceMedia delivered our project on time and exceeded our expectations. They've become our go-to partner for all digital projects.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUGx3nyr3Ulfuu49Sf7JGcziQq/professional-headshot-of-a-young-male-en-1772640592159-b39a6e59.png?_wi=1",
imageAlt: "David Martinez",
},
id: "3", name: "David Martinez", role: "Owner, Digital Innovations", testimonial:
"Professional, reliable, and results-driven. AceMedia delivered our project on time and exceeded our expectations. They've become our go-to partner for all digital projects.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUGx3nyr3Ulfuu49Sf7JGcziQq/professional-headshot-of-a-young-male-en-1772640592159-b39a6e59.png", imageAlt: "David Martinez"},
{
id: "4",
name: "Jennifer Williams",
role: "Managing Director, Prime Marketing",
testimonial:
"The level of attention to detail and commitment to our success was outstanding. Our website is now our best marketing asset. AceMedia truly cares about client outcomes.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUGx3nyr3Ulfuu49Sf7JGcziQq/professional-headshot-of-a-confident-wom-1772640592380-989cca76.png?_wi=1",
imageAlt: "Jennifer Williams",
},
id: "4", name: "Jennifer Williams", role: "Managing Director, Prime Marketing", testimonial:
"The level of attention to detail and commitment to our success was outstanding. Our website is now our best marketing asset. AceMedia truly cares about client outcomes.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUGx3nyr3Ulfuu49Sf7JGcziQq/professional-headshot-of-a-confident-wom-1772640592380-989cca76.png", imageAlt: "Jennifer Williams"},
{
id: "5",
name: "Robert Thompson",
role: "VP Operations, CloudSync Inc",
testimonial:
"AceMedia brought a fresh perspective to our brand. The website they created perfectly captures our value proposition and speaks directly to our target audience.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUGx3nyr3Ulfuu49Sf7JGcziQq/professional-headshot-of-a-mature-male-b-1772640592480-d12f4c76.png?_wi=1",
imageAlt: "Robert Thompson",
},
id: "5", name: "Robert Thompson", role: "VP Operations, CloudSync Inc", testimonial:
"AceMedia brought a fresh perspective to our brand. The website they created perfectly captures our value proposition and speaks directly to our target audience.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUGx3nyr3Ulfuu49Sf7JGcziQq/professional-headshot-of-a-mature-male-b-1772640592480-d12f4c76.png", imageAlt: "Robert Thompson"},
{
id: "6",
name: "Lisa Anderson",
role: "Founder, InnovateLab",
testimonial:
"Exceptional work from start to finish. AceMedia's team is knowledgeable, creative, and truly invested in making the project a success. Our conversion rate improved significantly.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUGx3nyr3Ulfuu49Sf7JGcziQq/professional-headshot-of-a-young-female--1772640592464-ec168ba1.png?_wi=1",
imageAlt: "Lisa Anderson",
},
id: "6", name: "Lisa Anderson", role: "Founder, InnovateLab", testimonial:
"Exceptional work from start to finish. AceMedia's team is knowledgeable, creative, and truly invested in making the project a success. Our conversion rate improved significantly.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUGx3nyr3Ulfuu49Sf7JGcziQq/professional-headshot-of-a-young-female--1772640592464-ec168ba1.png", imageAlt: "Lisa Anderson"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -289,15 +203,7 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"TechFlow Solutions",
"GrowthCo",
"Digital Innovations",
"Prime Marketing",
"CloudSync Inc",
"InnovateLab",
"StartupHub",
"Enterprise Ventures",
]}
"TechFlow Solutions", "GrowthCo", "Digital Innovations", "Prime Marketing", "CloudSync Inc", "InnovateLab", "StartupHub", "Enterprise Ventures"]}
speed={40}
showCard={true}
/>