2 Commits

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

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
@@ -85,6 +85,11 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
animationType="slide-up" animationType="slide-up"
buttons={[
{
text: "Shop", href: "#products"
}
]}
features={[ features={[
{ {
id: "1", title: "Clean Caffeine Blend", description: "Premium 50mg caffeine combined with 30mg L-Theanine for smooth, sustained energy without the jitters", imageSrc: "https://img.b2bpic.net/free-photo/hand-taking-chocolate-candies-black_114579-37289.jpg", imageAlt: "Clean natural ingredients" id: "1", title: "Clean Caffeine Blend", description: "Premium 50mg caffeine combined with 30mg L-Theanine for smooth, sustained energy without the jitters", imageSrc: "https://img.b2bpic.net/free-photo/hand-taking-chocolate-candies-black_114579-37289.jpg", imageAlt: "Clean natural ingredients"
@@ -254,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>