Merge version_1 into main #2
153
src/app/page.tsx
153
src/app/page.tsx
@@ -21,7 +21,7 @@ export default function HomePage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -47,7 +47,7 @@ export default function HomePage() {
|
||||
<HeroSplitKpi
|
||||
title="Modern Websites for Local Businesses"
|
||||
description="Clean design. Fast turnaround. Built to convert visitors into customers."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
kpis={[
|
||||
{ value: "7", label: "Day Turnaround" },
|
||||
{ value: "100%", label: "Conversion Focused" },
|
||||
@@ -59,7 +59,7 @@ export default function HomePage() {
|
||||
{ text: "View Packages", href: "/packages" },
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/professional-dashboard-user-panel_23-2148310538.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/professional-dashboard-user-panel_23-2148310538.jpg"
|
||||
imageAlt="Modern website design interface clean"
|
||||
imagePosition="right"
|
||||
/>
|
||||
@@ -83,31 +83,13 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Design",
|
||||
title: "Website Design",
|
||||
subtitle: "Clean, modern websites built for performance.",
|
||||
description: "We create stunning, fast-loading websites that showcase your business beautifully. Every pixel is intentional. Every interaction is smooth.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/professional-dashboard-user-panel_23-2148310538.jpg?_wi=2",
|
||||
imageAlt: "Website design",
|
||||
},
|
||||
tag: "Design", title: "Website Design", subtitle: "Clean, modern websites built for performance.", description: "We create stunning, fast-loading websites that showcase your business beautifully. Every pixel is intentional. Every interaction is smooth.", imageSrc: "http://img.b2bpic.net/free-vector/professional-dashboard-user-panel_23-2148310538.jpg", imageAlt: "Website design"},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Strategy",
|
||||
title: "Conversion Strategy",
|
||||
subtitle: "Structured layouts designed to turn visitors into leads.",
|
||||
description: "Your website isn't just pretty—it's built to work. We structure every section to guide visitors toward action, turning browsers into customers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/professional-dashboard-user-panel_23-2148310538.jpg?_wi=3",
|
||||
imageAlt: "Conversion strategy",
|
||||
},
|
||||
tag: "Strategy", title: "Conversion Strategy", subtitle: "Structured layouts designed to turn visitors into leads.", description: "Your website isn't just pretty—it's built to work. We structure every section to guide visitors toward action, turning browsers into customers.", imageSrc: "http://img.b2bpic.net/free-vector/professional-dashboard-user-panel_23-2148310538.jpg", imageAlt: "Conversion strategy"},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Support",
|
||||
title: "Ongoing Support",
|
||||
subtitle: "Updates and maintenance when you need it.",
|
||||
description: "We're here after launch. Updates, changes, performance optimizations—we handle it all so you can focus on your business.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/professional-dashboard-user-panel_23-2148310538.jpg?_wi=4",
|
||||
imageAlt: "Support services",
|
||||
},
|
||||
tag: "Support", title: "Ongoing Support", subtitle: "Updates and maintenance when you need it.", description: "We're here after launch. Updates, changes, performance optimizations—we handle it all so you can focus on your business.", imageSrc: "http://img.b2bpic.net/free-vector/professional-dashboard-user-panel_23-2148310538.jpg", imageAlt: "Support services"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
@@ -121,13 +103,8 @@ export default function HomePage() {
|
||||
description="Our streamlined process gets your website live fast."
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Choose a Package",
|
||||
description: "Select the plan that fits your business needs. From starter sites to full e-commerce platforms, we've got you covered.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/professional-dashboard-user-panel_23-2148310538.jpg?_wi=5",
|
||||
imageAlt: "Package selection",
|
||||
},
|
||||
id: "1", title: "Choose a Package", description: "Select the plan that fits your business needs. From starter sites to full e-commerce platforms, we've got you covered.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/professional-dashboard-user-panel_23-2148310538.jpg", imageAlt: "Package selection"},
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Clear pricing" },
|
||||
{ icon: CheckCircle, text: "No surprises" },
|
||||
@@ -136,13 +113,8 @@ export default function HomePage() {
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Share Your Details",
|
||||
description: "Tell us about your business, goals, and vision. We gather everything needed to build something perfect for you.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/professional-dashboard-user-panel_23-2148310538.jpg?_wi=6",
|
||||
imageAlt: "Discovery and details",
|
||||
},
|
||||
id: "2", title: "Share Your Details", description: "Tell us about your business, goals, and vision. We gather everything needed to build something perfect for you.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/professional-dashboard-user-panel_23-2148310538.jpg", imageAlt: "Discovery and details"},
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Discovery call" },
|
||||
{ icon: CheckCircle, text: "Brand guidelines" },
|
||||
@@ -151,13 +123,8 @@ export default function HomePage() {
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "We Build & Launch",
|
||||
description: "We design, code, test, and deploy. Your website goes live clean, fast, and ready to convert.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/professional-dashboard-user-panel_23-2148310538.jpg?_wi=7",
|
||||
imageAlt: "Build and launch",
|
||||
},
|
||||
id: "3", title: "We Build & Launch", description: "We design, code, test, and deploy. Your website goes live clean, fast, and ready to convert.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/professional-dashboard-user-panel_23-2148310538.jpg", imageAlt: "Build and launch"},
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Mobile optimized" },
|
||||
{ icon: CheckCircle, text: "SEO structured" },
|
||||
@@ -179,32 +146,16 @@ export default function HomePage() {
|
||||
description="What makes us different—real metrics that matter."
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "150",
|
||||
title: "+ Sites Live",
|
||||
description: "Local businesses trusting us with their online presence",
|
||||
icon: Zap,
|
||||
id: "1", value: "150", title: "+ Sites Live", description: "Local businesses trusting us with their online presence", icon: Zap,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "7",
|
||||
title: "Day Average",
|
||||
description: "Fast turnaround without cutting corners",
|
||||
icon: Zap,
|
||||
id: "2", value: "7", title: "Day Average", description: "Fast turnaround without cutting corners", icon: Zap,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "98",
|
||||
title: "% Happy Clients",
|
||||
description: "We deliver what we promise, every time",
|
||||
icon: Star,
|
||||
id: "3", value: "98", title: "% Happy Clients", description: "We deliver what we promise, every time", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "24/7",
|
||||
title: "Uptime",
|
||||
description: "Your site stays live and performing always",
|
||||
icon: Shield,
|
||||
id: "4", value: "24/7", title: "Uptime", description: "Your site stays live and performing always", icon: Shield,
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -221,77 +172,17 @@ export default function HomePage() {
|
||||
description="Real feedback from real business owners."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Martinez, Owner of Martinez Plumbing",
|
||||
date: "Date: November 2024",
|
||||
tag: "Starter Package",
|
||||
title: "Best investment we made this year",
|
||||
quote: "Myones Design delivered exactly what we needed—a clean, professional website that actually brings in calls. The whole process was smooth, and they stayed on schedule.",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
avatarAlt: "Sarah Martinez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
|
||||
imageAlt: "professional headshot portrait person",
|
||||
},
|
||||
id: "1", name: "Sarah Martinez, Owner of Martinez Plumbing", date: "Date: November 2024", tag: "Starter Package", title: "Best investment we made this year", quote: "Myones Design delivered exactly what we needed—a clean, professional website that actually brings in calls. The whole process was smooth, and they stayed on schedule.", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Sarah Martinez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional headshot portrait person"},
|
||||
{
|
||||
id: "2",
|
||||
name: "David Chen, Director of Serenity Med Spa",
|
||||
date: "Date: October 2024",
|
||||
tag: "Growth Package",
|
||||
title: "Professional and fast",
|
||||
quote: "We've worked with other agencies before. Myones Design stands out because they actually listen to what you need and deliver without unnecessary complications.",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
avatarAlt: "David Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
|
||||
imageAlt: "professional headshot portrait person",
|
||||
},
|
||||
id: "2", name: "David Chen, Director of Serenity Med Spa", date: "Date: October 2024", tag: "Growth Package", title: "Professional and fast", quote: "We've worked with other agencies before. Myones Design stands out because they actually listen to what you need and deliver without unnecessary complications.", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional headshot portrait person"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jessica Reeves, Real Estate Agent",
|
||||
date: "Date: September 2024",
|
||||
tag: "Pro Package",
|
||||
title: "Our online presence completely transformed",
|
||||
quote: "The website they built for us looks incredible and actually functions perfectly. Leads have increased significantly since launch. Couldn't be happier.",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
avatarAlt: "Jessica Reeves",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3",
|
||||
imageAlt: "professional headshot portrait person",
|
||||
},
|
||||
id: "3", name: "Jessica Reeves, Real Estate Agent", date: "Date: September 2024", tag: "Pro Package", title: "Our online presence completely transformed", quote: "The website they built for us looks incredible and actually functions perfectly. Leads have increased significantly since launch. Couldn't be happier.", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Jessica Reeves", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional headshot portrait person"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Marcus Thompson, Owner of The Daily Brew Café",
|
||||
date: "Date: August 2024",
|
||||
tag: "Starter Package",
|
||||
title: "Clear, simple, professional",
|
||||
quote: "No unnecessary jargon, no hidden fees, no delays. Myones Design made the whole process easy and delivered a site we're proud to share with customers.",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
avatarAlt: "Marcus Thompson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4",
|
||||
imageAlt: "professional headshot portrait person",
|
||||
},
|
||||
id: "4", name: "Marcus Thompson, Owner of The Daily Brew Café", date: "Date: August 2024", tag: "Starter Package", title: "Clear, simple, professional", quote: "No unnecessary jargon, no hidden fees, no delays. Myones Design made the whole process easy and delivered a site we're proud to share with customers.", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Marcus Thompson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional headshot portrait person"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Amanda Brooks, Fitness Studio Owner",
|
||||
date: "Date: July 2024",
|
||||
tag: "Growth Package",
|
||||
title: "Exactly what we needed",
|
||||
quote: "The support after launch has been great. They didn't just hand it off—they made sure everything worked perfectly and helped us understand how to manage it.",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
avatarAlt: "Amanda Brooks",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5",
|
||||
imageAlt: "professional headshot portrait person",
|
||||
},
|
||||
id: "5", name: "Amanda Brooks, Fitness Studio Owner", date: "Date: July 2024", tag: "Growth Package", title: "Exactly what we needed", quote: "The support after launch has been great. They didn't just hand it off—they made sure everything worked perfectly and helped us understand how to manage it.", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Amanda Brooks", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional headshot portrait person"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Robert Wilson, General Contractor",
|
||||
date: "Date: June 2024",
|
||||
tag: "Pro Package",
|
||||
title: "Professional design with real results",
|
||||
quote: "We got more inquiries in the first month than we expected. The website is fast, looks professional, and our clients keep complimenting it.",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
avatarAlt: "Robert Wilson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6",
|
||||
imageAlt: "professional headshot portrait person",
|
||||
},
|
||||
id: "6", name: "Robert Wilson, General Contractor", date: "Date: June 2024", tag: "Pro Package", title: "Professional design with real results", quote: "We got more inquiries in the first month than we expected. The website is fast, looks professional, and our clients keep complimenting it.", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Robert Wilson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional headshot portrait person"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user