1 Commits

Author SHA1 Message Date
0a2eb3a8aa Merge version_2 into main
Merge version_2 into main
2025-12-26 10:41:24 +00:00

View File

@@ -1,6 +1,15 @@
"use client"; "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterSplit from '@/components/sections/footer/FooterSplit';
import { Heart, Leaf, Mail, MapPin, Phone, Sprout, Star } from 'lucide-react';
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -16,162 +25,254 @@ export default function LandingPage() {
secondaryButtonStyle="layered" secondaryButtonStyle="layered"
headingFontWeight="bold" headingFontWeight="bold"
> >
<div className="min-h-screen bg-gradient-to-br from-emerald-50 to-teal-50"> <div id="nav" data-section="nav">
<div className="container mx-auto px-4 py-16"> <NavbarLayoutFloatingOverlay
<div className="text-center space-y-8"> brandName="No kinoa"
<h1 className="text-5xl font-bold text-emerald-900"> navItems={[
No kinoa { name: "About", id: "about" },
</h1> { name: "Tea Collection", id: "products" },
<p className="text-xl text-emerald-700 max-w-2xl mx-auto"> { name: "Benefits", id: "features" },
Premium Organic Tea Collection - Discover pure, organic teas crafted for wellness. { name: "Reviews", id: "testimonials" },
Premium, sustainably sourced tea blends. { name: "Contact", id: "contact" }
</p> ]}
<div className="space-y-4"> button={{
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6 mt-12"> text: "Shop Now",
<div className="bg-white/80 backdrop-blur-sm rounded-lg p-6 shadow-lg"> href: "contact"
<h3 className="font-semibold text-emerald-900 mb-2">Organic Green Tea Premium</h3> }}
<p className="text-emerald-700">$24.99</p> />
<p className="text-sm text-emerald-600 mt-2">Premium green tea leaves</p> </div>
</div>
<div className="bg-white/80 backdrop-blur-sm rounded-lg p-6 shadow-lg"> <div id="hero" data-section="hero">
<h3 className="font-semibold text-emerald-900 mb-2">Classic Black Tea Blend</h3> <HeroBillboardScroll
<p className="text-emerald-700">$21.99</p> title="Discover Pure Tea Excellence"
<p className="text-sm text-emerald-600 mt-2">Black tea blend</p> description="Premium, sustainably sourced teas crafted for your well-being. Experience the art of tea with No kinoa."
</div> tag="Premium Tea Collection"
<div className="bg-white/80 backdrop-blur-sm rounded-lg p-6 shadow-lg"> tagIcon={Leaf}
<h3 className="font-semibold text-emerald-900 mb-2">Delicate White Tea</h3> imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766745309132-gmr6t7cl.jpg"
<p className="text-emerald-700">$26.99</p> imageAlt="Steaming cup of premium tea"
<p className="text-sm text-emerald-600 mt-2">White tea premium selection</p> buttons={[
</div> { text: "Explore Collection", href: "products" },
<div className="bg-white/80 backdrop-blur-sm rounded-lg p-6 shadow-lg"> { text: "Learn More", href: "about" }
<h3 className="font-semibold text-emerald-900 mb-2">Wellness Herbal Blend</h3> ]}
<p className="text-emerald-700">$19.99</p> />
<p className="text-sm text-emerald-600 mt-2">Herbal wellness tea</p> </div>
</div>
</div> <div id="about" data-section="about">
</div> <TestimonialAboutCard
<div className="mt-16 bg-white/80 backdrop-blur-sm rounded-lg p-8 max-w-3xl mx-auto"> tag="Our Story"
<h2 className="text-3xl font-bold text-emerald-900 mb-6">About Our Story</h2> tagIcon={Sprout}
<p className="text-emerald-700 mb-4"> title="Bringing ancient tea traditions to modern wellness"
Bringing ancient tea traditions to modern wellness. Founded on passion for quality. description="Founded on passion for quality"
</p> subdescription="No kinoa Tea Company"
<div className="grid grid-cols-1 md:grid-cols-3 gap-6 mt-8"> icon={Heart}
<div className="text-center"> imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766745314626-2ym71jw6.jpg"
<h4 className="font-semibold text-emerald-900 mb-2">100% Organic & Pure</h4> imageAlt="Traditional tea brewing ceremony"
<p className="text-emerald-600 text-sm"> useInvertedBackground="noInvert"
All our teas are sourced from certified organic farms with no additives. />
</p> </div>
</div>
<div className="text-center"> <div id="products" data-section="products">
<h4 className="font-semibold text-emerald-900 mb-2">Health & Wellness</h4> <ProductCardTwo
<p className="text-emerald-600 text-sm"> title="Our Tea Collection"
Rich in antioxidants and natural nutrients for daily wellness. description="Handpicked teas from the finest gardens around the world, each selection crafted for exceptional taste and health benefits."
</p> tag="Best Sellers"
</div> tagIcon={Star}
<div className="text-center"> products={[
<h4 className="font-semibold text-emerald-900 mb-2">Sustainable Sourcing</h4> {
<p className="text-emerald-600 text-sm"> id: "green-tea-01",
We partner with fair-trade farms that prioritize environmental conservation. brand: "No kinoa",
</p> name: "Organic Green Tea Premium",
</div> price: "$24.99",
</div> rating: 5,
</div> reviewCount: "148",
<div className="mt-16 bg-white/80 backdrop-blur-sm rounded-lg p-8 max-w-3xl mx-auto"> imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766745310530-7x1rnnq3.jpg",
<h2 className="text-3xl font-bold text-emerald-900 mb-6">Customer Reviews</h2> imageAlt: "Premium green tea leaves"
<div className="grid grid-cols-1 md:grid-cols-2 gap-6"> },
<div className="bg-emerald-50 rounded-lg p-6"> {
<p className="text-emerald-700 mb-4"> id: "black-tea-01",
"No kinoa tea has completely transformed my daily routine. The flavor is incredible." brand: "No kinoa",
</p> name: "Classic Black Tea Blend",
<p className="font-semibold text-emerald-900">Sarah Mitchell</p> price: "$21.99",
<p className="text-emerald-600 text-sm">Wellness Coach</p> rating: 5,
</div> reviewCount: "96",
<div className="bg-emerald-50 rounded-lg p-6"> imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766745311535-x8qbbar9.jpg",
<p className="text-emerald-700 mb-4"> imageAlt: "Black tea blend"
"I've tried many premium teas, but No kinoa stands out. Every cup tastes fresh." },
</p> {
<p className="font-semibold text-emerald-900">James Chen</p> id: "white-tea-01",
<p className="text-emerald-600 text-sm">Tea Connoisseur</p> brand: "No kinoa",
</div> name: "Delicate White Tea",
</div> price: "$26.99",
</div> rating: 5,
<div className="mt-16 bg-white/80 backdrop-blur-sm rounded-lg p-8 max-w-2xl mx-auto"> reviewCount: "67",
<h2 className="text-3xl font-bold text-emerald-900 mb-6">Get in Touch</h2> imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766745312419-jtmnlnre.jpg",
<p className="text-emerald-700 mb-6"> imageAlt: "White tea premium selection"
Have questions about our teas? We'd love to hear from you. },
</p> {
<form className="space-y-4"> id: "herbal-blend-01",
<div> brand: "No kinoa",
<input name: "Wellness Herbal Blend",
type="text" price: "$19.99",
placeholder="Your Name" rating: 5,
className="w-full px-4 py-3 border border-emerald-200 rounded-lg focus:outline-none focus:ring-2 focus:ring-emerald-500" reviewCount: "203",
required imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766745313395-9dug9k92.jpg",
/> imageAlt: "Herbal wellness tea"
</div> }
<div> ]}
<input gridVariant="four-items-2x2-equal-grid"
type="email" animationType="blur-reveal"
placeholder="Email Address" textboxLayout="default"
className="w-full px-4 py-3 border border-emerald-200 rounded-lg focus:outline-none focus:ring-2 focus:ring-emerald-500" useInvertedBackground="noInvert"
required />
/> </div>
</div>
<div> <div id="features" data-section="features">
<textarea <FeatureCardSeven
placeholder="Tell us what you'd like to know..." title="Why Choose No kinoa Tea"
rows={5} description="Discover the benefits of premium tea and our commitment to quality"
className="w-full px-4 py-3 border border-emerald-200 rounded-lg focus:outline-none focus:ring-2 focus:ring-emerald-500" tag="Benefits"
required features={[
/> {
</div> id: 1,
<button title: "100% Organic & Pure",
type="submit" description: "All our teas are sourced from certified organic farms with no additives or artificial ingredients. We believe in natural purity.",
className="w-full bg-emerald-600 text-white py-3 px-6 rounded-lg hover:bg-emerald-700 transition-colors" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766745310530-7x1rnnq3.jpg"
> },
Send Message {
</button> id: 2,
</form> title: "Health & Wellness",
</div> description: "Rich in antioxidants and natural nutrients. Each cup supports your daily wellness routine with powerful health benefits.",
<footer className="mt-16 pt-8 border-t border-emerald-200"> imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766745314626-2ym71jw6.jpg"
<div className="grid grid-cols-1 md:grid-cols-3 gap-8"> },
<div> {
<h3 className="font-bold text-emerald-900 mb-4">Product</h3> id: 3,
<ul className="space-y-2 text-emerald-700"> title: "Sustainable Sourcing",
<li>Tea Collection</li> description: "We partner with fair-trade farms that prioritize environmental conservation and support local communities.",
<li>Best Sellers</li> imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766745311535-x8qbbar9.jpg"
<li>About Tea</li> }
</ul> ]}
</div> animationType="slide-up"
<div> textboxLayout="default"
<h3 className="font-bold text-emerald-900 mb-4">Company</h3> useInvertedBackground="noInvert"
<ul className="space-y-2 text-emerald-700"> />
<li>About Us</li> </div>
<li>Our Story</li>
<li>Sustainability</li> <div id="testimonials" data-section="testimonials">
</ul> <TestimonialCardTen
</div> title="Loved by Tea Enthusiasts"
<div> description="Real reviews from our community of tea lovers"
<h3 className="font-bold text-emerald-900 mb-4">Support</h3> tag="Customer Stories"
<ul className="space-y-2 text-emerald-700"> textboxLayout="default"
<li>Contact</li> useInvertedBackground="noInvert"
<li>FAQ</li> testimonials={[
<li>Shipping Info</li> {
</ul> id: "1",
</div> title: "Exceptional Quality",
</div> quote: "No kinoa tea has completely transformed my daily routine. The flavor is incredible and I feel the health benefits immediately.",
<div className="mt-8 pt-8 border-t border-emerald-200 text-center"> name: "Sarah Mitchell",
<p className="text-emerald-600"> role: "Wellness Coach",
© 2024 No kinoa. Premium tea for a better life. imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766578240153-v8phsdtg.jpg",
</p> imageAlt: "Sarah Mitchell"
<div className="flex justify-center space-x-4 mt-4 text-emerald-700"> },
<span>(555) 123-4567</span> {
<span>hello@nokinoa.com</span> id: "2",
</div> title: "True Premium Experience",
</div> quote: "I've tried many premium teas, but No kinoa stands out. Every cup tastes fresh and the customer service is outstanding.",
</footer> name: "James Chen",
</div> role: "Tea Connoisseur",
</div> imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766565662495-bt8vf9hb.jpg",
imageAlt: "James Chen"
},
{
id: "3",
title: "Life Changing",
quote: "The organic certification and sustainable sourcing give me peace of mind. Plus it tastes absolutely amazing!",
name: "Emma Rodriguez",
role: "Nutritionist",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766745317025-2924ozs6.jpg",
imageAlt: "Emma Rodriguez"
},
{
id: "4",
title: "Best Investment in Health",
quote: "Worth every penny. I've noticed improved sleep, better focus, and overall wellness since switching to No kinoa.",
name: "David Park",
role: "Entrepreneur",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766679215769-8spgigse.jpg",
imageAlt: "David Park"
}
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
title="Get in Touch"
description="Have questions about our teas or need personalized recommendations? We'd love to hear from you. Reach out and join the No kinoa community."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true
},
{
name: "email",
type: "email",
placeholder: "Email Address",
required: true
}
]}
textarea={{
name: "message",
placeholder: "Tell us what you'd like to know...",
rows: 5,
required: true
}}
useInvertedBackground="noInvert"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766745315859-uawn5fjd.jpg"
imageAlt="Tea relaxation moment"
mediaPosition="right"
buttonText="Send Message"
/>
</div>
<div id="footer" data-section="footer">
<FooterSplit
logoText="No kinoa"
title="Premium tea for a better life"
columns={[
{
title: "Product",
items: [
{ label: "Tea Collection", href: "#products" },
{ label: "Best Sellers", href: "#products" },
{ label: "About Tea", href: "#features" }
]
},
{
title: "Company",
items: [
{ label: "About Us", href: "#about" },
{ label: "Our Story", href: "#about" },
{ label: "Sustainability", href: "#about" }
]
},
{
title: "Support",
items: [
{ label: "Contact", href: "#contact" },
{ label: "FAQ", href: "#contact" },
{ label: "Shipping Info", href: "#contact" }
]
}
]}
contactItems={[
{ icon: Phone, text: "(555) 123-4567" },
{ icon: Mail, text: "hello@nokinoa.com" },
{ icon: MapPin, text: "Premium Tea Headquarters" }
]}
/>
</div> </div>
</ThemeProvider> </ThemeProvider>
); );