Update src/app/page.tsx

This commit is contained in:
2025-12-26 10:58:16 +00:00
parent 7f401cddf5
commit aa00ab51e9

View File

@@ -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 (
@@ -127,29 +127,31 @@ export default function LandingPage() {
</div> </div>
<div id="features" data-section="features"> <div id="features" data-section="features">
<div className="py-24 px-6"> <CardStack
<div className="mx-auto max-w-7xl"> title="Why Choose No kinoa Tea"
<div className="text-center mb-16"> description="Discover the benefits of premium tea and our commitment to quality"
<span className="inline-block px-3 py-1 text-sm bg-accent/20 text-accent rounded-full mb-4">Benefits</span> tag="Benefits"
<h2 className="text-4xl font-bold mb-4">Why Choose No kinoa Tea</h2> cards={[
<p className="text-xl text-foreground/70">Discover the benefits of premium tea and our commitment to quality</p> {
</div> id: "1",
<div className="grid grid-cols-1 md:grid-cols-3 gap-8"> title: "100% Organic & Pure",
<div className="p-6 rounded-lg border border-gray-200 dark:border-gray-700"> description: "All our teas are sourced from certified organic farms with no additives or artificial ingredients. We believe in natural purity.",
<h3 className="text-lg font-semibold mb-2">100% Organic & Pure</h3> icon: Leaf
<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"> id: "2",
<h3 className="text-lg font-semibold mb-2">Health & Wellness</h3> title: "Health & Wellness",
<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> description: "Rich in antioxidants and natural nutrients. Each cup supports your daily wellness routine with powerful health benefits.",
</div> icon: Heart
<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> id: "3",
</div> title: "Sustainable Sourcing",
</div> description: "We partner with fair-trade farms that prioritize environmental conservation and support local communities.",
</div> icon: Shield
</div> }
]}
/>
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">