Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0704529d35 | |||
| f073845021 |
@@ -5,11 +5,11 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
|
|||||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
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 } from 'lucide-react';
|
import { Heart, Leaf, Mail, MapPin, Phone, Sprout, Star, Linkedin } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -127,34 +127,28 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features">
|
||||||
<FeatureCardSeven
|
<CardStack
|
||||||
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"
|
||||||
features={[
|
|
||||||
{
|
|
||||||
id: 1,
|
|
||||||
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.",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766745310530-7x1rnnq3.jpg"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 2,
|
|
||||||
title: "Health & Wellness",
|
|
||||||
description: "Rich in antioxidants and natural nutrients. Each cup supports your daily wellness routine with powerful health benefits.",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766745314626-2ym71jw6.jpg"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 3,
|
|
||||||
title: "Sustainable Sourcing",
|
|
||||||
description: "We partner with fair-trade farms that prioritize environmental conservation and support local communities.",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766745311535-x8qbbar9.jpg"
|
|
||||||
}
|
|
||||||
]}
|
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
animationType="slide-up"
|
||||||
/>
|
mode="buttons"
|
||||||
|
gridVariant="uniform-all-items-equal"
|
||||||
|
>
|
||||||
|
<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>
|
||||||
|
<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>
|
||||||
|
<div className="p-6 rounded-lg border border-gray-200 dark:border-gray-700">
|
||||||
|
<h3 className="text-lg font-semibold mb-2">Health & Wellness</h3>
|
||||||
|
<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>
|
||||||
|
</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>
|
||||||
|
<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>
|
||||||
|
</CardStack>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
@@ -270,7 +264,8 @@ export default function LandingPage() {
|
|||||||
contactItems={[
|
contactItems={[
|
||||||
{ icon: Phone, text: "(555) 123-4567" },
|
{ icon: Phone, text: "(555) 123-4567" },
|
||||||
{ icon: Mail, text: "hello@nokinoa.com" },
|
{ icon: Mail, text: "hello@nokinoa.com" },
|
||||||
{ icon: MapPin, text: "Premium Tea Headquarters" }
|
{ icon: MapPin, text: "Premium Tea Headquarters" },
|
||||||
|
{ icon: Linkedin, text: "LinkedIn Company" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user