Compare commits
9 Commits
version_4
...
a4b48ce257
| Author | SHA1 | Date | |
|---|---|---|---|
| a4b48ce257 | |||
| aa00ab51e9 | |||
| 4fe3075447 | |||
| 7f401cddf5 | |||
| 370cc4b2fd | |||
| 190f527d84 | |||
| d19439d0f6 | |||
| 4e33e3d831 | |||
| 0a2eb3a8aa |
@@ -9,7 +9,7 @@ import CardStack from '@/components/cardStack/CardStack';
|
|||||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
import FooterSplit from '@/components/sections/footer/FooterSplit';
|
import FooterSplit from '@/components/sections/footer/FooterSplit';
|
||||||
import { Heart, Leaf, Mail, MapPin, Phone, Sprout, Star, Linkedin } from 'lucide-react';
|
import { Heart, Leaf, Mail, MapPin, Phone, Sprout, Star, Linkedin, Award, Zap, Shield } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -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",
|
||||||
@@ -131,24 +131,27 @@ export default function LandingPage() {
|
|||||||
title="Why Choose No kinoa Tea"
|
title="Why Choose No kinoa Tea"
|
||||||
description="Discover the benefits of premium tea and our commitment to quality"
|
description="Discover the benefits of premium tea and our commitment to quality"
|
||||||
tag="Benefits"
|
tag="Benefits"
|
||||||
textboxLayout="default"
|
cards={[
|
||||||
animationType="slide-up"
|
{
|
||||||
mode="buttons"
|
id: "1",
|
||||||
gridVariant="uniform-all-items-equal"
|
title: "100% Organic & Pure",
|
||||||
>
|
description: "All our teas are sourced from certified organic farms with no additives or artificial ingredients. We believe in natural purity.",
|
||||||
<div className="p-6 rounded-lg border border-gray-200 dark:border-gray-700">
|
icon: Leaf
|
||||||
<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>
|
{
|
||||||
</div>
|
id: "2",
|
||||||
<div className="p-6 rounded-lg border border-gray-200 dark:border-gray-700">
|
title: "Health & Wellness",
|
||||||
<h3 className="text-lg font-semibold mb-2">Health & Wellness</h3>
|
description: "Rich in antioxidants and natural nutrients. Each cup supports your daily wellness routine with powerful health benefits.",
|
||||||
<p className="text-sm text-gray-600 dark:text-gray-300">Rich in antioxidants and natural nutrients. Each cup supports your daily wellness routine with powerful health benefits.</p>
|
icon: Heart
|
||||||
</div>
|
},
|
||||||
<div className="p-6 rounded-lg border border-gray-200 dark:border-gray-700">
|
{
|
||||||
<h3 className="text-lg font-semibold mb-2">Sustainable Sourcing</h3>
|
id: "3",
|
||||||
<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>
|
title: "Sustainable Sourcing",
|
||||||
</div>
|
description: "We partner with fair-trade farms that prioritize environmental conservation and support local communities.",
|
||||||
</CardStack>
|
icon: Shield
|
||||||
|
}
|
||||||
|
]}
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
|
|||||||
Reference in New Issue
Block a user