Compare commits
7 Commits
version_4
...
4fe3075447
| Author | SHA1 | Date | |
|---|---|---|---|
| 4fe3075447 | |||
| 7f401cddf5 | |||
| 370cc4b2fd | |||
| 190f527d84 | |||
| d19439d0f6 | |||
| 4e33e3d831 | |||
| 0a2eb3a8aa |
@@ -28,12 +28,12 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="No kinoa"
|
brandName="No kinoa"
|
||||||
navItems={[
|
links={[
|
||||||
{ name: "About", id: "about" },
|
{ label: "About", href: "about" },
|
||||||
{ name: "Tea Collection", id: "products" },
|
{ label: "Tea Collection", href: "products" },
|
||||||
{ name: "Benefits", id: "features" },
|
{ label: "Benefits", href: "features" },
|
||||||
{ name: "Reviews", id: "testimonials" },
|
{ label: "Reviews", href: "testimonials" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ label: "Contact", href: "contact" }
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Shop Now",
|
text: "Shop Now",
|
||||||
@@ -127,15 +127,14 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features">
|
||||||
<CardStack
|
<div className="py-24 px-6">
|
||||||
title="Why Choose No kinoa Tea"
|
<div className="mx-auto max-w-7xl">
|
||||||
description="Discover the benefits of premium tea and our commitment to quality"
|
<div className="text-center mb-16">
|
||||||
tag="Benefits"
|
<span className="inline-block px-3 py-1 text-sm bg-accent/20 text-accent rounded-full mb-4">Benefits</span>
|
||||||
textboxLayout="default"
|
<h2 className="text-4xl font-bold mb-4">Why Choose No kinoa Tea</h2>
|
||||||
animationType="slide-up"
|
<p className="text-xl text-foreground/70">Discover the benefits of premium tea and our commitment to quality</p>
|
||||||
mode="buttons"
|
</div>
|
||||||
gridVariant="uniform-all-items-equal"
|
<div className="grid grid-cols-1 md:grid-cols-3 gap-8">
|
||||||
>
|
|
||||||
<div className="p-6 rounded-lg border border-gray-200 dark:border-gray-700">
|
<div className="p-6 rounded-lg border border-gray-200 dark:border-gray-700">
|
||||||
<h3 className="text-lg font-semibold mb-2">100% Organic & Pure</h3>
|
<h3 className="text-lg font-semibold mb-2">100% Organic & Pure</h3>
|
||||||
<p className="text-sm text-gray-600 dark:text-gray-300">All our teas are sourced from certified organic farms with no additives or artificial ingredients. We believe in natural purity.</p>
|
<p className="text-sm text-gray-600 dark:text-gray-300">All our teas are sourced from certified organic farms with no additives or artificial ingredients. We believe in natural purity.</p>
|
||||||
@@ -148,7 +147,9 @@ export default function LandingPage() {
|
|||||||
<h3 className="text-lg font-semibold mb-2">Sustainable Sourcing</h3>
|
<h3 className="text-lg font-semibold mb-2">Sustainable Sourcing</h3>
|
||||||
<p className="text-sm text-gray-600 dark:text-gray-300">We partner with fair-trade farms that prioritize environmental conservation and support local communities.</p>
|
<p className="text-sm text-gray-600 dark:text-gray-300">We partner with fair-trade farms that prioritize environmental conservation and support local communities.</p>
|
||||||
</div>
|
</div>
|
||||||
</CardStack>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
|
|||||||
Reference in New Issue
Block a user