40 Commits

Author SHA1 Message Date
2d5387316a Merge version_14 into main
Merge version_14 into main
2026-01-08 16:01:23 +00:00
0f5ac00d17 Update src/app/page.tsx 2026-01-08 16:01:18 +00:00
75504b6743 Update src/app/page.tsx 2026-01-08 15:57:24 +00:00
53c44f0651 Update src/app/page.tsx 2026-01-08 15:57:19 +00:00
be82339cc9 Merge version_12 into main
Merge version_12 into main
2026-01-08 15:55:33 +00:00
fa79eca318 Update src/app/page.tsx 2026-01-08 15:55:28 +00:00
237fa40262 Merge version_11 into main
Merge version_11 into main
2026-01-08 15:51:29 +00:00
76dae66aae Update src/app/page.tsx 2026-01-08 15:51:24 +00:00
3c20d30cf8 Merge version_10 into main
Merge version_10 into main
2026-01-08 15:50:03 +00:00
fe315899e8 Update src/app/page.tsx 2026-01-08 15:49:58 +00:00
925ea2eb5e Update src/app/page.tsx 2026-01-08 15:49:50 +00:00
ae37bdffb6 Update src/app/page.tsx 2026-01-08 15:48:43 +00:00
17c89cc165 Update src/app/page.tsx 2026-01-08 15:48:39 +00:00
5373b53fd8 Update src/app/page.tsx 2026-01-08 15:47:16 +00:00
a9818f772d Update src/app/page.tsx 2026-01-08 15:46:11 +00:00
6ca3b973cc Update src/app/page.tsx 2026-01-08 15:46:06 +00:00
f4e9b8df7e Update src/app/page.tsx 2026-01-08 15:44:41 +00:00
e2ae7c01da Update src/app/page.tsx 2026-01-08 15:43:36 +00:00
2313f5a177 Update src/app/page.tsx 2026-01-08 15:43:32 +00:00
fad80e24c1 Update src/app/page.tsx 2026-01-08 15:42:54 +00:00
358df0c4a5 Merge version_8 into main
Merge version_8 into main
2026-01-08 15:35:12 +00:00
9b31de0b7b Update src/app/page.tsx 2026-01-08 15:35:07 +00:00
7af91c0e89 Merge version_8 into main
Merge version_8 into main
2026-01-08 15:32:45 +00:00
1e9b277f3e Update src/app/page.tsx 2026-01-08 15:32:41 +00:00
b12efbfcf5 Merge version_8 into main
Merge version_8 into main
2026-01-08 15:30:13 +00:00
785fc3c6ca Update src/app/page.tsx 2026-01-08 15:30:08 +00:00
13e576cee6 Merge version_7 into main
Merge version_7 into main
2026-01-08 15:26:29 +00:00
48e166766e Update src/app/page.tsx 2026-01-08 15:26:25 +00:00
00ed9bb6dd Merge version_6 into main
Merge version_6 into main
2026-01-08 15:21:14 +00:00
bcb0d59cc3 Update src/app/page.tsx 2026-01-08 15:21:09 +00:00
89f1d1837b Merge version_5 into main
Merge version_5 into main
2026-01-08 15:19:09 +00:00
b5f539f1da Update src/app/page.tsx 2026-01-08 15:19:05 +00:00
6eec1383e9 Merge version_4 into main
Merge version_4 into main
2026-01-08 15:18:44 +00:00
9ce4b4aa1d Update src/app/page.tsx 2026-01-08 15:18:39 +00:00
0cec220b80 Update src/app/page.tsx 2026-01-08 15:15:31 +00:00
753136c052 Update src/app/page.tsx 2026-01-08 15:15:09 +00:00
1b0dd18165 Merge version_3 into main
Merge version_3 into main
2026-01-08 15:13:20 +00:00
bd216a83d6 Update src/app/page.tsx 2026-01-08 15:13:15 +00:00
7ea42ea2bf Merge version_2 into main
Merge version_2 into main
2026-01-08 12:28:57 +00:00
bf5ea2b449 Update src/app/page.tsx 2026-01-08 12:28:52 +00:00

View File

