Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cad533552d | |||
| 22cec9341b | |||
| a4a8106008 | |||
| 78d10c9895 |
178
src/app/page.tsx
178
src/app/page.tsx
@@ -29,68 +29,43 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="CK PlumbCorp"
|
||||
button={{
|
||||
text: "Call 24/7",
|
||||
href: "tel:0400000000",
|
||||
}}
|
||||
text: "Call 24/7", href: "tel:0400000000"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Sydney’s Trusted Industrial Luxury Plumbers"
|
||||
description="24/7 emergency response. Expert residential care. Experience the premium standard of plumbing service in Sydney."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-redbeard-elegant-male-dressed-tweed-flat-cap-black-jacket-grey-background_613910-13411.jpg",
|
||||
imageAlt: "Luxury plumbing service Sydney",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-redbeard-elegant-male-dressed-tweed-flat-cap-black-jacket-grey-background_613910-13411.jpg", imageAlt: "Luxury plumbing service Sydney"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-stainless-metallic-straws-copy-space_23-2148768657.jpg",
|
||||
imageAlt: "Luxury plumbing service Sydney",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-stainless-metallic-straws-copy-space_23-2148768657.jpg", imageAlt: "Luxury plumbing service Sydney"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/candy-girl-kitchen_1150-9993.jpg",
|
||||
imageAlt: "Luxury plumbing service Sydney",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/candy-girl-kitchen_1150-9993.jpg", imageAlt: "Luxury plumbing service Sydney"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-adjusting-water-tap-with-wrench_259150-58269.jpg",
|
||||
imageAlt: "Luxury plumbing service Sydney",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-adjusting-water-tap-with-wrench_259150-58269.jpg", imageAlt: "Luxury plumbing service Sydney"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-fleece-shirt-holds-tablet-pc-grey-background_613910-12280.jpg",
|
||||
imageAlt: "Luxury plumbing service Sydney",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-fleece-shirt-holds-tablet-pc-grey-background_613910-12280.jpg", imageAlt: "Luxury plumbing service Sydney"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bathtub-faucet-closeup-with-luxury-living-concept_53876-146213.jpg",
|
||||
imageAlt: "Luxury plumbing service Sydney",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bathtub-faucet-closeup-with-luxury-living-concept_53876-146213.jpg", imageAlt: "Luxury plumbing service Sydney"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -103,23 +78,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "24/7 Emergency",
|
||||
description: "Rapid response for urgent Sydney plumbing issues.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-closeup-shot-water-pouring-water-drain_181624-18353.jpg",
|
||||
imageAlt: "Emergency plumbing tool",
|
||||
},
|
||||
title: "24/7 Emergency", description: "Rapid response for urgent Sydney plumbing issues.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-closeup-shot-water-pouring-water-drain_181624-18353.jpg", imageAlt: "Emergency plumbing tool"},
|
||||
{
|
||||
title: "Installation",
|
||||
description: "High-end fixture installation by licensed experts.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/water-retro-nobody-bathroom-vintage_1203-4969.jpg",
|
||||
imageAlt: "Luxury bathroom plumbing",
|
||||
},
|
||||
title: "Installation", description: "High-end fixture installation by licensed experts.", imageSrc: "http://img.b2bpic.net/free-photo/water-retro-nobody-bathroom-vintage_1203-4969.jpg", imageAlt: "Luxury bathroom plumbing"},
|
||||
{
|
||||
title: "Pipework",
|
||||
description: "Expert repairs using premium materials for longevity.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-53070.jpg",
|
||||
imageAlt: "Copper plumbing pipework",
|
||||
},
|
||||
title: "Pipework", description: "Expert repairs using premium materials for longevity.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-53070.jpg", imageAlt: "Copper plumbing pipework"},
|
||||
]}
|
||||
title="Premium Plumbing Services"
|
||||
description="Comprehensive care for your residential or commercial property."
|
||||
@@ -133,64 +96,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "John Doe",
|
||||
role: "Homeowner",
|
||||
company: "Sydney East",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
imageAlt: "Professional headshot business",
|
||||
},
|
||||
id: "1", name: "John Doe", role: "Homeowner", company: "Sydney East", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Professional headshot business"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jane Smith",
|
||||
role: "Property Manager",
|
||||
company: "CBD Office",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/review-evaluation-satisfaction-customer-service-feedback-sign-icon_53876-120161.jpg",
|
||||
imageAlt: "Happy homeowner portrait",
|
||||
},
|
||||
id: "2", name: "Jane Smith", role: "Property Manager", company: "CBD Office", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/review-evaluation-satisfaction-customer-service-feedback-sign-icon_53876-120161.jpg", imageAlt: "Happy homeowner portrait"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mark Wilson",
|
||||
role: "Homeowner",
|
||||
company: "North Shore",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg",
|
||||
imageAlt: "Professional customer headshot",
|
||||
},
|
||||
id: "3", name: "Mark Wilson", role: "Homeowner", company: "North Shore", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", imageAlt: "Professional customer headshot"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sarah Lee",
|
||||
role: "Developer",
|
||||
company: "Inner West",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/older-woman-drinking-coffee-smiling-house-white-shirt-daytime_176474-4942.jpg",
|
||||
imageAlt: "Smiling home owner",
|
||||
},
|
||||
id: "4", name: "Sarah Lee", role: "Developer", company: "Inner West", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/older-woman-drinking-coffee-smiling-house-white-shirt-daytime_176474-4942.jpg", imageAlt: "Smiling home owner"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Tom Brown",
|
||||
role: "Homeowner",
|
||||
company: "Northern Beaches",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg",
|
||||
imageAlt: "Professional client photo",
|
||||
},
|
||||
id: "5", name: "Tom Brown", role: "Homeowner", company: "Northern Beaches", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg", imageAlt: "Professional client photo"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.9/5",
|
||||
label: "Google Rating",
|
||||
},
|
||||
value: "4.9/5", label: "Google Rating"},
|
||||
{
|
||||
value: "24/7",
|
||||
label: "Service",
|
||||
},
|
||||
value: "24/7", label: "Service"},
|
||||
{
|
||||
value: "100+",
|
||||
label: "Projects",
|
||||
},
|
||||
value: "100+", label: "Projects"},
|
||||
]}
|
||||
title="Trusted by Sydney Residents"
|
||||
description="See why we’re rated 5 stars for our premium service."
|
||||
@@ -202,14 +129,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="A Legacy of Precision Plumbing"
|
||||
description={[
|
||||
"CK PlumbCorp defines industrial luxury in the Sydney plumbing market. Our commitment to excellence is reflected in every pipe fitted, every drain cleared, and every fixture installed.",
|
||||
"We merge traditional workmanship with cutting-edge technology to ensure your property remains a sanctuary of efficiency and class. With over a decade of dedicated service, our team understands the unique demands of high-end residential estates and premium commercial spaces.",
|
||||
]}
|
||||
"CK PlumbCorp defines industrial luxury in the Sydney plumbing market. Our commitment to excellence is reflected in every pipe fitted, every drain cleared, and every fixture installed.", "We merge traditional workmanship with cutting-edge technology to ensure your property remains a sanctuary of efficiency and class. With over a decade of dedicated service, our team understands the unique demands of high-end residential estates and premium commercial spaces."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -218,14 +141,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Need professional plumbing? Call CK PlumbCorp today."
|
||||
buttons={[
|
||||
{
|
||||
text: "0400 000 000",
|
||||
href: "tel:0400000000",
|
||||
},
|
||||
text: "0400 000 000", href: "tel:0400000000"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -234,37 +154,23 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Emergency",
|
||||
href: "#",
|
||||
},
|
||||
label: "Emergency", href: "#"},
|
||||
{
|
||||
label: "Installation",
|
||||
href: "#",
|
||||
},
|
||||
label: "Installation", href: "#"},
|
||||
{
|
||||
label: "Repairs",
|
||||
href: "#",
|
||||
},
|
||||
label: "Repairs", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
label: "About", href: "#"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Reviews", href: "#testimonials"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -275,4 +181,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #000b1d;
|
||||
--card: #0a172a;
|
||||
--foreground: #f8fafc;
|
||||
--primary-cta: #c58f3b;
|
||||
--background: #ffffff;
|
||||
--card: #f0f8ff;
|
||||
--foreground: #1a1a1a;
|
||||
--primary-cta: #1e40af;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #1e293b;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #f8fafc;
|
||||
--accent: #d4af37;
|
||||
--background-accent: #0f233f;
|
||||
--accent: #3b82f6;
|
||||
--background-accent: #e0e7ff;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user