diff --git a/src/app/page.tsx b/src/app/page.tsx
index 459d83b..25e28c3 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,17 +30,11 @@ export default function LandingPage() {
@@ -50,97 +44,54 @@ export default function LandingPage() {
@@ -152,28 +103,13 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- title: "Upload",
- description: "Paste or upload your energy renewal letter (PDF, photo, or text).",
- bentoComponent: "reveal-icon",
- icon: FileText,
- imageSrc: "http://img.b2bpic.net/free-photo/red-folder-icon-black-background_23-2152009998.jpg",
- imageAlt: "flat vector document icon",
+ title: "Upload", description: "Paste or upload your energy renewal letter (PDF, photo, or text).", bentoComponent: "reveal-icon", icon: FileText,
},
{
- title: "Analyze",
- description: "We compare your rates against the current market and Ofgem data.",
- bentoComponent: "reveal-icon",
- icon: BarChart2,
- imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-vibrant-turquoise-water-surface-with-gentle-ripples_1308-189440.jpg?_wi=2",
- imageAlt: "flat vector document icon",
+ title: "Analyze", description: "We compare your rates against the current market and Ofgem data.", bentoComponent: "reveal-icon", icon: BarChart2,
},
{
- title: "Decide",
- description: "Get an honest, neutral verdict on whether to stay or switch.",
- bentoComponent: "reveal-icon",
- icon: ShieldCheck,
- imageSrc: "http://img.b2bpic.net/free-photo/analysis-text-frame_53876-120801.jpg",
- imageAlt: "flat vector document icon",
+ title: "Decide", description: "Get an honest, neutral verdict on whether to stay or switch.", bentoComponent: "reveal-icon", icon: ShieldCheck,
},
]}
title="How it works"
@@ -200,20 +136,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "1",
- title: "Is this service free?",
- content: "Yes, TrustFirst is completely free to use for consumers.",
- },
+ id: "1", title: "Is this service free?", content: "Yes, TrustFirst is completely free to use for consumers."},
{
- id: "2",
- title: "How do you make money?",
- content: "We do not take commissions from energy suppliers to keep our results neutral.",
- },
+ id: "2", title: "How do you make money?", content: "We do not take commissions from energy suppliers to keep our results neutral."},
{
- id: "3",
- title: "What data do you use?",
- content: "We use official Ofgem data and public market rate databases.",
- },
+ id: "3", title: "What data do you use?", content: "We use official Ofgem data and public market rate databases."},
]}
title="Common Questions"
description="Everything you need to know about our methodology."
@@ -228,28 +155,16 @@ export default function LandingPage() {
description="Provide your renewal offer details and current energy usage to get started."
inputs={[
{
- name: "supplier",
- type: "text",
- placeholder: "Current Supplier",
- required: true,
+ name: "supplier", type: "text", placeholder: "Current Supplier", required: true,
},
{
- name: "tariff",
- type: "text",
- placeholder: "Tariff Name",
- required: true,
+ name: "tariff", type: "text", placeholder: "Tariff Name", required: true,
},
{
- name: "postcode",
- type: "text",
- placeholder: "Postcode",
- required: true,
+ name: "postcode", type: "text", placeholder: "Postcode", required: true,
},
{
- name: "usage",
- type: "number",
- placeholder: "Estimated Annual Usage (kWh)",
- required: true,
+ name: "usage", type: "number", placeholder: "Estimated Annual Usage (kWh)", required: true,
},
]}
buttonText="Run Fairness Check"
@@ -264,22 +179,14 @@ export default function LandingPage() {
description="Contact our team for questions about your renewal."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Full Name",
- required: true,
+ name: "name", type: "text", placeholder: "Full Name", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "Email Address",
- required: true,
+ name: "email", type: "email", placeholder: "Email Address", required: true,
},
]}
textarea={{
- name: "message",
- placeholder: "How can we help?",
- required: true,
+ name: "message", placeholder: "How can we help?", required: true,
}}
buttonText="Send Message"
imageSrc="http://img.b2bpic.net/free-photo/luxurious-business-environment-used-corporate-culture-industry_482257-119022.jpg"
@@ -290,29 +197,19 @@ export default function LandingPage() {