diff --git a/src/app/page.tsx b/src/app/page.tsx
index 46696f5..c4d7f2e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -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() {
@@ -59,52 +45,20 @@ export default function LandingPage() {
@@ -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."
/>
@@ -298,21 +145,9 @@ export default function LandingPage() {