diff --git a/src/app/page.tsx b/src/app/page.tsx index a3e9a09..914d088 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,16 +76,13 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - id: 1, - tag: "Step One", title: "Select Your Components", subtitle: "Choose each PC part", description: "Add your CPU, GPU, RAM, storage drives, and other components. Our database includes thousands of hardware specifications with accurate power consumption data for each component.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ams1jraLIkGsywOuiykL1iewq1/an-illustration-showing-step-1-of-a-proc-1773208932179-f601de82.png", imageAlt: "Component selection interface", buttons: [] + id: 1, tag: "Step One", title: "Select Your Components", subtitle: "Choose each PC part", description: "Add your CPU, GPU, RAM, storage drives, and other components. Our database includes thousands of hardware specifications with accurate power consumption data for each component.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ams1jraLIkGsywOuiykL1iewq1/an-illustration-showing-step-1-of-a-proc-1773208932179-f601de82.png", imageAlt: "Component selection interface", buttons: [] }, { - id: 2, - tag: "Step Two", title: "Calculate Power Usage", subtitle: "Instant wattage calculation", description: "We instantly calculate your total power consumption by analyzing the TDP of each component. Get a breakdown of power usage by component type and see how efficiency impacts your needs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ams1jraLIkGsywOuiykL1iewq1/an-illustration-showing-step-2-power-con-1773208932472-b38177c6.png", imageAlt: "Power calculation display", buttons: [] + id: 2, tag: "Step Two", title: "Calculate Power Usage", subtitle: "Instant wattage calculation", description: "We instantly calculate your total power consumption by analyzing the TDP of each component. Get a breakdown of power usage by component type and see how efficiency impacts your needs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ams1jraLIkGsywOuiykL1iewq1/an-illustration-showing-step-2-power-con-1773208932472-b38177c6.png", imageAlt: "Power calculation display", buttons: [] }, { - id: 3, - tag: "Step Three", title: "Get PSU Recommendations", subtitle: "Personalized suggestions", description: "Receive tailored power supply recommendations. Choose between budget-friendly, premium branded, high-efficiency, or RGB options. Compare specifications, pricing, and features instantly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ams1jraLIkGsywOuiykL1iewq1/an-illustration-showing-step-3-psu-recom-1773208932966-a232e06c.png", imageAlt: "PSU recommendation results", buttons: [] + id: 3, tag: "Step Three", title: "Get PSU Recommendations", subtitle: "Personalized suggestions", description: "Receive tailored power supply recommendations. Choose between budget-friendly, premium branded, high-efficiency, or RGB options. Compare specifications, pricing, and features instantly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ams1jraLIkGsywOuiykL1iewq1/an-illustration-showing-step-3-psu-recom-1773208932966-a232e06c.png", imageAlt: "PSU recommendation results", buttons: [] } ]} textboxLayout="default" @@ -95,6 +92,33 @@ export default function LandingPage() { /> +
+ +
+
-
- -
-