Compare commits
3 Commits
version_10
...
version_13
| Author | SHA1 | Date | |
|---|---|---|---|
| 53c44f0651 | |||
| fa79eca318 | |||
| 76dae66aae |
@@ -1,7 +1,7 @@
|
||||
"use client";
|
||||
|
||||
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 TagAbout from '@/components/sections/about/TagAbout';
|
||||
import FeatureCardFifteen from '@/components/sections/feature/FeatureCardFifteen';
|
||||
@@ -28,11 +28,17 @@ export default function LandingPage() {
|
||||
headingFontWeight="extrabold"
|
||||
>
|
||||
<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"
|
||||
button={{
|
||||
text: "Shop Now", href: "products"
|
||||
}}
|
||||
bottomLeftText="Global Community"
|
||||
bottomRightText="hello@edgetabs.com"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -88,7 +94,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
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/top-view-arrangement-coffee-flavours_23-2148254947.jpg?id=5180325", imageAlt: "Clean natural ingredients"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Rapid Absorption", description: "Fast-dissolving strips deliver caffeine directly through oral mucosa for quick energy onset in minutes", imageSrc: "https://img.b2bpic.net/free-photo/side-view-people-working-together_23-2149622859.jpg", imageAlt: "Professional using Edgetabs"
|
||||
|
||||
Reference in New Issue
Block a user