diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c2a5ab..8a88ec8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -53,91 +45,50 @@ export default function LandingPage() { @@ -148,6 +99,10 @@ export default function LandingPage() { title="Committed to a Greener Future" description="We specialize in end-to-end solar solutions, from initial consultation to final installation, ensuring maximum efficiency for your property." imageSrc="http://img.b2bpic.net/free-photo/photovoltaics-factory-team-evaluating-solar-cells-designs-improve-efficiency_482257-123388.jpg?_wi=1" + buttons={[ + { text: "Get Started" }, + { text: "Learn about installation" } + ]} /> @@ -160,34 +115,17 @@ export default function LandingPage() { description="Find the perfect plan for your home energy needs." plans={[ { - id: "basic", - title: "Starter Pack", - price: "$12,000", - period: "one-time", - features: [ - "5 Panels", - "Basic Monitor", - ], + id: "basic", title: "Starter Pack", price: "$12,000", period: "one-time", features: [ + "5 Panels", "Basic Monitor"], button: { - text: "Get Started", - }, - imageSrc: "http://img.b2bpic.net/free-photo/solar-panel_1232-2178.jpg", - }, + text: "Get Started"}, + imageSrc: "http://img.b2bpic.net/free-photo/solar-panel_1232-2178.jpg"}, { - id: "pro", - title: "Family Pack", - price: "$25,000", - period: "one-time", - features: [ - "12 Panels", - "Battery Included", - "App Access", - ], + id: "pro", title: "Family Pack", price: "$25,000", period: "one-time", features: [ + "12 Panels", "Battery Included", "App Access"], button: { - text: "Get Started", - }, - imageSrc: "http://img.b2bpic.net/free-photo/energy-storage_1048-2431.jpg?_wi=1", - }, + text: "Get Started"}, + imageSrc: "http://img.b2bpic.net/free-photo/energy-storage_1048-2431.jpg?_wi=1"}, ]} /> @@ -202,17 +140,9 @@ export default function LandingPage() { description="Meet the team driving renewable energy forward." members={[ { - id: "m1", - name: "Jane Doe", - role: "Head Engineer", - imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-plant-engineer-drinking-coffee-does-quality-control-using-mockup-pc_482257-117911.jpg", - }, + id: "m1", name: "Jane Doe", role: "Head Engineer", imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-plant-engineer-drinking-coffee-does-quality-control-using-mockup-pc_482257-117911.jpg"}, { - id: "m2", - name: "Bob Smith", - role: "Consultant", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-shaking-hands-indoors_23-2148920607.jpg", - }, + id: "m2", name: "Bob Smith", role: "Consultant", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-shaking-hands-indoors_23-2148920607.jpg"}, ]} /> @@ -228,15 +158,9 @@ export default function LandingPage() { faqsAnimation="opacity" faqs={[ { - id: "f1", - title: "How long do panels last?", - content: "Our solar panels typically last for over 25 years.", - }, + id: "f1", title: "How long do panels last?", content: "Our solar panels typically last for over 25 years."}, { - id: "f2", - title: "Does it work in rain?", - content: "Yes, panels continue to generate power even in cloudy conditions.", - }, + id: "f2", title: "Does it work in rain?", content: "Yes, panels continue to generate power even in cloudy conditions."}, ]} /> @@ -246,25 +170,17 @@ export default function LandingPage() { logoText="Solara" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About", - href: "/about", - }, + label: "About", href: "/about"}, { - label: "Careers", - href: "/careers", - }, + label: "Careers", href: "/careers"}, ], }, { - title: "Help", - items: [ + title: "Help", items: [ { - label: "FAQ", - href: "/faq", - }, + label: "FAQ", href: "/faq"}, ], }, ]} @@ -273,4 +189,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file