2 Commits

Author SHA1 Message Date
b5f539f1da Update src/app/page.tsx 2026-01-08 15:19:05 +00:00
9ce4b4aa1d Update src/app/page.tsx 2026-01-08 15:18:39 +00:00

View File

@@ -87,7 +87,7 @@ export default function LandingPage() {
animationType="slide-up" animationType="slide-up"
buttons={[ buttons={[
{ {
text: "Shop", href: "#products" text: "Learn More", href: "#products"
} }
]} ]}
features={[ features={[
@@ -259,7 +259,7 @@ export default function LandingPage() {
text="Ready to experience clean energy without the crash?" text="Ready to experience clean energy without the crash?"
animationType="entrance-slide" animationType="entrance-slide"
inputPlaceholder="Enter your email for exclusive deals" inputPlaceholder="Enter your email for exclusive deals"
buttonText="Join Our Energy Community" buttonText="Join Community"
useInvertedBackground="invertCard" useInvertedBackground="invertCard"
/> />
</div> </div>