Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-28 10:23:53 +00:00

View File

@@ -30,22 +30,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Services",
id: "services",
},
{
name: "Products",
id: "products",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Services", id: "services" },
{ name: "Products", id: "products" },
{ name: "Contact", id: "contact" },
]}
brandName="Westcoast Roofing"
/>
@@ -56,70 +44,20 @@ export default function LandingPage() {
title="Quality Roofing Solutions for Ghana"
description="Premium aluminium, aluzinc, and stone-coated roofing for homeowners and developers. Get a free consultation for your project today."
testimonials={[
{
name: "Kofi Mensah",
handle: "Developer",
testimonial: "Excellent service and quality materials. My project was completed ahead of schedule.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-handling-carpet-together-their-new-home_23-2149086837.jpg?_wi=1",
},
{
name: "Adwoa Boateng",
handle: "Homeowner",
testimonial: "The stone-coated tiles transformed the look of my home. Highly professional team.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-hammer-full-shot_23-2149343668.jpg?_wi=1",
},
{
name: "John Addo",
handle: "Commercial Client",
testimonial: "Very durable steel trusses. Great value for commercial projects.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg",
},
{
name: "Sarah Ameyaw",
handle: "Architect",
testimonial: "Reliable roofing partner with extensive warranties.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/annoyed-woman-with-curly-afro-hairstyle-raises-palm-holds-paint-roller-refurbishes-walls-dressed-casually-stands-against-house-design-project_273609-38581.jpg",
},
{
name: "Prince Osei",
handle: "Contractor",
testimonial: "Best aluminium roofing sheets in Ghana. Highly recommended.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-showing-approval_23-2148269355.jpg",
},
{ name: "Kofi Mensah", handle: "Developer", testimonial: "Excellent service and quality materials. My project was completed ahead of schedule.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-handling-carpet-together-their-new-home_23-2149086837.jpg" },
{ name: "Adwoa Boateng", handle: "Homeowner", testimonial: "The stone-coated tiles transformed the look of my home. Highly professional team.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-hammer-full-shot_23-2149343668.jpg" },
{ name: "John Addo", handle: "Commercial Client", testimonial: "Very durable steel trusses. Great value for commercial projects.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg" },
{ name: "Sarah Ameyaw", handle: "Architect", testimonial: "Reliable roofing partner with extensive warranties.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/annoyed-woman-with-curly-afro-hairstyle-raises-palm-holds-paint-roller-refurbishes-walls-dressed-casually-stands-against-house-design-project_273609-38581.jpg" },
{ name: "Prince Osei", handle: "Contractor", testimonial: "Best aluminium roofing sheets in Ghana. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-showing-approval_23-2148269355.jpg" },
]}
buttons={[
{
text: "Get Free Estimate",
href: "#contact",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/man-with-helmet-working-roof-full-shot_23-2149343662.jpg?_wi=1"
buttons={[{ text: "Get Free Estimate", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/man-with-helmet-working-roof-full-shot_23-2149343662.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-earphones_23-2149343656.jpg",
alt: "Client avatar 1",
},
{
src: "http://img.b2bpic.net/free-photo/full-shot-man-working-with-protection-helmet_23-2149343638.jpg",
alt: "Client avatar 2",
},
{
src: "http://img.b2bpic.net/free-photo/worker-with-level-building-roof-house_23-2148748855.jpg",
alt: "Client avatar 3",
},
{
src: "http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741210.jpg",
alt: "Client avatar 4",
},
{
src: "http://img.b2bpic.net/free-photo/farmer-rancher-talking-with-agronomist-woman-working-hydroponics-greenhouse-plantation-harvesting-organic-green-vegetables-agronomist-woman-writing-cultivated-production-agricultural-concept_482257-38015.jpg",
alt: "Client avatar 5",
},
{ src: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-earphones_23-2149343656.jpg", alt: "Client avatar 1" },
{ src: "http://img.b2bpic.net/free-photo/full-shot-man-working-with-protection-helmet_23-2149343638.jpg", alt: "Client avatar 2" },
{ src: "http://img.b2bpic.net/free-photo/worker-with-level-building-roof-house_23-2148748855.jpg", alt: "Client avatar 3" },
{ src: "http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741210.jpg", alt: "Client avatar 4" },
{ src: "http://img.b2bpic.net/free-photo/farmer-rancher-talking-with-agronomist-woman-working-hydroponics-greenhouse-plantation-harvesting-organic-green-vegetables-agronomist-woman-writing-cultivated-production-agricultural-concept_482257-38015.jpg", alt: "Client avatar 5" },
]}
/>
</div>
@@ -131,20 +69,11 @@ export default function LandingPage() {
title="Comprehensive Roofing Services"
description="Serving Afienya and the whole of Ghana, we deliver top-tier materials and expert installation to ensure your roof stands the test of time."
bulletPoints={[
{
title: "Supply & Install",
description: "Expert delivery and installation of all materials.",
},
{
title: "Material Range",
description: "Quality aluminium, aluzinc, tiles, and steel trusses.",
},
{
title: "Free Consultations",
description: "Professional guidance to choose the right roof.",
},
{ title: "Supply & Install", description: "Expert delivery and installation of all materials." },
{ title: "Material Range", description: "Quality aluminium, aluzinc, tiles, and steel trusses." },
{ title: "Free Consultations", description: "Professional guidance to choose the right roof." },
]}
imageSrc="http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15619.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15619.jpg"
mediaAnimation="slide-up"
/>
</div>
@@ -154,27 +83,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
{
tag: "Quality",
title: "Long-Term Warranties",
subtitle: "Peace of mind",
description: "Our materials come with solid warranties.",
imageSrc: "http://img.b2bpic.net/free-photo/black-iron-tin-fence-lined-background-metal-texture_158595-6441.jpg",
},
{
tag: "Expertise",
title: "Professional Installation",
subtitle: "Skilled labor",
description: "Our teams are experts in modern roofing techniques.",
imageSrc: "http://img.b2bpic.net/free-photo/iron-structure_1127-2097.jpg",
},
{
tag: "Service",
title: "Nationwide Reach",
subtitle: "Multiple hubs",
description: "We serve Afienya, Madina, Tamale, and beyond.",
imageSrc: "http://img.b2bpic.net/free-photo/modern-construction_1127-104.jpg",
},
{ tag: "Quality", title: "Long-Term Warranties", subtitle: "Peace of mind", description: "Our materials come with solid warranties.", imageSrc: "http://img.b2bpic.net/free-photo/black-iron-tin-fence-lined-background-metal-texture_158595-6441.jpg" },
{ tag: "Expertise", title: "Professional Installation", subtitle: "Skilled labor", description: "Our teams are experts in modern roofing techniques.", imageSrc: "http://img.b2bpic.net/free-photo/iron-structure_1127-2097.jpg" },
{ tag: "Service", title: "Nationwide Reach", subtitle: "Multiple hubs", description: "We serve Afienya, Madina, Tamale, and beyond.", imageSrc: "http://img.b2bpic.net/free-photo/modern-construction_1127-104.jpg" },
]}
title="Our Core Advantages"
description="Why homeowners and developers trust Westcoast Roofing Systems."
@@ -188,60 +99,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "1",
brand: "Westcoast",
name: "Aluminium Sheets",
price: "Contact for Price",
rating: 5,
reviewCount: "12",
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13101.jpg?_wi=1",
},
{
id: "2",
brand: "Westcoast",
name: "Aluzinc Sheets",
price: "Contact for Price",
rating: 5,
reviewCount: "15",
imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13942.jpg",
},
{
id: "3",
brand: "Westcoast",
name: "Stone Coated Tiles",
price: "Contact for Price",
rating: 5,
reviewCount: "20",
imageSrc: "http://img.b2bpic.net/free-photo/crop-man-doing-plank-exercise_23-2147755408.jpg",
},
{
id: "4",
brand: "Westcoast",
name: "Asphalt Shingles",
price: "Contact for Price",
rating: 4,
reviewCount: "8",
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13159.jpg",
},
{
id: "5",
brand: "Westcoast",
name: "Steel Trusses",
price: "Contact for Price",
rating: 5,
reviewCount: "30",
imageSrc: "http://img.b2bpic.net/free-photo/modern-stadium_1127-110.jpg",
},
{
id: "6",
brand: "Westcoast",
name: "Roofing Accessories",
price: "Contact for Price",
rating: 5,
reviewCount: "10",
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13092.jpg",
},
{ id: "1", brand: "Westcoast", name: "Aluminium Sheets", price: "Contact for Price", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13101.jpg" },
{ id: "2", brand: "Westcoast", name: "Aluzinc Sheets", price: "Contact for Price", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13942.jpg" },
{ id: "3", brand: "Westcoast", name: "Stone Coated Tiles", price: "Contact for Price", rating: 5, reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/crop-man-doing-plank-exercise_23-2147755408.jpg" },
{ id: "4", brand: "Westcoast", name: "Asphalt Shingles", price: "Contact for Price", rating: 4, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13159.jpg" },
{ id: "5", brand: "Westcoast", name: "Steel Trusses", price: "Contact for Price", rating: 5, reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/modern-stadium_1127-110.jpg" },
{ id: "6", brand: "Westcoast", name: "Roofing Accessories", price: "Contact for Price", rating: 5, reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13092.jpg" },
]}
title="Our Roofing Materials"
description="Premium quality products designed to withstand the Ghanaian climate."
@@ -253,56 +116,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Kofi Mensah",
date: "2024-05",
title: "Developer",
quote: "Reliable roofing solutions.",
avatarSrc: "http://img.b2bpic.net/free-photo/smiley-architect-posing-camera_23-2148242927.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-roof-full-shot_23-2149343662.jpg?_wi=2",
imageAlt: "happy homeowner standing house roof",
},
{
id: "2",
name: "Adwoa Boateng",
date: "2024-06",
title: "Homeowner",
quote: "Excellent tiles.",
avatarSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15619.jpg?_wi=2",
imageAlt: "happy homeowner standing house roof",
},
{
id: "3",
name: "John Addo",
date: "2024-07",
title: "Commercial",
quote: "Great quality steel.",
avatarSrc: "http://img.b2bpic.net/free-photo/asian-attractive-glasses-interior-designer-working-house-site-renovation-construction-progress-with-smile-confident-desk-with-blue-print-drawing-tool_609648-514.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13101.jpg?_wi=2",
imageAlt: "happy homeowner standing house roof",
},
{
id: "4",
name: "Sarah Ameyaw",
date: "2024-08",
title: "Architect",
quote: "Highly recommended.",
avatarSrc: "http://img.b2bpic.net/free-photo/lower-angle-portrait-young-strong-man-with-muscles-tries-close-his-suitcase-full-clothes-pressing-bag-with-effort_1258-314717.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/couple-handling-carpet-together-their-new-home_23-2149086837.jpg?_wi=2",
imageAlt: "happy homeowner standing house roof",
},
{
id: "5",
name: "Prince Osei",
date: "2024-09",
title: "Contractor",
quote: "Professional team.",
avatarSrc: "http://img.b2bpic.net/free-photo/happy-couple-celebrating-giving-highfive-each-other-while-being-meeting-with-real-estate-agent_637285-6877.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-hammer-full-shot_23-2149343668.jpg?_wi=2",
imageAlt: "happy homeowner standing house roof",
},
{ id: "1", name: "Kofi Mensah", date: "2024-05", title: "Developer", quote: "Reliable roofing solutions.", tag: "Client", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-architect-posing-camera_23-2148242927.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-roof-full-shot_23-2149343662.jpg", imageAlt: "happy homeowner standing house roof" },
{ id: "2", name: "Adwoa Boateng", date: "2024-06", title: "Homeowner", quote: "Excellent tiles.", tag: "Client", avatarSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg", imageSrc: "http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15619.jpg", imageAlt: "happy homeowner standing house roof" },
{ id: "3", name: "John Addo", date: "2024-07", title: "Commercial", quote: "Great quality steel.", tag: "Client", avatarSrc: "http://img.b2bpic.net/free-photo/asian-attractive-glasses-interior-designer-working-house-site-renovation-construction-progress-with-smile-confident-desk-with-blue-print-drawing-tool_609648-514.jpg", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13101.jpg", imageAlt: "happy homeowner standing house roof" },
{ id: "4", name: "Sarah Ameyaw", date: "2024-08", title: "Architect", quote: "Highly recommended.", tag: "Client", avatarSrc: "http://img.b2bpic.net/free-photo/lower-angle-portrait-young-strong-man-with-muscles-tries-close-his-suitcase-full-clothes-pressing-bag-with-effort_1258-314717.jpg", imageSrc: "http://img.b2bpic.net/free-photo/couple-handling-carpet-together-their-new-home_23-2149086837.jpg", imageAlt: "happy homeowner standing house roof" },
{ id: "5", name: "Prince Osei", date: "2024-09", title: "Contractor", quote: "Professional team.", tag: "Client", avatarSrc: "http://img.b2bpic.net/free-photo/happy-couple-celebrating-giving-highfive-each-other-while-being-meeting-with-real-estate-agent_637285-6877.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-hammer-full-shot_23-2149343668.jpg", imageAlt: "happy homeowner standing house roof" },
]}
title="What Our Clients Say"
description="Trusted by hundreds of property owners across Ghana."
@@ -314,21 +132,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "Do you offer free estimates?",
content: "Yes, we provide free estimates and consultations for all roofing projects.",
},
{
id: "2",
title: "Which areas do you serve?",
content: "We have offices in Afienya, Madina, and Tamale, and provide nationwide service.",
},
{
id: "3",
title: "What is your typical business hour?",
content: "MonFri: 8:30 AM 5:00 PM. Weekends: 9:30 AM 2:30 PM.",
},
{ id: "1", title: "Do you offer free estimates?", content: "Yes, we provide free estimates and consultations for all roofing projects." },
{ id: "2", title: "Which areas do you serve?", content: "We have offices in Afienya, Madina, and Tamale, and provide nationwide service." },
{ id: "3", title: "What is your typical business hour?", content: "MonFri: 8:30 AM 5:00 PM. Weekends: 9:30 AM 2:30 PM." },
]}
title="Frequently Asked Questions"
description="Answers to common roofing queries."
@@ -342,25 +148,10 @@ export default function LandingPage() {
title="Contact Afienya Branch"
description="Phone: +233 20 131 6642. Located around the railway overpass / Akosombo Road."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Your Phone Number",
required: true,
},
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "phone", type: "tel", placeholder: "Your Phone Number", required: true },
]}
textarea={{
name: "message",
placeholder: "How can we help with your roof?",
rows: 4,
required: true,
}}
textarea={{ name: "message", placeholder: "How can we help with your roof?", rows: 4, required: true }}
imageSrc="http://img.b2bpic.net/free-photo/corporate-building-with-empty-room_23-2148727503.jpg"
/>
</div>
@@ -369,36 +160,8 @@ export default function LandingPage() {
<FooterBaseCard
logoText="Westcoast Roofing"
columns={[
{
title: "Services",
items: [
{
label: "Aluminium Roofing",
href: "#",
},
{
label: "Steel Trusses",
href: "#",
},
],
},
{
title: "Locations",
items: [
{
label: "Afienya",
href: "#",
},
{
label: "Madina",
href: "#",
},
{
label: "Tamale",
href: "#",
},
],
},
{ title: "Services", items: [{ label: "Aluminium Roofing", href: "#" }, { label: "Steel Trusses", href: "#" }] },
{ title: "Locations", items: [{ label: "Afienya", href: "#" }, { label: "Madina", href: "#" }, { label: "Tamale", href: "#" }] },
]}
copyrightText="© 2025 Westcoast Roofing Systems Gh. Ltd"
/>