4 Commits

Author SHA1 Message Date
aa787dbe98 Merge version_3 into main
Merge version_3 into main
2026-03-08 04:49:57 +00:00
5002847ef4 Update src/app/page.tsx 2026-03-08 04:49:53 +00:00
2f6d409ed4 Update src/app/layout.tsx 2026-03-08 04:49:52 +00:00
d4a182bd23 Merge version_2 into main
Merge version_2 into main
2026-03-08 04:48:23 +00:00
2 changed files with 30 additions and 17 deletions

View File

@@ -11,7 +11,8 @@ const geistMono = Geist_Mono({
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Create Next App", description: "Generated by create next app"}; title: "Create Next App", description: "Generated by create next app"
};
export default function RootLayout({ export default function RootLayout({
children, children,

View File

@@ -92,7 +92,8 @@ const HomePage = () => {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"4.6 Stars - Google Reviews", "Christchurch Local Specialist", "Hot Water Systems Expert", "Renovation Plumbing Certified", "Emergency Service Available", "Professional & Reliable"]} "4.6 Stars - Google Reviews", "Christchurch Local Specialist", "Hot Water Systems Expert", "Renovation Plumbing Certified", "Emergency Service Available", "Professional & Reliable"
]}
/> />
</div> </div>
@@ -106,11 +107,13 @@ const HomePage = () => {
animationType="slide-up" animationType="slide-up"
negativeCard={{ negativeCard={{
items: [ items: [
"Delayed emergency response", "Incomplete diagnostics", "Hidden costs after work", "Poor communication", "Temporary fixes only"], "Delayed emergency response", "Incomplete diagnostics", "Hidden costs after work", "Poor communication", "Temporary fixes only"
],
}} }}
positiveCard={{ positiveCard={{
items: [ items: [
"Fast, same-day service available", "Thorough inspection and diagnostics", "Transparent pricing upfront", "Clear communication throughout", "Permanent, quality solutions"], "Fast, same-day service available", "Thorough inspection and diagnostics", "Transparent pricing upfront", "Clear communication throughout", "Permanent, quality solutions"
],
}} }}
/> />
</div> </div>
@@ -138,13 +141,16 @@ const HomePage = () => {
products={[ products={[
{ {
id: "1", brand: "Kitchen Renovation", name: "Modern Kitchen Plumbing Installation", price: "Completed", rating: 5, id: "1", brand: "Kitchen Renovation", name: "Modern Kitchen Plumbing Installation", price: "Completed", rating: 5,
reviewCount: "Harewood", imageSrc: "http://img.b2bpic.net/free-photo/side-view-portrait-dark-haired-woman-washing-dish-pouring-cup-with-fresh-drink-water-kitchen-faucet-female-wearing-white-casual-style-shirt-posing-kitchen_176532-15776.jpg", imageAlt: "Completed modern kitchen renovation with professional plumbing"}, reviewCount: "Harewood", imageSrc: "http://img.b2bpic.net/free-photo/side-view-portrait-dark-haired-woman-washing-dish-pouring-cup-with-fresh-drink-water-kitchen-faucet-female-wearing-white-casual-style-shirt-posing-kitchen_176532-15776.jpg", imageAlt: "Completed modern kitchen renovation with professional plumbing"
},
{ {
id: "2", brand: "Bathroom Renovation", name: "Luxury Bathroom Redesign", price: "Completed", rating: 5, id: "2", brand: "Bathroom Renovation", name: "Luxury Bathroom Redesign", price: "Completed", rating: 5,
reviewCount: "Christchurch", imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-small-space-contemporary-decor_23-2150836589.jpg", imageAlt: "Completed luxury bathroom renovation with new plumbing"}, reviewCount: "Christchurch", imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-small-space-contemporary-decor_23-2150836589.jpg", imageAlt: "Completed luxury bathroom renovation with new plumbing"
},
{ {
id: "3", brand: "Hot Water System", name: "Hot Water Cylinder Installation", price: "Completed", rating: 5, id: "3", brand: "Hot Water System", name: "Hot Water Cylinder Installation", price: "Completed", rating: 5,
reviewCount: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334229.jpg", imageAlt: "Completed hot water cylinder installation"}, reviewCount: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334229.jpg", imageAlt: "Completed hot water cylinder installation"
},
]} ]}
/> />
</div> </div>
@@ -159,17 +165,23 @@ const HomePage = () => {
animationType="slide-up" animationType="slide-up"
testimonials={[ testimonials={[
{ {
id: "1", name: "Sarah Johnson", handle: "Homeowner, Harewood", testimonial: "Absolutely thrilled with the service. Ray was professional, punctual, and delivered exceptional work. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-fair-haired-young-woman-posing-with-arms-folded-kitchen_74855-7992.jpg", imageAlt: "Sarah Johnson"}, id: "1", name: "Sarah Johnson", handle: "Homeowner, Harewood", testimonial: "Absolutely thrilled with the service. Ray was professional, punctual, and delivered exceptional work. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-fair-haired-young-woman-posing-with-arms-folded-kitchen_74855-7992.jpg", imageAlt: "Sarah Johnson"
},
{ {
id: "2", name: "Michael Chen", handle: "Property Manager", testimonial: "Very professional and communicated effectively throughout the project. Ray handled our multi-unit plumbing update perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/businessman_23-2148006260.jpg", imageAlt: "Michael Chen"}, id: "2", name: "Michael Chen", handle: "Property Manager", testimonial: "Very professional and communicated effectively throughout the project. Ray handled our multi-unit plumbing update perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/businessman_23-2148006260.jpg", imageAlt: "Michael Chen"
},
{ {
id: "3", name: "Emma Williams", handle: "Homeowner, Riccarton", testimonial: "Excellent work on our kitchen and bathroom renovation. Ray's expertise and attention to detail made all the difference.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-mother-home_23-2148321636.jpg", imageAlt: "Emma Williams"}, id: "3", name: "Emma Williams", handle: "Homeowner, Riccarton", testimonial: "Excellent work on our kitchen and bathroom renovation. Ray's expertise and attention to detail made all the difference.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-mother-home_23-2148321636.jpg", imageAlt: "Emma Williams"
},
{ {
id: "4", name: "James Thompson", handle: "Contractor, Local Builder", testimonial: "Ray is our go-to plumber for renovation projects. Reliable, skilled, and always delivers on time and on budget.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman_1098-14693.jpg", imageAlt: "James Thompson"}, id: "4", name: "James Thompson", handle: "Contractor, Local Builder", testimonial: "Ray is our go-to plumber for renovation projects. Reliable, skilled, and always delivers on time and on budget.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman_1098-14693.jpg", imageAlt: "James Thompson"
},
{ {
id: "5", name: "Lucy Martinez", handle: "Homeowner, Fendalton", testimonial: "Fixed our hot water issue quickly and explained everything clearly. Transparent pricing and quality service. Will call again!", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-gesturing-ok_23-2147767531.jpg", imageAlt: "Lucy Martinez"}, id: "5", name: "Lucy Martinez", handle: "Homeowner, Fendalton", testimonial: "Fixed our hot water issue quickly and explained everything clearly. Transparent pricing and quality service. Will call again!", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-gesturing-ok_23-2147767531.jpg", imageAlt: "Lucy Martinez"
},
{ {
id: "6", name: "David Robertson", handle: "Property Owner", testimonial: "Outstanding emergency response when our main line broke. Professional, efficient, and fair pricing. Five stars!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg", imageAlt: "David Robertson"}, id: "6", name: "David Robertson", handle: "Property Owner", testimonial: "Outstanding emergency response when our main line broke. Professional, efficient, and fair pricing. Five stars!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg", imageAlt: "David Robertson"
},
]} ]}
/> />
</div> </div>
@@ -185,8 +197,8 @@ const HomePage = () => {
mediaAnimation="none" mediaAnimation="none"
mediaPosition="right" mediaPosition="right"
inputPlaceholder="your@email.com" inputPlaceholder="your@email.com"
buttonText="Get Free Quote" buttonText="Send Quote Request"
termsText="We'll get back to you within 24 hours. We respect your privacy." termsText="Response in 24 hours. We respect your privacy."
/> />
</div> </div>