Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 520439386e | |||
| 918be0319a | |||
| 153163c405 | |||
| 3c6172a971 | |||
| 7e5a9c79c1 | |||
| 051a66352a | |||
| 0bcfd8d948 | |||
| 33380113b7 |
@@ -51,7 +51,7 @@ export default function LandingPage() {
|
||||
description="Durable. Elegant. Built to last for decades."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote", href: "#contact"},
|
||||
text: "Get My Free Quote", href: "#contact"},
|
||||
{
|
||||
text: "View Products", href: "#products"},
|
||||
]}
|
||||
@@ -112,17 +112,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
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"
|
||||
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."
|
||||
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>
|
||||
@@ -246,4 +246,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user