3 Commits

Author SHA1 Message Date
4b0bb82c7c Update src/app/page.tsx 2026-04-15 15:09:13 +00:00
bb08ff57d8 Merge version_1 into main
Merge version_1 into main
2026-04-15 15:08:07 +00:00
d0d2453803 Merge version_1 into main
Merge version_1 into main
2026-04-15 15:07:41 +00:00

View File

@@ -29,21 +29,13 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "Services", name: "Services", id: "/services"},
id: "/services",
},
{ {
name: "Testimonials", name: "Testimonials", id: "/testimonials"},
id: "/testimonials",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
]} ]}
brandName="Solara" brandName="Solara"
/> />
@@ -53,91 +45,50 @@ export default function LandingPage() {
<HeroBillboardTestimonial <HeroBillboardTestimonial
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
title="Power Your Home with Clean Solar Energy" title="Power Your Home with Clean Solar Energy"
description="Save on electricity bills while helping the planet. Our professional installation teams make switching to solar simple and affordable." description="Save on electricity bills while helping the planet. Our professional installation teams make switching to solar simple and affordable."
testimonials={[ testimonials={[
{ {
name: "Maria Lopez", name: "Maria Lopez", handle: "@ml_home", testimonial: "Excellent service and instant savings! My energy bills dropped by 70%.", rating: 5,
handle: "@ml_home", imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-dark-haired-latin-man-posing-with-arms-folded-kitchen_74855-8094.jpg?_wi=1"},
testimonial: "Excellent service and instant savings! My energy bills dropped by 70%.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-dark-haired-latin-man-posing-with-arms-folded-kitchen_74855-8094.jpg?_wi=1",
},
{ {
name: "David Smith", name: "David Smith", handle: "@ds_home", testimonial: "The installation process was incredibly smooth and professional.", rating: 5,
handle: "@ds_home", imageSrc: "http://img.b2bpic.net/free-photo/modern-woman-home-with-book_23-2147611420.jpg?_wi=1"},
testimonial: "The installation process was incredibly smooth and professional.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/modern-woman-home-with-book_23-2147611420.jpg?_wi=1",
},
{ {
name: "Elena Rodriguez", name: "Elena Rodriguez", handle: "@elena_solar", testimonial: "Finally seeing the benefits of sustainable energy in my monthly budget.", rating: 4,
handle: "@elena_solar", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg"},
testimonial: "Finally seeing the benefits of sustainable energy in my monthly budget.",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg",
},
{ {
name: "Mark Wilson", name: "Mark Wilson", handle: "@mark_w", testimonial: "Great communication and very high quality hardware installed.", rating: 5,
handle: "@mark_w", imageSrc: "http://img.b2bpic.net/free-photo/smiley-father-posing-with-arms-crossed_23-2148414862.jpg"},
testimonial: "Great communication and very high quality hardware installed.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-father-posing-with-arms-crossed_23-2148414862.jpg",
},
{ {
name: "Sarah Jenkins", name: "Sarah Jenkins", handle: "@sjenks", testimonial: "A truly hassle-free experience from start to finish.", rating: 5,
handle: "@sjenks", imageSrc: "http://img.b2bpic.net/free-photo/country-music-interpret-singing-outdoors_23-2149498450.jpg"},
testimonial: "A truly hassle-free experience from start to finish.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/country-music-interpret-singing-outdoors_23-2149498450.jpg",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-small-house-with-solar-panels-green-field-canary-islands_181624-13505.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-small-house-with-solar-panels-green-field-canary-islands_181624-13505.jpg?_wi=1"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205433.jpg", src: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205433.jpg", alt: "Customer 1"},
alt: "Customer 1",
},
{ {
src: "http://img.b2bpic.net/free-photo/medium-shot-man-shaking-hands-indoors_23-2148920607.jpg", src: "http://img.b2bpic.net/free-photo/medium-shot-man-shaking-hands-indoors_23-2148920607.jpg", alt: "Customer 2"},
alt: "Customer 2",
},
{ {
src: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205466.jpg", src: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205466.jpg", alt: "Customer 3"},
alt: "Customer 3",
},
{ {
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-men-with-project_23-2148920576.jpg", src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-men-with-project_23-2148920576.jpg", alt: "Customer 4"},
alt: "Customer 4",
},
{ {
src: "http://img.b2bpic.net/free-photo/happy-handsome-dark-haired-latin-man-posing-with-arms-folded-kitchen_74855-8094.jpg", src: "http://img.b2bpic.net/free-photo/happy-handsome-dark-haired-latin-man-posing-with-arms-folded-kitchen_74855-8094.jpg", alt: "Customer 5"},
alt: "Customer 5",
},
]} ]}
marqueeItems={[ marqueeItems={[
{ {
type: "text", type: "text", text: "Tier 1 Solar Panels"},
text: "Tier 1 Solar Panels",
},
{ {
type: "text", type: "text", text: "25-Year Warranty"},
text: "25-Year Warranty",
},
{ {
type: "text", type: "text", text: "Energy Independent"},
text: "Energy Independent",
},
{ {
type: "text", type: "text", text: "Professional Install"},
text: "Professional Install",
},
{ {
type: "text", type: "text", text: "Zero Down"},
text: "Zero Down",
},
]} ]}
/> />
</div> </div>
@@ -148,6 +99,10 @@ export default function LandingPage() {
title="Committed to a Greener Future" 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." 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" 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" }
]}
/> />
</div> </div>
@@ -160,34 +115,17 @@ export default function LandingPage() {
description="Find the perfect plan for your home energy needs." description="Find the perfect plan for your home energy needs."
plans={[ plans={[
{ {
id: "basic", id: "basic", title: "Starter Pack", price: "$12,000", period: "one-time", features: [
title: "Starter Pack", "5 Panels", "Basic Monitor"],
price: "$12,000",
period: "one-time",
features: [
"5 Panels",
"Basic Monitor",
],
button: { button: {
text: "Get Started", text: "Get Started"},
}, imageSrc: "http://img.b2bpic.net/free-photo/solar-panel_1232-2178.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/solar-panel_1232-2178.jpg",
},
{ {
id: "pro", id: "pro", title: "Family Pack", price: "$25,000", period: "one-time", features: [
title: "Family Pack", "12 Panels", "Battery Included", "App Access"],
price: "$25,000",
period: "one-time",
features: [
"12 Panels",
"Battery Included",
"App Access",
],
button: { button: {
text: "Get Started", text: "Get Started"},
}, imageSrc: "http://img.b2bpic.net/free-photo/energy-storage_1048-2431.jpg?_wi=1"},
imageSrc: "http://img.b2bpic.net/free-photo/energy-storage_1048-2431.jpg?_wi=1",
},
]} ]}
/> />
</div> </div>
@@ -202,17 +140,9 @@ export default function LandingPage() {
description="Meet the team driving renewable energy forward." description="Meet the team driving renewable energy forward."
members={[ members={[
{ {
id: "m1", 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"},
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", id: "m2", name: "Bob Smith", role: "Consultant", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-shaking-hands-indoors_23-2148920607.jpg"},
name: "Bob Smith",
role: "Consultant",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-shaking-hands-indoors_23-2148920607.jpg",
},
]} ]}
/> />
</div> </div>
@@ -228,15 +158,9 @@ export default function LandingPage() {
faqsAnimation="opacity" faqsAnimation="opacity"
faqs={[ faqs={[
{ {
id: "f1", id: "f1", title: "How long do panels last?", content: "Our solar panels typically last for over 25 years."},
title: "How long do panels last?",
content: "Our solar panels typically last for over 25 years.",
},
{ {
id: "f2", id: "f2", title: "Does it work in rain?", content: "Yes, panels continue to generate power even in cloudy conditions."},
title: "Does it work in rain?",
content: "Yes, panels continue to generate power even in cloudy conditions.",
},
]} ]}
/> />
</div> </div>
@@ -246,25 +170,17 @@ export default function LandingPage() {
logoText="Solara" logoText="Solara"
columns={[ columns={[
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About", label: "About", href: "/about"},
href: "/about",
},
{ {
label: "Careers", label: "Careers", href: "/careers"},
href: "/careers",
},
], ],
}, },
{ {
title: "Help", title: "Help", items: [
items: [
{ {
label: "FAQ", label: "FAQ", href: "/faq"},
href: "/faq",
},
], ],
}, },
]} ]}