Merge version_4 into main #5

Merged
bender merged 1 commits from version_4 into main 2026-04-27 19:40:43 +00:00

View File

@@ -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() {
<HeroOverlayTestimonial
title="Premium Flue-Cured Virginia for Global Markets"
description="Tailored for the unique demands of the Indonesian and UAE tobacco industries. We deliver excellence from Swabi fields to your facility."
testimonials={[]}
buttons={[{ text: "Get Technical Specifications", href: "#product" }]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxCG7T3hipYbb1guyoiyrmfGoc/uploaded-1777318294386-5l1iojgm.jpg?_wi=1"
/>
@@ -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"
/>
</div>