Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bcb0d59cc3 | |||
| b5f539f1da | |||
| 9ce4b4aa1d | |||
| bd216a83d6 | |||
| bf5ea2b449 |
@@ -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';
|
||||||
@@ -11,9 +11,16 @@ import TestimonialCardEleven from '@/components/sections/testimonial/Testimonial
|
|||||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||||
import ContactInline from '@/components/sections/contact/ContactInline';
|
import ContactInline from '@/components/sections/contact/ContactInline';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
import { Zap, CheckCircle, Sparkles, Award } from "lucide-react";
|
import { Zap, CheckCircle, Sparkles, Award, Crown } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
|
const scrollToSection = (sectionId: string) => {
|
||||||
|
const element = document.getElementById(sectionId);
|
||||||
|
if (element) {
|
||||||
|
element.scrollIntoView({ behavior: 'smooth' });
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="expand-hover"
|
defaultButtonVariant="expand-hover"
|
||||||
@@ -85,6 +92,11 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
|
buttons={[
|
||||||
|
{
|
||||||
|
text: "Learn More", onClick: () => scrollToSection('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"
|
||||||
@@ -108,7 +120,7 @@ export default function LandingPage() {
|
|||||||
<ProductCardThree
|
<ProductCardThree
|
||||||
title="Choose Your Energy Solution"
|
title="Choose Your Energy Solution"
|
||||||
description="Select the perfect bundle for your lifestyle—single strips for testing or bulk packs for committed energy seekers"
|
description="Select the perfect bundle for your lifestyle—single strips for testing or bulk packs for committed energy seekers"
|
||||||
tag="Limited Stock"
|
tag="Best Seller"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="invertCard"
|
useInvertedBackground="invertCard"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -118,7 +130,7 @@ export default function LandingPage() {
|
|||||||
id: "single", name: "Single Tin (10 Strips)", price: "$14.99", imageSrc: "https://img.b2bpic.net/free-photo/flat-lay-nuts-milk-carton-arrangement_23-2149139375.jpg", imageAlt: "Edgetabs single tin with 10 strips", initialQuantity: 1
|
id: "single", name: "Single Tin (10 Strips)", price: "$14.99", imageSrc: "https://img.b2bpic.net/free-photo/flat-lay-nuts-milk-carton-arrangement_23-2149139375.jpg", imageAlt: "Edgetabs single tin with 10 strips", initialQuantity: 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "bundle2x", name: "Bundle 2x (20 Strips)", price: "$27.99", imageSrc: "https://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-36418.jpg", imageAlt: "Edgetabs 2x bundle with 20 strips", initialQuantity: 1
|
id: "bundle2x", name: "Bundle 2x (20 Strips) 🏆 BEST SELLER", price: "$27.99", imageSrc: "https://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-36418.jpg", imageAlt: "Edgetabs 2x bundle with 20 strips - most popular choice", initialQuantity: 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "bundle3x", name: "Bundle 3x (30 Strips)", price: "$39.99", imageSrc: "https://img.b2bpic.net/free-photo/view-arrangement-with-pills-marble-table_23-2148427763.jpg", imageAlt: "Edgetabs 3x bundle with 30 strips", initialQuantity: 1
|
id: "bundle3x", name: "Bundle 3x (30 Strips)", price: "$39.99", imageSrc: "https://img.b2bpic.net/free-photo/view-arrangement-with-pills-marble-table_23-2148427763.jpg", imageAlt: "Edgetabs 3x bundle with 30 strips", initialQuantity: 1
|
||||||
@@ -151,7 +163,7 @@ export default function LandingPage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "pro", badge: "Best Value", badgeIcon: Award,
|
id: "pro", badge: "🏆 MOST POPULAR", badgeIcon: Crown,
|
||||||
price: "$27.99", subtitle: "Ideal for daily energy consumers", buttons: [
|
price: "$27.99", subtitle: "Ideal for daily energy consumers", buttons: [
|
||||||
{
|
{
|
||||||
text: "Save 7%", href: "#products"
|
text: "Save 7%", href: "#products"
|
||||||
@@ -254,7 +266,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>
|
||||||
|
|||||||
Reference in New Issue
Block a user