Update src/app/page.tsx

This commit is contained in:
2026-03-08 05:45:04 +00:00
parent 888ebd9a68
commit e166f8836e

View File

@@ -25,8 +25,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "AI Websites", href: "/services" },
{ label: "AI Chatbots", href: "/services" },
{ label: "Automation", href: "/services" },
@@ -34,8 +33,7 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "How It Works", href: "#how-it-works" },
{ label: "Results", href: "#results" },
@@ -43,8 +41,7 @@ export default function HomePage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Blog", href: "#" },
{ label: "Documentation", href: "#" },
{ label: "Case Studies", href: "#" },
@@ -52,8 +49,7 @@ export default function HomePage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
@@ -68,7 +64,7 @@ export default function HomePage() {
borderRadius="rounded"
contentWidth="mediumSmall"
sizing="largeSmallSizeMediumTitles"
background="grid"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
@@ -79,9 +75,7 @@ export default function HomePage() {
brandName="extZura"
navItems={navItems}
button={{
text: "Get My Website",
href: "contact",
}}
text: "Get My Website", href: "contact"}}
/>
</div>
@@ -91,7 +85,7 @@ export default function HomePage() {
description="extZura helps local businesses grow online with high-converting websites, AI chatbots, and automation systems. We build solutions that attract customers, generate leads, and increase revenue."
tag="AI-Powered Solutions"
tagIcon={Sparkles}
background={{ variant: "grid" }}
background={{ variant: "animated-grid" }}
useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcCjReQmbKun1Ld66jrs2rWw8W/a-modern-sleek-ai-automation-dashboard-i-1772948556615-642f58a9.png"
imageAlt="AI automation platform dashboard"
@@ -99,43 +93,23 @@ export default function HomePage() {
mediaAnimation="slide-up"
testimonials={[
{
name: "Michael Rodriguez",
handle: "Restaurant Owner",
testimonial: "NextZura completely transformed my business online. Before working with them we barely had any online presence. After launching our new website we started getting new customers almost every day.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcCjReQmbKun1Ld66jrs2rWw8W/professional-headshot-of-a-confident-mal-1772948556093-fb14a43f.png?_wi=1",
},
name: "Michael Rodriguez", handle: "Restaurant Owner", testimonial: "NextZura completely transformed my business online. Before working with them we barely had any online presence. After launching our new website we started getting new customers almost every day.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcCjReQmbKun1Ld66jrs2rWw8W/professional-headshot-of-a-confident-mal-1772948556093-fb14a43f.png"},
{
name: "Sarah Patel",
handle: "Beauty Salon Owner",
testimonial: "The team at NextZura made everything so easy. They built our website, added an AI chatbot, and now customers can book appointments instantly. We've seen a huge increase in bookings.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcCjReQmbKun1Ld66jrs2rWw8W/professional-headshot-of-a-confident-fem-1772948555361-d94a2ee2.png?_wi=1",
},
name: "Sarah Patel", handle: "Beauty Salon Owner", testimonial: "The team at NextZura made everything so easy. They built our website, added an AI chatbot, and now customers can book appointments instantly. We've seen a huge increase in bookings.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcCjReQmbKun1Ld66jrs2rWw8W/professional-headshot-of-a-confident-fem-1772948555361-d94a2ee2.png"},
{
name: "Daniel Thompson",
handle: "Fitness Gym Owner",
testimonial: "I was skeptical at first, but NextZura delivered beyond expectations. Our new website looks amazing and actually brings in new clients. Within weeks we started receiving more inquiries than ever before.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcCjReQmbKun1Ld66jrs2rWw8W/professional-headshot-of-a-confident-mal-1772948555797-dee7e2dd.png?_wi=1",
},
name: "Daniel Thompson", handle: "Fitness Gym Owner", testimonial: "I was skeptical at first, but NextZura delivered beyond expectations. Our new website looks amazing and actually brings in new clients. Within weeks we started receiving more inquiries than ever before.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcCjReQmbKun1Ld66jrs2rWw8W/professional-headshot-of-a-confident-mal-1772948555797-dee7e2dd.png"},
{
name: "Jessica Kim",
handle: "Dental Clinic Manager",
testimonial: "Working with NextZura was one of the best decisions we made for our practice. The website they built for us is clean, fast, and professional. Patients can easily find us online now.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcCjReQmbKun1Ld66jrs2rWw8W/professional-headshot-of-a-confident-fem-1772948555295-264d7049.png?_wi=1",
},
name: "Jessica Kim", handle: "Dental Clinic Manager", testimonial: "Working with NextZura was one of the best decisions we made for our practice. The website they built for us is clean, fast, and professional. Patients can easily find us online now.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcCjReQmbKun1Ld66jrs2rWw8W/professional-headshot-of-a-confident-fem-1772948555295-264d7049.png"},
]}
buttons={[
{
text: "Book Free Consultation",
href: "contact",
},
text: "Book Free Consultation", href: "contact"},
{
text: "See How It Works",
href: "how-it-works",
},
text: "See How It Works", href: "how-it-works"},
]}
/>
</div>
@@ -149,15 +123,7 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"Restaurant Networks",
"Beauty & Wellness Studios",
"Fitness Centers",
"Dental Practices",
"HVAC Services",
"Legal Firms",
"Real Estate Agencies",
"E-Commerce Stores",
]}
"Restaurant Networks", "Beauty & Wellness Studios", "Fitness Centers", "Dental Practices", "HVAC Services", "Legal Firms", "Real Estate Agencies", "E-Commerce Stores"]}
speed={40}
showCard={true}
/>
@@ -173,57 +139,27 @@ export default function HomePage() {
animationType="slide-up"
features={[
{
id: "ai-websites",
label: "AI Websites",
title: "High-Converting Website Design",
items: [
"Premium, modern design that builds trust",
"Mobile-optimized for all devices",
"SEO-optimized for search visibility",
"Fast loading speeds",
"Built-in conversion tracking",
],
id: "ai-websites", label: "AI Websites", title: "High-Converting Website Design", items: [
"Premium, modern design that builds trust", "Mobile-optimized for all devices", "SEO-optimized for search visibility", "Fast loading speeds", "Built-in conversion tracking"],
buttons: [
{
text: "Learn More",
href: "/services",
},
text: "Learn More", href: "/services"},
],
},
{
id: "ai-chatbots",
label: "AI Chatbots",
title: "24/7 Lead Generation & Customer Support",
items: [
"AI-powered conversational chat",
"Captures leads automatically",
"Handles customer inquiries 24/7",
"Integrates with your CRM",
"Increases customer satisfaction",
],
id: "ai-chatbots", label: "AI Chatbots", title: "24/7 Lead Generation & Customer Support", items: [
"AI-powered conversational chat", "Captures leads automatically", "Handles customer inquiries 24/7", "Integrates with your CRM", "Increases customer satisfaction"],
buttons: [
{
text: "Learn More",
href: "/services",
},
text: "Learn More", href: "/services"},
],
},
{
id: "automation",
label: "Automation",
title: "Business Automation Systems",
items: [
"Booking system automation",
"Email marketing workflows",
"Lead qualification automation",
"Customer follow-up sequences",
"Saves time and increases efficiency",
],
id: "automation", label: "Automation", title: "Business Automation Systems", items: [
"Booking system automation", "Email marketing workflows", "Lead qualification automation", "Customer follow-up sequences", "Saves time and increases efficiency"],
buttons: [
{
text: "Learn More",
href: "/services",
},
text: "Learn More", href: "/services"},
],
},
]}
@@ -240,32 +176,16 @@ export default function HomePage() {
useInvertedBackground={true}
metrics={[
{
id: "1",
value: "1",
title: "Strategy",
description: "We analyze your business, goals, and audience to create a customized plan.",
icon: Target,
id: "1", value: "1", title: "Strategy", description: "We analyze your business, goals, and audience to create a customized plan.", icon: Target,
},
{
id: "2",
value: "2",
title: "Build",
description: "We design and develop your website, chatbot, and automation systems.",
icon: Hammer,
id: "2", value: "2", title: "Build", description: "We design and develop your website, chatbot, and automation systems.", icon: Hammer,
},
{
id: "3",
value: "3",
title: "Launch",
description: "We deploy your solution and ensure everything runs smoothly.",
icon: Rocket,
id: "3", value: "3", title: "Launch", description: "We deploy your solution and ensure everything runs smoothly.", icon: Rocket,
},
{
id: "4",
value: "4",
title: "Optimize",
description: "We monitor performance and continuously improve your results.",
icon: TrendingUp,
id: "4", value: "4", title: "Optimize", description: "We monitor performance and continuously improve your results.", icon: TrendingUp,
},
]}
/>
@@ -275,27 +195,20 @@ export default function HomePage() {
<AboutMetric
title="Results That Matter: Real Numbers from Real Clients"
useInvertedBackground={false}
metricsAnimation="slide-up"
metrics={[
{
icon: Globe,
label: "Websites Built",
value: "50+",
},
label: "Websites Built", value: "50+"},
{
icon: Zap,
label: "Average Lead Increase",
value: "300%",
},
label: "Average Lead Increase", value: "300%"},
{
icon: Users,
label: "Active Client Base",
value: "45+",
},
label: "Active Client Base", value: "45+"},
{
icon: Award,
label: "Client Satisfaction",
value: "98%",
},
label: "Client Satisfaction", value: "98%"},
]}
/>
</div>
@@ -309,51 +222,25 @@ export default function HomePage() {
animationType="slide-up"
testimonials={[
{
id: "1",
name: "Michael Rodriguez",
role: "Owner",
company: "Rodriguez Restaurant Group",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcCjReQmbKun1Ld66jrs2rWw8W/professional-headshot-of-a-confident-mal-1772948556093-fb14a43f.png?_wi=2",
},
id: "1", name: "Michael Rodriguez", role: "Owner", company: "Rodriguez Restaurant Group", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcCjReQmbKun1Ld66jrs2rWw8W/professional-headshot-of-a-confident-mal-1772948556093-fb14a43f.png"},
{
id: "2",
name: "Sarah Patel",
role: "Owner",
company: "Luminous Beauty Salon",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcCjReQmbKun1Ld66jrs2rWw8W/professional-headshot-of-a-confident-fem-1772948555361-d94a2ee2.png?_wi=2",
},
id: "2", name: "Sarah Patel", role: "Owner", company: "Luminous Beauty Salon", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcCjReQmbKun1Ld66jrs2rWw8W/professional-headshot-of-a-confident-fem-1772948555361-d94a2ee2.png"},
{
id: "3",
name: "Daniel Thompson",
role: "Manager",
company: "Elite Fitness Center",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcCjReQmbKun1Ld66jrs2rWw8W/professional-headshot-of-a-confident-mal-1772948555797-dee7e2dd.png?_wi=2",
},
id: "3", name: "Daniel Thompson", role: "Manager", company: "Elite Fitness Center", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcCjReQmbKun1Ld66jrs2rWw8W/professional-headshot-of-a-confident-mal-1772948555797-dee7e2dd.png"},
{
id: "4",
name: "Jessica Kim",
role: "Practice Manager",
company: "Bright Smile Dental",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcCjReQmbKun1Ld66jrs2rWw8W/professional-headshot-of-a-confident-fem-1772948555295-264d7049.png?_wi=2",
},
id: "4", name: "Jessica Kim", role: "Practice Manager", company: "Bright Smile Dental", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcCjReQmbKun1Ld66jrs2rWw8W/professional-headshot-of-a-confident-fem-1772948555295-264d7049.png"},
]}
kpiItems={[
{
value: "300%",
label: "Average Lead Increase",
},
value: "300%", label: "Average Lead Increase"},
{
value: "45+",
label: "Active Clients",
},
value: "45+", label: "Active Clients"},
{
value: "98%",
label: "Satisfaction Rate",
},
value: "98%", label: "Satisfaction Rate"},
]}
/>
</div>
@@ -364,7 +251,7 @@ export default function HomePage() {
title="Ready to Grow Your Business?"
description="Schedule your free website strategy call today. We'll analyze your business and show you exactly how we can help you attract more customers and increase revenue."
tagIcon={Sparkles}
background={{ variant: "grid" }}
background={{ variant: "animated-grid" }}
useInvertedBackground={false}
inputPlaceholder="Your business email"
buttonText="Book Free Call"