Merge version_1 into main #2
226
src/app/page.tsx
226
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Simba Roofing"
|
||||
/>
|
||||
@@ -57,73 +49,39 @@ export default function LandingPage() {
|
||||
description="Excellence in construction materials for Zambia's elite infrastructure projects."
|
||||
testimonials={[
|
||||
{
|
||||
name: "John Phiri",
|
||||
handle: "@jonhphiri",
|
||||
testimonial: "The best quality materials I've used in my 10 years of contracting.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kxy391",
|
||||
},
|
||||
name: "John Phiri", handle: "@jonhphiri", testimonial: "The best quality materials I've used in my 10 years of contracting.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kxy391"},
|
||||
{
|
||||
name: "Sarah Mumba",
|
||||
handle: "@smumba_builds",
|
||||
testimonial: "Simba Roofing delivers consistent quality every time. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=so7iis&_wi=1",
|
||||
},
|
||||
name: "Sarah Mumba", handle: "@smumba_builds", testimonial: "Simba Roofing delivers consistent quality every time. Highly recommended.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=so7iis"},
|
||||
{
|
||||
name: "David Banda",
|
||||
handle: "@dbanda_const",
|
||||
testimonial: "Exceptional steel durability, perfect for our industrial projects.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rbim0d&_wi=1",
|
||||
},
|
||||
name: "David Banda", handle: "@dbanda_const", testimonial: "Exceptional steel durability, perfect for our industrial projects.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rbim0d"},
|
||||
{
|
||||
name: "Lilian Zulu",
|
||||
handle: "@lzulu_arch",
|
||||
testimonial: "Top-tier service and reliable delivery schedules across Lusaka.",
|
||||
rating: 4,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=t7xx9d&_wi=1",
|
||||
},
|
||||
name: "Lilian Zulu", handle: "@lzulu_arch", testimonial: "Top-tier service and reliable delivery schedules across Lusaka.", rating: 4,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=t7xx9d"},
|
||||
{
|
||||
name: "Michael Tembo",
|
||||
handle: "@mtembo_eng",
|
||||
testimonial: "Quality materials that define excellence in modern construction.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e3yuhj&_wi=1",
|
||||
},
|
||||
name: "Michael Tembo", handle: "@mtembo_eng", testimonial: "Quality materials that define excellence in modern construction.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e3yuhj"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Quote", href: "#contact"},
|
||||
{
|
||||
text: "WhatsApp Now",
|
||||
href: "https://wa.me/260970430039",
|
||||
},
|
||||
text: "WhatsApp Now", href: "https://wa.me/260970430039"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=88dff2"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=writun",
|
||||
alt: "Client avatar 1",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=writun", alt: "Client avatar 1"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=88dff2",
|
||||
alt: "Client avatar 2",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=88dff2", alt: "Client avatar 2"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cg58ct",
|
||||
alt: "Client avatar 3",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cg58ct", alt: "Client avatar 3"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=k92z53",
|
||||
alt: "Client avatar 4",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=k92z53", alt: "Client avatar 4"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5opgqz",
|
||||
alt: "Client avatar 5",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5opgqz", alt: "Client avatar 5"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ satisfied construction professionals"
|
||||
/>
|
||||
@@ -134,16 +92,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Simba Roofing: Your Foundation of Excellence",
|
||||
},
|
||||
type: "text", content: "Simba Roofing: Your Foundation of Excellence"},
|
||||
{
|
||||
type: "image",
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cg58ct",
|
||||
alt: "Construction experts",
|
||||
},
|
||||
type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cg58ct", alt: "Construction experts"},
|
||||
]}
|
||||
description="We are a trusted supplier of roofing sheets, steel tubes, lipped channels, timbers, and high-quality hardware in Lusaka, committed to providing the materials that build Zambia's future."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -155,47 +107,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Iron Sheets",
|
||||
price: "Contact for pricing",
|
||||
variant: "Premium",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=k92z53",
|
||||
},
|
||||
id: "p1", name: "Iron Sheets", price: "Contact for pricing", variant: "Premium", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=k92z53"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Roofing Sheets",
|
||||
price: "Contact for pricing",
|
||||
variant: "Industrial",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5opgqz",
|
||||
},
|
||||
id: "p2", name: "Roofing Sheets", price: "Contact for pricing", variant: "Industrial", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5opgqz"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Lipped Channels",
|
||||
price: "Contact for pricing",
|
||||
variant: "Standard",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3wlnq3",
|
||||
},
|
||||
id: "p3", name: "Lipped Channels", price: "Contact for pricing", variant: "Standard", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3wlnq3"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Rectangular Tubes",
|
||||
price: "Contact for pricing",
|
||||
variant: "Pro-Grade",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l8938l",
|
||||
},
|
||||
id: "p4", name: "Rectangular Tubes", price: "Contact for pricing", variant: "Pro-Grade", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l8938l"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Square Tubes",
|
||||
price: "Contact for pricing",
|
||||
variant: "Pro-Grade",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jemira",
|
||||
},
|
||||
id: "p5", name: "Square Tubes", price: "Contact for pricing", variant: "Pro-Grade", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jemira"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Timbers",
|
||||
price: "Contact for pricing",
|
||||
variant: "Natural",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fwwql5",
|
||||
},
|
||||
id: "p6", name: "Timbers", price: "Contact for pricing", variant: "Natural", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fwwql5"},
|
||||
]}
|
||||
title="Premium Material Catalog"
|
||||
description="Elite grade materials for every phase of construction."
|
||||
@@ -210,30 +132,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Top Quality Materials",
|
||||
description: "Strict quality control on every steel and timber product.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=suukej",
|
||||
},
|
||||
title: "Top Quality Materials", description: "Strict quality control on every steel and timber product.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=suukej"},
|
||||
{
|
||||
title: "Competitive Pricing",
|
||||
description: "Elite quality doesn't always have to break the budget.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qpc2er",
|
||||
},
|
||||
title: "Competitive Pricing", description: "Elite quality doesn't always have to break the budget.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qpc2er"},
|
||||
{
|
||||
title: "Fast Delivery",
|
||||
description: "Reliable supply chain logistics across Lusaka.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bx8j9q",
|
||||
},
|
||||
title: "Fast Delivery", description: "Reliable supply chain logistics across Lusaka.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bx8j9q"},
|
||||
{
|
||||
title: "Trusted by Contractors",
|
||||
description: "The first choice for building industry professionals.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=40f3bc",
|
||||
},
|
||||
title: "Trusted by Contractors", description: "The first choice for building industry professionals.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=40f3bc"},
|
||||
{
|
||||
title: "Long-Lasting Durability",
|
||||
description: "Materials engineered for extreme conditions.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8teoy4",
|
||||
},
|
||||
title: "Long-Lasting Durability", description: "Materials engineered for extreme conditions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8teoy4"},
|
||||
]}
|
||||
title="Why Choose Simba Roofing"
|
||||
description="Standard-setting quality for Lusaka's most demanding projects."
|
||||
@@ -245,30 +152,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Client 1",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=so7iis&_wi=2",
|
||||
},
|
||||
id: "t1", name: "Client 1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=so7iis"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Client 2",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rbim0d&_wi=2",
|
||||
},
|
||||
id: "t2", name: "Client 2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rbim0d"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Client 3",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=t7xx9d&_wi=2",
|
||||
},
|
||||
id: "t3", name: "Client 3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=t7xx9d"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Client 4",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e3yuhj&_wi=2",
|
||||
},
|
||||
id: "t4", name: "Client 4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e3yuhj"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Client 5",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=writun",
|
||||
},
|
||||
id: "t5", name: "Client 5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=writun"},
|
||||
]}
|
||||
cardTitle="Contractor Testimonials"
|
||||
cardTag="Reviews"
|
||||
@@ -282,20 +174,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you deliver to site?",
|
||||
content: "Yes, we provide reliable site delivery services across Lusaka.",
|
||||
},
|
||||
id: "f1", title: "Do you deliver to site?", content: "Yes, we provide reliable site delivery services across Lusaka."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are your materials certified?",
|
||||
content: "All our steel and roofing materials meet national construction standards.",
|
||||
},
|
||||
id: "f2", title: "Are your materials certified?", content: "All our steel and roofing materials meet national construction standards."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How can I request a quote?",
|
||||
content: "You can fill the quote form below or reach out via WhatsApp for immediate assistance.",
|
||||
},
|
||||
id: "f3", title: "How can I request a quote?", content: "You can fill the quote form below or reach out via WhatsApp for immediate assistance."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Get quick answers about our construction supplies."
|
||||
@@ -307,8 +190,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Contact Us"
|
||||
title="Request a Quote"
|
||||
description="Phone: 0970430039 | Address: Salima, Lusaka 10101 Zambia"
|
||||
@@ -319,29 +201,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Products",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Products", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/260970430039",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/260970430039"},
|
||||
{
|
||||
label: "Address: Lusaka",
|
||||
href: "#",
|
||||
},
|
||||
label: "Address: Lusaka", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user