diff --git a/src/app/page.tsx b/src/app/page.tsx index c0b8ac7..8518503 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,6 @@ import FooterCard from '@/components/sections/footer/FooterCard'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import { ShieldCheck } from "lucide-react"; export default function LandingPage() { return ( @@ -41,6 +40,7 @@ export default function LandingPage() { @@ -53,6 +53,7 @@ export default function LandingPage() { gridVariant="asymmetric-60-wide-40-narrow" animationType="slide-up" textboxLayout="split" + useInvertedBackground={false} products={[ { id: "p1", name: "Moisture Content (12%)", price: "Optimal Processing", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-leaf-macro-photography_23-2148245180.jpg" }, { id: "p2", name: "Nicotine (2.5%)", price: "Balanced Strength", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-leaf-macro-photography_23-2148245180.jpg" }, @@ -67,6 +68,7 @@ export default function LandingPage() { description="We ensure global standards through meticulous grading in Swabi, followed by secure international packing using C48 industrial-standard cartons to preserve leaf integrity." faqsAnimation="slide-up" textboxLayout="split-description" + useInvertedBackground={false} faqs={[ { id: "q1", title: "Field Grading (Swabi)", content: "Expert hand-grading process at the farm source ensures that only top-tier leaves proceed to our processing line." }, { id: "q2", title: "C48 Standard Packing", content: "Our leaf is compressed and packed into heavy-duty C48 cartons, specifically designed to withstand long-haul international shipping and humidity changes." }, @@ -84,6 +86,7 @@ export default function LandingPage() { { name: "email", type: "email", placeholder: "Business Email" } ]} textarea={{ name: "message", placeholder: "Share your target technical requirements..." }} + useInvertedBackground={false} buttonText="Submit Inquiry" />