Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7e2972f63c | |||
| 47a7030165 | |||
| e9d14caafe | |||
| 8105612cf4 |
@@ -48,8 +48,8 @@ export default function LandingPage() {
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Book via WhatsApp", href: "https://wa.me/?text=Hello%20ProCleaners%2C%20I%27d%20like%20to%20book%20a%20cleaning%20service."}}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EzHDC5WaWMQAoCk5qyglLX37Pw/uploaded-1781176143195-qmrrs1ky.jpg"
|
||||
text: "Book via WhatsApp", href: "https://wa.me/27625242013"}}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EzHDC5WaWMQAoCk5qyglLX37Pw/uploaded-1781177267100-jzyix8m9.png"
|
||||
logoAlt="ProCleaners Logo"
|
||||
brandName="ProCleaners"
|
||||
logoImageClassName="h-12 w-auto"
|
||||
@@ -92,7 +92,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book via WhatsApp", href: "https://wa.me/?text=Hello%20ProCleaners%2C%20I%27d%20like%20to%20book%20a%20cleaning%20service."},
|
||||
text: "Book via WhatsApp", href: "https://wa.me/27625242013"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
@@ -176,7 +176,7 @@ export default function LandingPage() {
|
||||
id: "residential-deep", badge: "Home Best Seller", badgeIcon: Sparkles,
|
||||
price: "Starting at $249", subtitle: "Perfect for a spotless home refresh", buttons: [
|
||||
{
|
||||
text: "Book Residential", href: "https://wa.me/?text=Hello%20ProCleaners%2C%20I%27m%20interested%20in%20Residential%20Deep%20Cleaning."},
|
||||
text: "Book Residential", href: "https://wa.me/27625242013"},
|
||||
],
|
||||
features: [
|
||||
"Full Home Sanitization", "Kitchen & Bathroom Deep Clean", "Vacuum & Mopping", "Window Interior Cleaning"],
|
||||
@@ -185,7 +185,7 @@ export default function LandingPage() {
|
||||
id: "commercial-standard", badge: "Business Choice", badgeIcon: Building,
|
||||
price: "Custom Quote", subtitle: "Ideal for regular office maintenance", buttons: [
|
||||
{
|
||||
text: "Get Commercial Quote", href: "https://wa.me/?text=Hello%20ProCleaners%2C%20I%27d%20like%20a%20quote%20for%20Commercial%20Standard%20Cleaning."},
|
||||
text: "Get Commercial Quote", href: "https://wa.me/27625242013"},
|
||||
],
|
||||
features: [
|
||||
"Office Area Cleaning", "Restroom Sanitization", "Trash Removal", "Floor Care & Dusting"],
|
||||
@@ -194,7 +194,7 @@ export default function LandingPage() {
|
||||
id: "specialized-property", badge: "Real Estate Pro", badgeIcon: ShieldCheck,
|
||||
price: "Project-Based", subtitle: "Guaranteed results for turnovers & post-construction", buttons: [
|
||||
{
|
||||
text: "Request Consultation", href: "https://wa.me/?text=Hello%20ProCleaners%2C%20I%27d%20like%20a%20consultation%20for%20Specialized%20Property%20Cleaning."},
|
||||
text: "Request Consultation", href: "https://wa.me/27625242013"},
|
||||
],
|
||||
features: [
|
||||
"Dust & Debris Removal", "Surface Polishing", "Window Cleaning (Int/Ext)", "Final Inspection & Documentation"],
|
||||
@@ -289,7 +289,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EzHDC5WaWMQAoCk5qyglLX37Pw/uploaded-1781176143195-qmrrs1ky.jpg"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EzHDC5WaWMQAoCk5qyglLX37Pw/uploaded-1781177267100-jzyix8m9.png"
|
||||
logoAlt="ProCleaners Logo"
|
||||
logoText="ProCleaners"
|
||||
columns={[
|
||||
@@ -334,4 +334,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user