Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
219
src/app/page.tsx
219
src/app/page.tsx
@@ -30,94 +30,38 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Expertise",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Benefits",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Expertise", id: "about" },
|
||||
{ name: "Benefits", id: "features" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="PowerDynamics"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Unlock Your Engines True Potential"
|
||||
description="Expert ECU remapping that delivers measurable power gains, improved efficiency, and unmatched reliability. Trusted by performance drivers across the region."
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdDaie8M2BlgxVUzqE69AFLvX4/close-up-professional-portrait-of-a-happ-1774810168053-7a682fb3.png",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdDaie8M2BlgxVUzqE69AFLvX4/close-up-professional-portrait-of-a-woma-1774810169177-778048bd.png",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdDaie8M2BlgxVUzqE69AFLvX4/portrait-of-a-car-enthusiast-smiling-nex-1774810167651-c54f7f48.png",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdDaie8M2BlgxVUzqE69AFLvX4/portrait-of-a-middle-aged-man-owner-of-a-1774810165365-346b4576.png",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdDaie8M2BlgxVUzqE69AFLvX4/uploaded-1774810136465-4dtig1l1.png",
|
||||
alt: "Customer",
|
||||
},
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdDaie8M2BlgxVUzqE69AFLvX4/close-up-professional-portrait-of-a-happ-1774810168053-7a682fb3.png", alt: "Customer" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdDaie8M2BlgxVUzqE69AFLvX4/close-up-professional-portrait-of-a-woma-1774810169177-778048bd.png", alt: "Customer" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdDaie8M2BlgxVUzqE69AFLvX4/portrait-of-a-car-enthusiast-smiling-nex-1774810167651-c54f7f48.png", alt: "Customer" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdDaie8M2BlgxVUzqE69AFLvX4/portrait-of-a-middle-aged-man-owner-of-a-1774810165365-346b4576.png", alt: "Customer" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdDaie8M2BlgxVUzqE69AFLvX4/uploaded-1774810136465-4dtig1l1.png", alt: "Customer" },
|
||||
]}
|
||||
avatarText="Trusted by 500+ Enthusiasts"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Your Free Power Assessment",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Get Your Free Power Assessment", href: "#contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "100% Satisfaction",
|
||||
icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Certified Experts",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Dyno Tested",
|
||||
icon: Gauge,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fast Turnaround",
|
||||
icon: Clock,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Custom Mapping",
|
||||
icon: Gauge,
|
||||
},
|
||||
{ type: "text-icon", text: "100% Satisfaction", icon: CheckCircle },
|
||||
{ type: "text-icon", text: "Certified Experts", icon: Award },
|
||||
{ type: "text-icon", text: "Dyno Tested", icon: Gauge },
|
||||
{ type: "text-icon", text: "Fast Turnaround", icon: Clock },
|
||||
{ type: "text-icon", text: "Custom Mapping", icon: Gauge },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -127,13 +71,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Engineered for Performance"
|
||||
description="PowerDynamics combines years of automotive engineering expertise with state-of-the-art diagnostic software to precision-tune your vehicle. We specialize in unlocking hidden horsepower and torque, ensuring your car performs at its peak without compromising safety or reliability."
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn About Our Process",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdDaie8M2BlgxVUzqE69AFLvX4/a-professional-technician-working-on-a-c-1774810168203-e4ff774f.png?_wi=1"
|
||||
buttons={[{ text: "Learn About Our Process", href: "#contact" }]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdDaie8M2BlgxVUzqE69AFLvX4/a-professional-technician-working-on-a-c-1774810168203-e4ff774f.png"
|
||||
imageAlt="Technician working on ECU tuning"
|
||||
/>
|
||||
</div>
|
||||
@@ -144,46 +83,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Measurable Power Gains",
|
||||
description: "Unlock significantly higher horsepower and torque profiles tailored for your engine.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Zap,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdDaie8M2BlgxVUzqE69AFLvX4/uploaded-1774810136465-4dtig1l1.png?_wi=1",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
{
|
||||
title: "Improved Efficiency",
|
||||
description: "Optimized fuel mapping that improves economy during daily driving conditions.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: TrendingUp,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdDaie8M2BlgxVUzqE69AFLvX4/a-high-performance-car-engine-bay-with-a-1774810165851-939495be.png",
|
||||
imageAlt: "A high-performance car engine bay with a modern aesthetic, dark lighting with deep red accent neon l",
|
||||
},
|
||||
{
|
||||
title: "Safety & Warranty",
|
||||
description: "All our remaps are thoroughly tested and adhere to rigorous safety standards.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: ShieldCheck,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdDaie8M2BlgxVUzqE69AFLvX4/a-professional-technician-working-on-a-c-1774810168203-e4ff774f.png?_wi=2",
|
||||
imageAlt: "A professional technician working on a car ECU or diagnostic equipment in a clean, modern workshop. ",
|
||||
},
|
||||
{
|
||||
title: "Advanced Diagnostics",
|
||||
description: "Deep system analysis to identify and resolve performance bottlenecks.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Search,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdDaie8M2BlgxVUzqE69AFLvX4/abstract-visualization-of-increased-engi-1774810167938-6b08ed81.png",
|
||||
imageAlt: "Abstract visualization of increased engine horsepower and torque. Graphical data representation, lin",
|
||||
},
|
||||
{
|
||||
title: "Custom Profiles",
|
||||
description: "Personalized tuning maps matched to your unique driving style.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Sliders,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdDaie8M2BlgxVUzqE69AFLvX4/close-up-professional-portrait-of-a-happ-1774810168053-7a682fb3.png?_wi=1",
|
||||
imageAlt: "Close up professional portrait of a happy car performance owner in a modern setting.",
|
||||
},
|
||||
{ title: "Measurable Power Gains", description: "Unlock significantly higher horsepower and torque profiles tailored for your engine.", bentoComponent: "reveal-icon", icon: Zap },
|
||||
{ title: "Improved Efficiency", description: "Optimized fuel mapping that improves economy during daily driving conditions.", bentoComponent: "reveal-icon", icon: TrendingUp },
|
||||
{ title: "Safety & Warranty", description: "All our remaps are thoroughly tested and adhere to rigorous safety standards.", bentoComponent: "reveal-icon", icon: ShieldCheck },
|
||||
{ title: "Advanced Diagnostics", description: "Deep system analysis to identify and resolve performance bottlenecks.", bentoComponent: "reveal-icon", icon: Search },
|
||||
{ title: "Custom Profiles", description: "Personalized tuning maps matched to your unique driving style.", bentoComponent: "reveal-icon", icon: Sliders },
|
||||
]}
|
||||
title="The PowerDynamics Advantage"
|
||||
description="Why performance enthusiasts choose our specialized remapping services."
|
||||
@@ -194,42 +98,13 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwo
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="blur-reveal"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Performance Driver",
|
||||
testimonial: "The power increase in my hatchback is incredible. Night and day difference!",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdDaie8M2BlgxVUzqE69AFLvX4/close-up-professional-portrait-of-a-happ-1774810168053-7a682fb3.png?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "Car Enthusiast",
|
||||
testimonial: "Professional team. My torque curve feels so much smoother now. Highly recommended.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdDaie8M2BlgxVUzqE69AFLvX4/close-up-professional-portrait-of-a-woma-1774810169177-778048bd.png",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Track Day Fan",
|
||||
testimonial: "Excellent tuning. Car feels much more responsive on track days and fuel efficiency actually improved.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdDaie8M2BlgxVUzqE69AFLvX4/portrait-of-a-car-enthusiast-smiling-nex-1774810167651-c54f7f48.png",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Business Owner",
|
||||
testimonial: "Transformed our fleet efficiency. The service was fast, transparent, and effective.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdDaie8M2BlgxVUzqE69AFLvX4/portrait-of-a-middle-aged-man-owner-of-a-1774810165365-346b4576.png",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Marcus Vane",
|
||||
role: "Luxury Sedan Owner",
|
||||
testimonial: "The throttle response is night and day. Completely changed the driving character of my car.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdDaie8M2BlgxVUzqE69AFLvX4/uploaded-1774810136465-4dtig1l1.png?_wi=2",
|
||||
},
|
||||
{ id: "1", name: "Sarah Johnson", role: "Performance Driver", testimonial: "The power increase in my hatchback is incredible. Night and day difference!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdDaie8M2BlgxVUzqE69AFLvX4/close-up-professional-portrait-of-a-happ-1774810168053-7a682fb3.png" },
|
||||
{ id: "2", name: "Michael Chen", role: "Car Enthusiast", testimonial: "Professional team. My torque curve feels so much smoother now. Highly recommended.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdDaie8M2BlgxVUzqE69AFLvX4/close-up-professional-portrait-of-a-woma-1774810169177-778048bd.png" },
|
||||
{ id: "3", name: "Emily Rodriguez", role: "Track Day Fan", testimonial: "Excellent tuning. Car feels much more responsive on track days and fuel efficiency actually improved.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdDaie8M2BlgxVUzqE69AFLvX4/portrait-of-a-car-enthusiast-smiling-nex-1774810167651-c54f7f48.png" },
|
||||
{ id: "4", name: "David Kim", role: "Business Owner", testimonial: "Transformed our fleet efficiency. The service was fast, transparent, and effective.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdDaie8M2BlgxVUzqE69AFLvX4/portrait-of-a-middle-aged-man-owner-of-a-1774810165365-346b4576.png" },
|
||||
{ id: "5", name: "Marcus Vane", role: "Luxury Sedan Owner", testimonial: "The throttle response is night and day. Completely changed the driving character of my car.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdDaie8M2BlgxVUzqE69AFLvX4/uploaded-1774810136465-4dtig1l1.png" },
|
||||
]}
|
||||
title="Proven Performance Results"
|
||||
description="Hear from drivers who have unleashed their vehicle's true potential with PowerDynamics."
|
||||
@@ -241,21 +116,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Will remapping affect my factory warranty?",
|
||||
content: "While our software is designed to be undetectable, any modification to factory settings carries risks. We offer comprehensive warranty documentation for our work.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How long does the remapping take?",
|
||||
content: "Most custom ECU remaps are completed in 2 to 4 hours, depending on your vehicle's ECU model.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can I revert to factory settings?",
|
||||
content: "Yes, we always back up your original factory map so you can return your car to stock configuration at any time.",
|
||||
},
|
||||
{ id: "q1", title: "Will remapping affect my factory warranty?", content: "While our software is designed to be undetectable, any modification to factory settings carries risks. We offer comprehensive warranty documentation for our work." },
|
||||
{ id: "q2", title: "How long does the remapping take?", content: "Most custom ECU remaps are completed in 2 to 4 hours, depending on your vehicle's ECU model." },
|
||||
{ id: "q3", title: "Can I revert to factory settings?", content: "Yes, we always back up your original factory map so you can return your car to stock configuration at any time." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Got questions about our remapping process? We have the answers."
|
||||
@@ -266,9 +129,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Ready to Tune?"
|
||||
title="Get Your Free Power Assessment"
|
||||
description="Enter your vehicle details below and our experts will provide a customized performance report."
|
||||
@@ -282,14 +143,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="POWER DYNAMICS"
|
||||
leftLink={{
|
||||
text: "Terms & Conditions",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Terms & Conditions", href: "#" }}
|
||||
rightLink={{ text: "Privacy Policy", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user