@@ -1,8 +1,8 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import HeroBillboardMetrics from '@/components/sections/hero/HeroBillboardMetrics'; import HeroSplitAvatars from '@/components/sections/hero/HeroSplitAvatars';
import TagAbout from '@/components/sections/about/TagAbout'; import TagAbout from '@/components/sections/about/TagAbout';
import FeatureCardFifteen from '@/components/sections/feature/FeatureCardFifteen'; import FeatureCardFifteen from '@/components/sections/feature/FeatureCardFifteen';
import ProductCardThree from '@/components/sections/product/ProductCardThree'; import ProductCardThree from '@/components/sections/product/ProductCardThree';
@@ -11,7 +11,7 @@ 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, Star } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -28,43 +28,45 @@ export default function LandingPage() {
headingFontWeight="extrabold" headingFontWeight="extrabold"
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleMinimal <NavbarStyleFullscreen
navItems={[
{ name: "Hero", id: "hero" },
{ name: "About", id: "about" },
{ name: "Features", id: "features" },
{ name: "Products", id: "products" },
{ name: "Pricing", id: "pricing" }
]}
brandName="Edgetabs" brandName="Edgetabs"
button={{ bottomLeftText="Global Community"
text: "Shop Now", href: "#products" bottomRightText="hello@edgetabs.com"
}}
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardMetrics <HeroSplitAvatars
title="Edgetabs: Clean Energy Without the Jitters" title="Clean Energy Without the Jitters"
description="50mg Caffeine + 30mg L-Theanine for a Smooth, Focused Boost. Feel the difference with our premium caffeine strips designed for sustained energy and mental clarity." description="50mg Caffeine + 30mg L-Theanine for a Smooth, Focused Boost. Feel the difference with our premium caffeine strips designed for sustained energy and mental clarity."
tag="Premium Supplement" tag="Premium Supplement"
tagIcon={Zap} tagIcon={Zap}
buttons={[ buttons={[
{ {
text: "Shop Now and Power Your Day", href: "#products" text: "Shop Now and Power Your Day", href: "products"
}, },
{ {
text: "Learn More", href: "#about" text: "Learn More", href: "about"
} }
]} ]}
imageSrc="https://img.b2bpic.net/free-photo/traditional-italian-dessert-tiramisu-glasses-top-view_114579-9837.jpg" imageSrc="https://img.b2bpic.net/free-photo/traditional-italian-dessert-tiramisu-glasses-top-view_114579-9837.jpg"
imageAlt="Edgetabs caffeine supplement strip packaging" imageAlt="Edgetabs caffeine supplement strip packaging"
frameStyle="card" imagePosition="right"
metricsLabel="Trusted by professionals, fitness enthusiasts, and students worldwide" avatars={[
metrics={[ { src: "https://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", alt: "Professional user 1" },
{ { src: "https://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", alt: "Professional user 2" },
id: "1", value: "50mg", label: "Caffeine Per Strip" { src: "https://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg", alt: "Professional user 3" },
}, { src: "https://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg", alt: "Professional user 4" },
{ { src: "https://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg", alt: "Professional user 5" }
id: "2", value: "30mg", label: "L-Theanine for Smoothness"
},
{
id: "3", value: "0 Jitters", label: "Clean Energy Promise"
}
]} ]}
avatarText="Join 1,000+ professionals experiencing clean energy"
/> />
</div> </div>
@@ -85,6 +87,11 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
animationType="slide-up" animationType="slide-up"
buttons={[
{
text: "Learn More", 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"
@@ -108,17 +115,18 @@ 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"
tagIcon={Star}
textboxLayout="default" textboxLayout="default"
useInvertedBackground="invertCard" useInvertedBackground="invertCard"
animationType="slide-up" animationType="slide-up"
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
products={[ products={[
{ {
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) ⭐ MOST POPULAR", 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: "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: "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: "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
@@ -140,10 +148,10 @@ export default function LandingPage() {
id: "starter", badge: "Starter", badgeIcon: Sparkles, id: "starter", badge: "Starter", badgeIcon: Sparkles,
price: "$14.99", subtitle: "Perfect for first-time energy seekers", buttons: [ price: "$14.99", subtitle: "Perfect for first-time energy seekers", buttons: [
{ {
text: "Get Started", href: "#products" text: "Get Started", href: "products"
}, },
{ {
text: "Learn More", href: "#features" text: "Learn More", href: "features"
} }
], ],
features: [ features: [
@@ -151,13 +159,13 @@ 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"
}, },
{ {
text: "Learn More", href: "#features" text: "Learn More", href: "features"
} }
], ],
features: [ features: [
@@ -168,10 +176,10 @@ export default function LandingPage() {
id: "ultimate", badge: "Ultimate", badgeIcon: Zap, id: "ultimate", badge: "Ultimate", badgeIcon: Zap,
price: "$39.99", subtitle: "Maximum savings for committed users", buttons: [ price: "$39.99", subtitle: "Maximum savings for committed users", buttons: [
{ {
text: "Save 13%", href: "#products" text: "Save 13%", href: "products"
}, },
{ {
text: "Learn More", href: "#features" text: "Learn More", href: "features"
} }
], ],
features: [ features: [
@@ -254,7 +262,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>
@@ -267,26 +275,26 @@ export default function LandingPage() {
{ {
title: "Products", items: [ title: "Products", items: [
{ {
label: "Single Tin", href: "#products" label: "Single Tin", href: "products"
}, },
{ {
label: "2x Bundle", href: "#products" label: "2x Bundle", href: "products"
}, },
{ {
label: "3x Bundle", href: "#products" label: "3x Bundle", href: "products"
} }
] ]
}, },
{ {
title: "Company", items: [ title: "Company", items: [
{ {
label: "About Us", href: "#about" label: "About Us", href: "about"
}, },
{ {
label: "Blog", href: "#blog" label: "Blog", href: "#blog"
}, },
{ {
label: "Contact", href: "#contact" label: "Contact", href: "contact"
} }
] ]
}, },