6 Commits

Author SHA1 Message Date
370cc4b2fd Merge version_5 into main
Merge version_5 into main
2025-12-26 10:54:37 +00:00
190f527d84 Update src/app/page.tsx 2025-12-26 10:54:33 +00:00
d19439d0f6 Merge version_4 into main
Merge version_4 into main
2025-12-26 10:49:51 +00:00
0704529d35 Update src/app/page.tsx 2025-12-26 10:49:47 +00:00
4e33e3d831 Merge version_3 into main
Merge version_3 into main
2025-12-26 10:45:58 +00:00
0a2eb3a8aa Merge version_2 into main
Merge version_2 into main
2025-12-26 10:41:24 +00:00

View File

@@ -5,7 +5,7 @@ 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';
@@ -86,7 +86,8 @@ export default function LandingPage() {
rating: 5, rating: 5,
reviewCount: "148", reviewCount: "148",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766745310530-7x1rnnq3.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766745310530-7x1rnnq3.jpg",
imageAlt: "Premium green tea leaves" imageAlt: "Premium green tea leaves",
starColor: "#ff0000"
}, },
{ {
id: "black-tea-01", id: "black-tea-01",
@@ -96,7 +97,8 @@ export default function LandingPage() {
rating: 5, rating: 5,
reviewCount: "96", reviewCount: "96",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766745311535-x8qbbar9.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766745311535-x8qbbar9.jpg",
imageAlt: "Black tea blend" imageAlt: "Black tea blend",
starColor: "#ff0000"
}, },
{ {
id: "white-tea-01", id: "white-tea-01",
@@ -106,7 +108,8 @@ export default function LandingPage() {
rating: 5, rating: 5,
reviewCount: "67", reviewCount: "67",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766745312419-jtmnlnre.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766745312419-jtmnlnre.jpg",
imageAlt: "White tea premium selection" imageAlt: "White tea premium selection",
starColor: "#ff0000"
}, },
{ {
id: "herbal-blend-01", id: "herbal-blend-01",
@@ -116,7 +119,8 @@ export default function LandingPage() {
rating: 5, rating: 5,
reviewCount: "203", reviewCount: "203",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766745313395-9dug9k92.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766745313395-9dug9k92.jpg",
imageAlt: "Herbal wellness tea" imageAlt: "Herbal wellness tea",
starColor: "#ff0000"
} }
]} ]}
gridVariant="four-items-2x2-equal-grid" gridVariant="four-items-2x2-equal-grid"
@@ -127,34 +131,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">