8 Commits

Author SHA1 Message Date
520439386e Merge version_4 into main
Merge version_4 into main
2026-04-24 08:15:30 +00:00
918be0319a Update src/app/page.tsx 2026-04-24 08:15:27 +00:00
153163c405 Merge version_3 into main
Merge version_3 into main
2026-04-24 08:14:30 +00:00
3c6172a971 Update src/app/page.tsx 2026-04-24 08:14:27 +00:00
7e5a9c79c1 Merge version_2 into main
Merge version_2 into main
2026-04-24 08:13:07 +00:00
051a66352a Update src/app/page.tsx 2026-04-24 08:13:04 +00:00
0bcfd8d948 Merge version_1 into main
Merge version_1 into main
2026-04-24 08:11:54 +00:00
33380113b7 Merge version_1 into main
Merge version_1 into main
2026-04-24 08:11:25 +00:00

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
description="Durable. Elegant. Built to last for decades." description="Durable. Elegant. Built to last for decades."
buttons={[ buttons={[
{ {
text: "Get a Free Quote", href: "#contact"}, text: "Get My Free Quote", href: "#contact"},
{ {
text: "View Products", href: "#products"}, text: "View Products", href: "#products"},
]} ]}
@@ -112,17 +112,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "p1", name: "Long Span Aluminium", price: "Contact for Quote", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13244.jpg"}, id: "p1", name: "Long Span Aluminium", price: "From ₦3,500/sqm", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13244.jpg"},
{ {
id: "p2", name: "Step Tiles", price: "Contact for Quote", imageSrc: "http://img.b2bpic.net/free-photo/acoustic-foam-studio_1381-15.jpg"}, id: "p2", name: "Step Tiles", price: "From ₦4,200/sqm", imageSrc: "http://img.b2bpic.net/free-photo/acoustic-foam-studio_1381-15.jpg"},
{ {
id: "p3", name: "Metro Tiles", price: "Contact for Quote", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13093.jpg"}, id: "p3", name: "Metro Tiles", price: "From ₦4,800/sqm", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13093.jpg"},
{ {
id: "p4", name: "Aluminum Doors", price: "Contact for Quote", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-sunglasses-looking-her-smartphone_1157-1805.jpg"}, id: "p4", name: "Aluminum Doors", price: "From ₦85,000/set", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-sunglasses-looking-her-smartphone_1157-1805.jpg"},
{ {
id: "p5", name: "Windows", price: "Contact for Quote", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-building-facade_158595-5102.jpg"}, id: "p5", name: "Windows", price: "From ₦45,000/unit", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-building-facade_158595-5102.jpg"},
{ {
id: "p6", name: "Custom Frames", price: "Contact for Quote", imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283235.jpg"}, id: "p6", name: "Custom Frames", price: "From ₦25,000/frame", imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283235.jpg"},
]} ]}
title="Premium Products" title="Premium Products"
description="Top-tier roofing solutions tailored for Nigeria's climate." description="Top-tier roofing solutions tailored for Nigeria's climate."
@@ -209,9 +209,9 @@ export default function LandingPage() {
text="Ready to Upgrade Your Roof? Get a professional quote in seconds. Contact us today via phone or WhatsApp." text="Ready to Upgrade Your Roof? Get a professional quote in seconds. Contact us today via phone or WhatsApp."
buttons={[ buttons={[
{ {
text: "Call Now", href: "tel:+234800000000"}, text: "Get Your Free Consultation", href: "tel:+234800000000"},
{ {
text: "WhatsApp Us", href: "https://wa.me/234800000000"}, text: "Chat on WhatsApp", href: "https://wa.me/234800000000"},
]} ]}
/> />
</div> </div>
@@ -246,4 +246,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }