Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5c1e1085ec | |||
| 9a36d08cda | |||
| 278dd76977 | |||
| 32dac354ed | |||
| 5156081e06 | |||
| 848657212a | |||
| 6263d93717 | |||
| a415909277 |
330
src/app/page.tsx
330
src/app/page.tsx
@@ -4,15 +4,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||||
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
|
|
||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||||
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
||||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import TeamCardTen from '@/components/sections/team/TeamCardTen';
|
|
||||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
|
||||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
|
||||||
import { ShieldCheck } from "lucide-react";
|
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -32,22 +27,10 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "hero" },
|
||||||
name: "Home",
|
{ name: "Technical Specs", id: "product" },
|
||||||
id: "hero",
|
{ name: "Quality Control", id: "faq" },
|
||||||
},
|
{ name: "Contact", id: "contact" },
|
||||||
{
|
|
||||||
name: "Leadership",
|
|
||||||
id: "team",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Logistics",
|
|
||||||
id: "features",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Malik Rawal Tobacco"
|
brandName="Malik Rawal Tobacco"
|
||||||
/>
|
/>
|
||||||
@@ -55,299 +38,56 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroOverlayTestimonial
|
<HeroOverlayTestimonial
|
||||||
title="Malik Rawal: Leading Exporters of Premium Swabi Virginia Tobacco (FCV)"
|
title="Premium Flue-Cured Virginia for Global Markets"
|
||||||
description="Swabi to the World. We provide high-grade Flue-Cured Virginia tobacco for international markets with logistics excellence."
|
description="Tailored for the unique demands of the Indonesian and UAE tobacco industries. We deliver excellence from Swabi fields to your facility."
|
||||||
buttons={[
|
testimonials={[]}
|
||||||
{
|
buttons={[{ text: "Get Technical Specifications", href: "#product" }]}
|
||||||
text: "Request for Bulk Quote",
|
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxCG7T3hipYbb1guyoiyrmfGoc/uploaded-1777318294386-5l1iojgm.jpg?_wi=1"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxCG7T3hipYbb1guyoiyrmfGoc/uploaded-1777318294386-5l1iojgm.jpg?_wi=1"
|
||||||
testimonials={[
|
|
||||||
{
|
|
||||||
name: "Global Trade Group",
|
|
||||||
handle: "@globaltrade",
|
|
||||||
testimonial: "Unparalleled consistency in FCV quality.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-owner-presenting-flowers-options-potential-customer-retailer_158595-7018.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Indonesia Tobacco Corp",
|
|
||||||
handle: "@indo_tobacco",
|
|
||||||
testimonial: "Reliable supply chain from Swabi to Jakarta.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-with-doctor-checking-health-animals_329181-15947.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "European Import House",
|
|
||||||
handle: "@euro_import",
|
|
||||||
testimonial: "Professional communication and on-time shipments.",
|
|
||||||
rating: 4,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/two-researchers-laboratory-robes-walk-around-greenhouse-shake-each-other-hands_8353-7182.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Logistics Solutions Ltd",
|
|
||||||
handle: "@jafza_log",
|
|
||||||
testimonial: "Expert handling through Jebel Ali port.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-owner-presenting-flowers-options-potential-customer-retailer_158595-6995.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Premium Leaf Traders",
|
|
||||||
handle: "@premium_leaf",
|
|
||||||
testimonial: "A trusted name in the global tobacco trade.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-businessman-using-digital-tablet-restaurant_23-2147955279.jpg",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
avatars={[
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/focused-business-woman-using-tablet-outside_74855-2776.jpg",
|
|
||||||
alt: "Executive 1",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/businessman-using-digital-tablet-waiting-area_107420-95825.jpg",
|
|
||||||
alt: "Executive 2",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/medium-shot-stewardess-holding-globe_23-2150197269.jpg",
|
|
||||||
alt: "Executive 3",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/farmer-interacting-with-farmers-apple-orchard_107420-12210.jpg",
|
|
||||||
alt: "Executive 4",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/quality-control-inspector-worker-talking-while-going-through-list-plants-greenhouse_637285-1670.jpg",
|
|
||||||
alt: "Executive 5",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="product" data-section="product">
|
||||||
<TestimonialAboutCard
|
<ProductCardThree
|
||||||
useInvertedBackground={false}
|
title="Technical Specifications: FCV"
|
||||||
tag="Our Expertise"
|
description="Our signature Flue-Cured Virginia leaf, precision-graded to meet high-performance requirements for international manufacturing."
|
||||||
title="FCV Tobacco Mastery"
|
gridVariant="asymmetric-60-wide-40-narrow"
|
||||||
description="Sourcing directly from Swabi, Pakistan, our FCV leaf represents the gold standard for global tobacco manufacturing."
|
|
||||||
subdescription="With deep-rooted expertise and robust quality control, we bridge the gap between Pakistani farms and international demand."
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-green-leaf-macro-photography_23-2148245180.jpg"
|
|
||||||
mediaAnimation="slide-up"
|
|
||||||
icon={ShieldCheck}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="team" data-section="team">
|
|
||||||
<TeamCardTen
|
|
||||||
useInvertedBackground={true}
|
|
||||||
title="Leadership & Trust"
|
|
||||||
tag="Board of Directors"
|
|
||||||
membersAnimation="slide-up"
|
|
||||||
members={[
|
|
||||||
{
|
|
||||||
id: "t1",
|
|
||||||
name: "Malik Rawal Khan | CEO",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-businessman-looking-away_23-2147955371.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t2",
|
|
||||||
name: "Dr. Bilawal Taj | MD",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-10394.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
memberVariant="card"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="features" data-section="features">
|
|
||||||
<FeatureCardTwentyThree
|
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
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?_wi=1" },
|
||||||
id: "f1",
|
{ id: "p2", name: "Nicotine (2.5%)", price: "Balanced Strength", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-leaf-macro-photography_23-2148245180.jpg?_wi=2" },
|
||||||
title: "JAFZA Operations",
|
{ id: "p3", name: "Sugar (15%)", price: "Perfect Curing", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-leaf-macro-photography_23-2148245180.jpg?_wi=3" }
|
||||||
tags: [
|
|
||||||
"Tax Efficiency",
|
|
||||||
"Fast Shipping",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/harbor-sunset_1359-1120.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "f2",
|
|
||||||
title: "Swabi Production",
|
|
||||||
tags: [
|
|
||||||
"Direct Sourcing",
|
|
||||||
"Quality Grading",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/farmers-are-working-strawberry-farm_1150-7115.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "f3",
|
|
||||||
title: "International Trade",
|
|
||||||
tags: [
|
|
||||||
"B2B Indonesia",
|
|
||||||
"Global Compliance",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/researcher-biotechnology-laboratory-with-plant-petri-dish_23-2148776122.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Global Logistics Hub"
|
|
||||||
description="Operating via the Jebel Ali Free Zone (JAFZA) for seamless global re-export."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="metrics" data-section="metrics">
|
|
||||||
<MetricCardTwo
|
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
|
||||||
gridVariant="bento-grid"
|
|
||||||
useInvertedBackground={true}
|
|
||||||
metrics={[
|
|
||||||
{
|
|
||||||
id: "m1",
|
|
||||||
value: "100K+",
|
|
||||||
description: "Tons Exported Annually",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "m2",
|
|
||||||
value: "20+",
|
|
||||||
description: "Countries Served",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "m3",
|
|
||||||
value: "15+",
|
|
||||||
description: "Years in Business",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
title="Our Global Presence"
|
|
||||||
description="Data-driven export performance statistics."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
|
||||||
<TestimonialCardFive
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
testimonials={[
|
|
||||||
{
|
|
||||||
id: "1",
|
|
||||||
name: "Buyer Name",
|
|
||||||
date: "2024",
|
|
||||||
title: "Tobacco Manufacturer",
|
|
||||||
quote: "Reliable partner for high-grade FCV.",
|
|
||||||
tag: "Bulk Order",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/customer-choosing-colorful-bio-fruits-veggies-buy-from-local-farmers-market-place-looking-natural-locally-grown-produce-people-buying-organic-vegetables-products-handheld-shot_482257-66340.jpg",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxCG7T3hipYbb1guyoiyrmfGoc/uploaded-1777318294386-5l1iojgm.jpg?_wi=2",
|
|
||||||
imageAlt: "international tobacco buyer professional",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
name: "Logistics Lead",
|
|
||||||
date: "2024",
|
|
||||||
title: "Trade Hub Rep",
|
|
||||||
quote: "JAFZA operations are world-class.",
|
|
||||||
tag: "Logistics",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/businessman-using-digital-tablet_107420-95910.jpg",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxCG7T3hipYbb1guyoiyrmfGoc/uploaded-1777318294386-ym42if85.jpg?_wi=1",
|
|
||||||
imageAlt: "international tobacco buyer professional",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
name: "Export Manager",
|
|
||||||
date: "2024",
|
|
||||||
title: "Global Partner",
|
|
||||||
quote: "Consistent quality, delivered on time.",
|
|
||||||
tag: "Partnership",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-black-woman-running-flower-business_23-2149871120.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-businessman-looking-away_23-2147955371.jpg?_wi=2",
|
|
||||||
imageAlt: "international tobacco buyer professional",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4",
|
|
||||||
name: "Procurement",
|
|
||||||
date: "2024",
|
|
||||||
title: "Importer",
|
|
||||||
quote: "The gold standard in Pakistani tobacco.",
|
|
||||||
tag: "Procurement",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/manufacturing-analyst-reviewing-solar-panel-production-workflow_482257-125954.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-10394.jpg?_wi=2",
|
|
||||||
imageAlt: "international tobacco buyer professional",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "5",
|
|
||||||
name: "Director",
|
|
||||||
date: "2024",
|
|
||||||
title: "Trading Co.",
|
|
||||||
quote: "Excellent communication and shipping.",
|
|
||||||
tag: "Growth",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/coworker-looking-holograms-data-center-doing-swiping-motions-gesturing_482257-122274.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/harbor-sunset_1359-1120.jpg?_wi=2",
|
|
||||||
imageAlt: "international tobacco buyer professional",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
title="Client Trust"
|
|
||||||
description="Hear from our global business partners and clients."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
<FaqDouble
|
<FaqDouble
|
||||||
textboxLayout="default"
|
title="Quality Control Process"
|
||||||
useInvertedBackground={true}
|
description="We ensure global standards through meticulous grading in Swabi, followed by secure international packing using C48 industrial-standard cartons to preserve leaf integrity."
|
||||||
faqs={[
|
|
||||||
{
|
|
||||||
id: "q1",
|
|
||||||
title: "How to request a bulk quote?",
|
|
||||||
content: "Contact us using the form below with your specific FCV leaf requirements.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "q2",
|
|
||||||
title: "What are the export hubs?",
|
|
||||||
content: "We operate through Swabi, Pakistan, and our international hub in JAFZA, Dubai.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "q3",
|
|
||||||
title: "Do you trade to Indonesia?",
|
|
||||||
content: "Yes, we specialize in B2B tobacco supply to Indonesia and major European markets.",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
title="Export Inquiries"
|
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
description="Common questions regarding our export processes and trade capabilities."
|
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." },
|
||||||
|
{ id: "q3", title: "Compliance", content: "We guarantee consistency for Indonesian and UAE industry standards, backed by thorough quality assurance protocols before loading." }
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
useInvertedBackground={false}
|
title="Export Inquiries"
|
||||||
title="Request for Bulk Quote"
|
description="Ready to discuss your supply requirements for Indonesia or the UAE? Our team is available for direct consultation."
|
||||||
description="Reach out to our offices in Swabi or Dubai for your export requirements."
|
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{ name: "name", type: "text", placeholder: "Company Name" },
|
||||||
name: "name",
|
{ name: "email", type: "email", placeholder: "Business Email" }
|
||||||
type: "text",
|
|
||||||
placeholder: "Your Name",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "email",
|
|
||||||
type: "email",
|
|
||||||
placeholder: "Business Email",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "subject",
|
|
||||||
type: "text",
|
|
||||||
placeholder: "Bulk Order Inquiry",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{ name: "message", placeholder: "Share your target technical requirements..." }}
|
||||||
name: "message",
|
useInvertedBackground={false}
|
||||||
placeholder: "Your requirements...",
|
buttonText="Submit Inquiry"
|
||||||
}}
|
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxCG7T3hipYbb1guyoiyrmfGoc/uploaded-1777318294386-ym42if85.jpg?_wi=2"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -360,4 +100,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user