diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c66d18..1eab8bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,94 +30,38 @@ export default function LandingPage() {
@@ -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" /> @@ -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() {