Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-04-21 12:57:51 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import FooterMedia from '@/components/sections/footer/FooterMedia';
@@ -12,7 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { MapPin, Package, ShieldCheck, Truck } from "lucide-react";
import { MapPin, Package, ShieldCheck, Truck, MessageSquare, Phone, Mail } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,26 +32,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "home",
},
{
name: "About",
id: "about",
},
{
name: "Products",
id: "products",
},
{
name: "Distribution",
id: "distribution",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "home" },
{ name: "About", id: "about" },
{ name: "Products", id: "products" },
{ name: "Distribution", id: "distribution" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="GhanaBulk"
/>
@@ -59,52 +45,20 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroBillboardRotatedCarousel
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Reliable Bulk Supply of Rice, Oil & Sugar in Ghana"
description="Direct import, competitive wholesale pricing, and consistent supply chains for supermarkets, restaurants, and distributors nationwide."
buttons={[
{
text: "Order on WhatsApp",
href: "https://wa.me/233XXXXXXXXX",
},
{
text: "Call Now",
href: "tel:+233XXXXXXXXX",
},
{ text: "Order on WhatsApp", href: "https://wa.me/233XXXXXXXXX" },
{ text: "Call Now", href: "tel:+233XXXXXXXXX" },
]}
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cafe-fabric_1296-524.jpg",
imageAlt: "bulk rice sack warehouse",
},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/salt-salt-farm-ready-harvest-thailand_335224-1150.jpg",
imageAlt: "bulk white sugar sack",
},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/photo-cheese-factory-switzerland-typical-italian-cheese-parmigiano-reggiano-thousands-forms-parmigiano-reggiano-largest-parmesan-cheese-storage-forms-cheese-ripening_645730-377.jpg",
imageAlt: "cooking oil containers bulk",
},
{
id: "4",
imageSrc: "http://img.b2bpic.net/free-photo/abundance-fresh-seafood-supermarket-generated-by-ai_188544-29812.jpg",
imageAlt: "large warehouse industrial supply",
},
{
id: "5",
imageSrc: "http://img.b2bpic.net/free-photo/supply-chain-representation-still-life_23-2150172438.jpg",
imageAlt: "delivery truck loading cargo",
},
{
id: "6",
imageSrc: "http://img.b2bpic.net/free-photo/technological-futuristic-holograms-logistics-means-transport_23-2151663057.jpg",
imageAlt: "wholesale business operations",
},
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cafe-fabric_1296-524.jpg", imageAlt: "bulk rice sack warehouse" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/salt-salt-farm-ready-harvest-thailand_335224-1150.jpg", imageAlt: "bulk white sugar sack" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/photo-cheese-factory-switzerland-typical-italian-cheese-parmigiano-reggiano-thousands-forms-parmigiano-reggiano-largest-parmesan-cheese-storage-forms-cheese-ripening_645730-377.jpg", imageAlt: "cooking oil containers bulk" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/abundance-fresh-seafood-supermarket-generated-by-ai_188544-29812.jpg", imageAlt: "large warehouse industrial supply" },
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/supply-chain-representation-still-life_23-2150172438.jpg", imageAlt: "delivery truck loading cargo" },
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/technological-futuristic-holograms-logistics-means-transport_23-2151663057.jpg", imageAlt: "wholesale business operations" },
]}
/>
</div>
@@ -128,34 +82,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
{
id: "f1",
title: "Licensed Importer",
tags: [
"Verified",
"Legal",
],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-graduation-diploma_23-2148928779.jpg",
},
{
id: "f2",
title: "Bulk Supply Specialist",
tags: [
"High Volume",
"Competitive",
],
imageSrc: "http://img.b2bpic.net/free-photo/many-metal-kegs-beer_1398-2538.jpg",
},
{
id: "f3",
title: "Nationwide Delivery",
tags: [
"Accra",
"Kumasi",
"Tamale",
],
imageSrc: "http://img.b2bpic.net/free-photo/shipping-logistic-delivery-freight-cargo-concept_53876-124950.jpg",
},
{ id: "f1", title: "Licensed Importer", tags: ["Verified", "Legal"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-graduation-diploma_23-2148928779.jpg" },
{ id: "f2", title: "Bulk Supply Specialist", tags: ["High Volume", "Competitive"], imageSrc: "http://img.b2bpic.net/free-photo/many-metal-kegs-beer_1398-2538.jpg" },
{ id: "f3", title: "Nationwide Delivery", tags: ["Accra", "Kumasi", "Tamale"], imageSrc: "http://img.b2bpic.net/free-photo/shipping-logistic-delivery-freight-cargo-concept_53876-124950.jpg" },
]}
title="Why Choose GhanaBulk"
description="Professional distribution services tailored for wholesale and retail success."
@@ -169,42 +98,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Rice (5kg)",
price: "Contact for Price",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-different-organic-ingredients_23-2148685804.jpg",
},
{
id: "p2",
name: "Rice (25kg)",
price: "Contact for Price",
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-bag-full-rice_23-2149359493.jpg",
},
{
id: "p3",
name: "Rice (50kg)",
price: "Contact for Price",
imageSrc: "http://img.b2bpic.net/free-photo/red-package-isolated-white-background_187299-46563.jpg",
},
{
id: "p4",
name: "Cooking Oil (1L)",
price: "Contact for Price",
imageSrc: "http://img.b2bpic.net/free-photo/focused-african-american-man-holding-alcohol-drink_74855-3410.jpg",
},
{
id: "p5",
name: "Cooking Oil (5L)",
price: "Contact for Price",
imageSrc: "http://img.b2bpic.net/free-photo/sunflower-oil-plastic-bottle-wooden-table_123827-21068.jpg",
},
{
id: "p6",
name: "Cooking Oil (25L)",
price: "Contact for Price",
imageSrc: "http://img.b2bpic.net/free-photo/view-water-tank-storage_23-2151748374.jpg",
},
{ id: "p1", name: "Rice (5kg)", price: "Contact for Price", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-different-organic-ingredients_23-2148685804.jpg" },
{ id: "p2", name: "Rice (25kg)", price: "Contact for Price", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-bag-full-rice_23-2149359493.jpg" },
{ id: "p3", name: "Rice (50kg)", price: "Contact for Price", imageSrc: "http://img.b2bpic.net/free-photo/red-package-isolated-white-background_187299-46563.jpg" },
{ id: "p4", name: "Cooking Oil (1L)", price: "Contact for Price", imageSrc: "http://img.b2bpic.net/free-photo/focused-african-american-man-holding-alcohol-drink_74855-3410.jpg" },
{ id: "p5", name: "Cooking Oil (5L)", price: "Contact for Price", imageSrc: "http://img.b2bpic.net/free-photo/sunflower-oil-plastic-bottle-wooden-table_123827-21068.jpg" },
{ id: "p6", name: "Cooking Oil (25L)", price: "Contact for Price", imageSrc: "http://img.b2bpic.net/free-photo/view-water-tank-storage_23-2151748374.jpg" },
]}
title="Bulk Products Catalog"
description="Bulk Orders Only Contact us for wholesale pricing tiers."
@@ -217,24 +116,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
metrics={[
{
id: "m1",
icon: MapPin,
title: "Areas Served",
value: "Nationwide",
},
{
id: "m2",
icon: Truck,
title: "Dispatch Speed",
value: "24-48hrs",
},
{
id: "m3",
icon: Package,
title: "Supply Quality",
value: "Premium",
},
{ id: "m1", icon: MapPin, title: "Areas Served", value: "Nationwide" },
{ id: "m2", icon: Truck, title: "Dispatch Speed", value: "24-48hrs" },
{ id: "m3", icon: Package, title: "Supply Quality", value: "Premium" },
]}
title="Distribution Excellence"
description="Reliable logistics serving major cities across Ghana."
@@ -247,50 +131,13 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "John Doe",
handle: "Manager, City Supermarket",
testimonial: "Very consistent and professional service.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/crazy-dealer-happy-expression_1194-3989.jpg",
},
{
id: "t2",
name: "Jane Mensah",
handle: "Owner, Daily Mart",
testimonial: "Best bulk pricing I have found in Accra.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-waitress-with-charming-smile_1098-15077.jpg",
},
{
id: "t3",
name: "Kojo Asante",
handle: "Restaurant Supplier",
testimonial: "Always on time, reliable quality.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-airport-terminal_107420-85119.jpg",
},
{
id: "t4",
name: "Abena Boateng",
handle: "Distributor",
testimonial: "Easy to communicate and process orders.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg",
},
{
id: "t5",
name: "Yaw Nkrumah",
handle: "Supermarket Owner",
testimonial: "My go-to partner for all bulk imports.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg",
},
{ id: "t1", name: "John Doe", handle: "Manager, City Supermarket", testimonial: "Very consistent and professional service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/crazy-dealer-happy-expression_1194-3989.jpg" },
{ id: "t2", name: "Jane Mensah", handle: "Owner, Daily Mart", testimonial: "Best bulk pricing I have found in Accra.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-waitress-with-charming-smile_1098-15077.jpg" },
{ id: "t3", name: "Kojo Asante", handle: "Restaurant Supplier", testimonial: "Always on time, reliable quality.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-airport-terminal_107420-85119.jpg" },
]}
showRating={true}
title="Trusted by Businesses"
description="Hear from our satisfied wholesale partners."
title="Success Stories"
description="Driving growth for our B2B partners across Ghana."
/>
</div>
@@ -298,21 +145,9 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={true}
faqs={[
{
id: "q1",
title: "Do you offer credit?",
content: "We primarily work on payment upon delivery or T/T for bulk orders.",
},
{
id: "q2",
title: "What is the delivery timeline?",
content: "Deliveries within Accra usually take 24 hours; regional areas take 48-72 hours.",
},
{
id: "q3",
title: "Can I request samples?",
content: "Yes, for bulk B2B clients, we can arrange samples upon request.",
},
{ id: "q1", title: "Do you offer credit?", content: "We primarily work on payment upon delivery or T/T for bulk orders." },
{ id: "q2", title: "What is the delivery timeline?", content: "Deliveries within Accra usually take 24 hours; regional areas take 48-72 hours." },
{ id: "q3", title: "Can I request samples?", content: "Yes, for bulk B2B clients, we can arrange samples upon request." },
]}
sideTitle="Common Questions"
sideDescription="Need more info? Let us know."
@@ -321,23 +156,17 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
text="Ready to place your order or need a price list? Contact us today."
buttons={[
{
text: "WhatsApp Now",
href: "https://wa.me/233XXXXXXXXX",
},
{
text: "Call Us",
href: "tel:+233XXXXXXXXX",
},
]}
/>
<ContactCTA
tag="Get In Touch"
title="Professional B2B Inquiry"
description="Dedicated support for wholesale partnerships, bulk pricing, and nationwide distribution requests. Our team is ready to scale with your business."
buttons={[
{ text: "WhatsApp Business", href: "https://wa.me/233XXXXXXXXX" },
{ text: "Email Us", href: "mailto:support@ghanabulk.com" }
]}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={true}
/>
</div>
<div id="footer" data-section="footer">
@@ -345,36 +174,8 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/scene-with-photorealistic-logistics-operations-proceedings_23-2151468861.jpg"
logoText="GhanaBulk"
columns={[
{
title: "Links",
items: [
{
label: "Home",
href: "#home",
},
{
label: "About",
href: "#about",
},
{
label: "Products",
href: "#products",
},
],
},
{
title: "Support",
items: [
{
label: "Contact Us",
href: "#contact",
},
{
label: "WhatsApp",
href: "https://wa.me/233XXXXXXXXX",
},
],
},
{ title: "Links", items: [{ label: "Home", href: "#home" }, { label: "About", href: "#about" }, { label: "Products", href: "#products" }] },
{ title: "Support", items: [{ label: "Contact Us", href: "#contact" }, { label: "WhatsApp", href: "https://wa.me/233XXXXXXXXX" }] },
]}
copyrightText="© 2025 GhanaBulk. All Rights Reserved."
/>
@@ -382,4 +183,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}