Compare commits
28 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2d5387316a | |||
| 0f5ac00d17 | |||
| 75504b6743 | |||
| 53c44f0651 | |||
| be82339cc9 | |||
| fa79eca318 | |||
| 237fa40262 | |||
| 76dae66aae | |||
| 3c20d30cf8 | |||
| fe315899e8 | |||
| 925ea2eb5e | |||
| ae37bdffb6 | |||
| 5373b53fd8 | |||
| a9818f772d | |||
| f4e9b8df7e | |||
| e2ae7c01da | |||
| fad80e24c1 | |||
| 358df0c4a5 | |||
| 7af91c0e89 | |||
| b12efbfcf5 | |||
| 13e576cee6 | |||
| 00ed9bb6dd | |||
| 89f1d1837b | |||
| 6eec1383e9 | |||
| 0cec220b80 | |||
| 753136c052 | |||
| 1b0dd18165 | |||
| 7ea42ea2bf |
@@ -1,7 +1,7 @@
|
|||||||
"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 HeroSplitAvatars from '@/components/sections/hero/HeroSplitAvatars';
|
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';
|
||||||
@@ -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, Crown } from "lucide-react";
|
import { Zap, CheckCircle, Sparkles, Award, Crown, Star } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -28,17 +28,23 @@ 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">
|
||||||
<HeroSplitAvatars
|
<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}
|
||||||
@@ -110,13 +116,14 @@ export default function LandingPage() {
|
|||||||
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="Best Seller"
|
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: "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: "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: "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
|
||||||
|
|||||||
Reference in New Issue
Block a user