From 1f0869fe16180a36655df74da01cceec8cfac665 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 14:04:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 765d00b..9d31b00 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -131,6 +137,9 @@ export default function LandingPage() { @@ -138,6 +147,7 @@ export default function LandingPage() {
-- 2.49.1