Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8dcac520f5 | |||
| 3b54cb494d | |||
| 6b7c729cfa |
@@ -5,36 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const inter = Inter({
|
const inter = Inter({
|
||||||
variable: "--font-inter",
|
variable: "--font-inter", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "GHACEM - Ghana's Leading Cement Manufacturer | Quality Cement Solutions",
|
title: "GHACEM - Ghana's Leading Cement Manufacturer | Quality Cement Solutions", description: "Ghacem Limited is Ghana's leading cement producer supplying high-quality cement for homes, roads, bridges, and infrastructure. 50+ years of excellence. Nationwide distribution.", keywords: "cement Ghana, GHACEM, construction materials, high strength cement, eco-friendly cement, waterproof cement, nationwide delivery", metadataBase: new URL("https://ghacem.com"),
|
||||||
description: "Ghacem Limited is Ghana's leading cement producer supplying high-quality cement for homes, roads, bridges, and infrastructure. 50+ years of excellence. Nationwide distribution.",
|
|
||||||
keywords: "cement Ghana, GHACEM, construction materials, high strength cement, eco-friendly cement, waterproof cement, nationwide delivery",
|
|
||||||
metadataBase: new URL("https://ghacem.com"),
|
|
||||||
alternates: {
|
alternates: {
|
||||||
canonical: "https://ghacem.com",
|
canonical: "https://ghacem.com"},
|
||||||
},
|
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "GHACEM - The Nation Builder",
|
title: "GHACEM - The Nation Builder", description: "Ghana's leading cement manufacturer supplying strength you can trust for all your construction needs.", url: "https://ghacem.com", siteName: "GHACEM", type: "website", images: [
|
||||||
description: "Ghana's leading cement manufacturer supplying strength you can trust for all your construction needs.",
|
|
||||||
url: "https://ghacem.com",
|
|
||||||
siteName: "GHACEM",
|
|
||||||
type: "website",
|
|
||||||
images: [
|
|
||||||
{
|
{
|
||||||
url: "http://img.b2bpic.net/free-photo/concrete-parts-piled-up-besides-rural-road-besides-highway_333098-16.jpg",
|
url: "http://img.b2bpic.net/free-photo/concrete-parts-piled-up-besides-rural-road-besides-highway_333098-16.jpg", alt: "GHACEM Cement - Construction Excellence"},
|
||||||
alt: "GHACEM Cement - Construction Excellence",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
card: "summary_large_image", title: "GHACEM - Ghana's Leading Cement Manufacturer", description: "50+ years of trusted cement production. Strength you can trust.", images: ["http://img.b2bpic.net/free-photo/concrete-parts-piled-up-besides-rural-road-besides-highway_333098-16.jpg"],
|
||||||
title: "GHACEM - Ghana's Leading Cement Manufacturer",
|
|
||||||
description: "50+ years of trusted cement production. Strength you can trust.",
|
|
||||||
images: ["http://img.b2bpic.net/free-photo/concrete-parts-piled-up-besides-rural-road-besides-highway_333098-16.jpg"],
|
|
||||||
},
|
},
|
||||||
robots: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
|
|||||||
143
src/app/page.tsx
143
src/app/page.tsx
@@ -23,8 +23,7 @@ export default function HomePage() {
|
|||||||
|
|
||||||
const footerColumns = [
|
const footerColumns = [
|
||||||
{
|
{
|
||||||
title: "Products",
|
title: "Products", items: [
|
||||||
items: [
|
|
||||||
{ label: "Super Rapid", href: "/products" },
|
{ label: "Super Rapid", href: "/products" },
|
||||||
{ label: "Super Strong 42.5R", href: "/products" },
|
{ label: "Super Strong 42.5R", href: "/products" },
|
||||||
{ label: "Eco Cool", href: "/products" },
|
{ label: "Eco Cool", href: "/products" },
|
||||||
@@ -32,8 +31,7 @@ export default function HomePage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "/about" },
|
{ label: "About Us", href: "/about" },
|
||||||
{ label: "Sustainability", href: "/sustainability" },
|
{ label: "Sustainability", href: "/sustainability" },
|
||||||
{ label: "GHACEM Foundation", href: "/sustainability" },
|
{ label: "GHACEM Foundation", href: "/sustainability" },
|
||||||
@@ -41,8 +39,7 @@ export default function HomePage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support",
|
title: "Support", items: [
|
||||||
items: [
|
|
||||||
{ label: "Find a Depot", href: "/depots" },
|
{ label: "Find a Depot", href: "/depots" },
|
||||||
{ label: "Contact Us", href: "/contact" },
|
{ label: "Contact Us", href: "/contact" },
|
||||||
{ label: "Technical Support", href: "#" },
|
{ label: "Technical Support", href: "#" },
|
||||||
@@ -125,45 +122,17 @@ export default function HomePage() {
|
|||||||
gridVariant="four-items-2x2-equal-grid"
|
gridVariant="four-items-2x2-equal-grid"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", brand: "GHACEM", name: "Super Rapid", price: "Fast Setting", rating: 5,
|
||||||
brand: "GHACEM",
|
reviewCount: "12.5k", imageSrc: "http://img.b2bpic.net/free-photo/clay-powder-close-up_23-2148862931.jpg?_wi=1", imageAlt: "GHACEM Super Rapid Blue Bag"},
|
||||||
name: "Super Rapid",
|
|
||||||
price: "Premium",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "12.5k",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/clay-powder-close-up_23-2148862931.jpg?_wi=1",
|
|
||||||
imageAlt: "GHACEM Super Rapid Blue Bag",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", brand: "GHACEM", name: "Super Strong 42.5R", price: "42.5R Strength", rating: 5,
|
||||||
brand: "GHACEM",
|
reviewCount: "10.8k", imageSrc: "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-13307.jpg?_wi=1", imageAlt: "GHACEM Super Strong 42.5R"},
|
||||||
name: "Super Strong 42.5R",
|
|
||||||
price: "Premium",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "10.8k",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-13307.jpg?_wi=1",
|
|
||||||
imageAlt: "GHACEM Super Strong 42.5R",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", brand: "GHACEM", name: "Eco Cool", price: "Eco-Friendly", rating: 5,
|
||||||
brand: "GHACEM",
|
reviewCount: "8.3k", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-tree-building-exterior_1252-1001.jpg?_wi=1", imageAlt: "GHACEM Eco Cool Sustainable Cement"},
|
||||||
name: "Eco Cool",
|
|
||||||
price: "Premium",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "8.3k",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-tree-building-exterior_1252-1001.jpg?_wi=1",
|
|
||||||
imageAlt: "GHACEM Eco Cool Sustainable Cement",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", brand: "GHACEM", name: "Waterproof", price: "Water Resistant", rating: 5,
|
||||||
brand: "GHACEM",
|
reviewCount: "9.6k", imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-15177.jpg?_wi=1", imageAlt: "GHACEM Waterproof Cement"},
|
||||||
name: "Waterproof",
|
|
||||||
price: "Premium",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "9.6k",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-15177.jpg?_wi=1",
|
|
||||||
imageAlt: "GHACEM Waterproof Cement",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttons={[{ text: "View Full Product Details", href: "/products" }]}
|
buttons={[{ text: "View Full Product Details", href: "/products" }]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -184,40 +153,15 @@ export default function HomePage() {
|
|||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "01",
|
id: "01", title: "Market Leader in Ghana", description: "50+ years of proven excellence and trusted by the nation's construction industry", imageSrc: "http://img.b2bpic.net/free-photo/businessman-celebrating-his-success-after-presenting-project-proposal-his-multiethnic-partners_181624-33367.jpg?_wi=1", imageAlt: "Market leader award"},
|
||||||
title: "Market Leader in Ghana",
|
|
||||||
description: "50+ years of proven excellence and trusted by the nation's construction industry",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-celebrating-his-success-after-presenting-project-proposal-his-multiethnic-partners_181624-33367.jpg?_wi=1",
|
|
||||||
imageAlt: "Market leader award",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "02",
|
id: "02", title: "High Strength & Durable", description: "Superior cement formulation engineered for maximum strength and long-lasting performance", imageSrc: "http://img.b2bpic.net/free-photo/person-holding-shredded-paper-used-as-alternative-fuel_181624-51762.jpg?_wi=1", imageAlt: "High strength concrete test"},
|
||||||
title: "High Strength & Durable",
|
|
||||||
description: "Superior cement formulation engineered for maximum strength and long-lasting performance",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/person-holding-shredded-paper-used-as-alternative-fuel_181624-51762.jpg?_wi=1",
|
|
||||||
imageAlt: "High strength concrete test",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "03",
|
id: "03", title: "ISO Certified Quality", description: "International quality standards certification ensuring consistent excellence in every bag", imageSrc: "http://img.b2bpic.net/free-vector/iso-certification-stamp-collection_23-2148690778.jpg?_wi=1", imageAlt: "ISO certification badge"},
|
||||||
title: "ISO Certified Quality",
|
|
||||||
description: "International quality standards certification ensuring consistent excellence in every bag",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/iso-certification-stamp-collection_23-2148690778.jpg?_wi=1",
|
|
||||||
imageAlt: "ISO certification badge",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "04",
|
id: "04", title: "Nationwide Distribution", description: "Strong network of depots across all regions ensuring reliable supply when you need it", imageSrc: "http://img.b2bpic.net/free-photo/logistics-means-transport-together-with-technological-futuristic-holograms_23-2151662948.jpg?_wi=1", imageAlt: "Distribution network map"},
|
||||||
title: "Nationwide Distribution",
|
|
||||||
description: "Strong network of depots across all regions ensuring reliable supply when you need it",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/logistics-means-transport-together-with-technological-futuristic-holograms_23-2151662948.jpg?_wi=1",
|
|
||||||
imageAlt: "Distribution network map",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "05",
|
id: "05", title: "Trusted by Professionals", description: "Preferred choice of engineers, architects, and contractors throughout Ghana", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-construction_23-2150772878.jpg?_wi=1", imageAlt: "Professional contractors"},
|
||||||
title: "Trusted by Professionals",
|
|
||||||
description: "Preferred choice of engineers, architects, and contractors throughout Ghana",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-construction_23-2150772878.jpg?_wi=1",
|
|
||||||
imageAlt: "Professional contractors",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -229,21 +173,13 @@ export default function HomePage() {
|
|||||||
author="Kwame Asante, Chief Construction Engineer"
|
author="Kwame Asante, Chief Construction Engineer"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-18998.jpg",
|
src: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-18998.jpg", alt: "Kwame Asante"},
|
||||||
alt: "Kwame Asante",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1726.jpg",
|
src: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1726.jpg", alt: "Client testimonial"},
|
||||||
alt: "Client testimonial",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/man-with-construction-plan-copy-space_23-2148269820.jpg",
|
src: "http://img.b2bpic.net/free-photo/man-with-construction-plan-copy-space_23-2148269820.jpg", alt: "Construction professional"},
|
||||||
alt: "Construction professional",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/close-up-entrepreneur-with-corporate-job-looking-camera-business-office-portrait-young-man-preparing-work-planning-development-industry-with-technology-computer_482257-29387.jpg",
|
src: "http://img.b2bpic.net/free-photo/close-up-entrepreneur-with-corporate-job-looking-camera-business-office-portrait-young-man-preparing-work-planning-development-industry-with-technology-computer_482257-29387.jpg", alt: "Industry expert"},
|
||||||
alt: "Industry expert",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
ratingAnimation="slide-up"
|
ratingAnimation="slide-up"
|
||||||
avatarsAnimation="slide-up"
|
avatarsAnimation="slide-up"
|
||||||
@@ -263,41 +199,14 @@ export default function HomePage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
blogs={[
|
blogs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", category: "Product Launch", title: "Launch of Super Strong Waterproof Cement", excerpt:
|
||||||
category: "Product Launch",
|
"GHACEM introduces revolutionary waterproof cement technology combining superior strength with advanced moisture protection for enhanced durability in all climates.", imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-15177.jpg?_wi=2", imageAlt: "New waterproof cement product", authorName: "GHACEM Communications", authorAvatar: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-18998.jpg", date: "15 Jan 2025"},
|
||||||
title: "Launch of Super Strong Waterproof Cement",
|
|
||||||
excerpt:
|
|
||||||
"GHACEM introduces revolutionary waterproof cement technology combining superior strength with advanced moisture protection for enhanced durability in all climates.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-15177.jpg?_wi=2",
|
|
||||||
imageAlt: "New waterproof cement product",
|
|
||||||
authorName: "GHACEM Communications",
|
|
||||||
authorAvatar: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-18998.jpg",
|
|
||||||
date: "15 Jan 2025",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", category: "Expansion", title: "Expansion of Distribution Depots Nationwide", excerpt:
|
||||||
category: "Expansion",
|
"GHACEM continues its commitment to national development by expanding its distribution network, ensuring faster delivery and better accessibility across all regions.", imageSrc: "http://img.b2bpic.net/free-photo/logistics-means-transport-together-with-technological-futuristic-holograms_23-2151662948.jpg?_wi=2", imageAlt: "Distribution depot expansion", authorName: "GHACEM Logistics", authorAvatar: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1726.jpg", date: "10 Jan 2025"},
|
||||||
title: "Expansion of Distribution Depots Nationwide",
|
|
||||||
excerpt:
|
|
||||||
"GHACEM continues its commitment to national development by expanding its distribution network, ensuring faster delivery and better accessibility across all regions.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/logistics-means-transport-together-with-technological-futuristic-holograms_23-2151662948.jpg?_wi=2",
|
|
||||||
imageAlt: "Distribution depot expansion",
|
|
||||||
authorName: "GHACEM Logistics",
|
|
||||||
authorAvatar: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1726.jpg",
|
|
||||||
date: "10 Jan 2025",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", category: "Community", title: "Community Projects by GHACEM Cement Foundation", excerpt:
|
||||||
category: "Community",
|
"The GHACEM Cement Foundation has completed over 500 community projects, supporting education, infrastructure, and social development across Ghana for over 20 years.", imageSrc: "http://img.b2bpic.net/free-photo/image-with-field-windmill-agricultural-concept_185193-109570.jpg?_wi=1", imageAlt: "Community development project", authorName: "GHACEM Foundation", authorAvatar: "http://img.b2bpic.net/free-photo/man-with-construction-plan-copy-space_23-2148269820.jpg", date: "05 Jan 2025"},
|
||||||
title: "Community Projects by GHACEM Cement Foundation",
|
|
||||||
excerpt:
|
|
||||||
"The GHACEM Cement Foundation has completed over 500 community projects, supporting education, infrastructure, and social development across Ghana for over 20 years.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/image-with-field-windmill-agricultural-concept_185193-109570.jpg?_wi=1",
|
|
||||||
imageAlt: "Community development project",
|
|
||||||
authorName: "GHACEM Foundation",
|
|
||||||
authorAvatar: "http://img.b2bpic.net/free-photo/man-with-construction-plan-copy-space_23-2148269820.jpg",
|
|
||||||
date: "05 Jan 2025",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
carouselMode="buttons"
|
carouselMode="buttons"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user