Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-13 14:04:27 +00:00

View File

@@ -14,7 +14,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import { Award, CheckCircle, MapPin, Shield, ShieldCheck, Star } from "lucide-react";
import { Award, CheckCircle, Star, Shield } from "lucide-react";
export default function LandingPage() {
return (
@@ -54,6 +54,7 @@ export default function LandingPage() {
logoText="Shree Ganesh"
description="Quality cashews for every family."
buttons={[{ text: "Learn More" }]}
background={{ variant: "gradient-bars" }}
imageSrc="https://img.b2bpic.net/free-photo/vegan-cashew-milk-glass-with-cashews-nuts-dark-background_1150-45380.jpg"
/>
<HeroBillboardRotatedCarousel
@@ -111,6 +112,8 @@ export default function LandingPage() {
<MetricCardOne
animationType="slide-up"
gridVariant="uniform-all-items-equal"
textboxLayout="default"
useInvertedBackground={false}
title="Our Impact"
description="Driven by trust."
metrics={[
@@ -122,8 +125,11 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[{ id: "1", name: "Ananya P.", handle: "@ananya", testimonial: "Freshest ever!" }]}
title="Happy Customers"
description="Real feedback from our family."
/>
</div>
@@ -131,6 +137,9 @@ export default function LandingPage() {
<FaqDouble
faqs={[{ id: "f1", title: "Are they organic?", content: "Yes." }]}
title="FAQs"
description="Common questions."
textboxLayout="default"
useInvertedBackground={false}
faqsAnimation="slide-up"
/>
</div>
@@ -138,6 +147,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
background={{ variant: "gradient-bars" }}
useInvertedBackground={false}
text="Get in touch with us."
/>
</div>