Merge version_1 into main #2
127
src/app/page.tsx
127
src/app/page.tsx
@@ -22,133 +22,54 @@ export default function HomePage() {
|
||||
|
||||
const heroSlides = [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-overalls-focused-work-switchboard-with-fuses-using-tablet_169016-66854.jpg",
|
||||
imageAlt: "Professional electrician working on switchboard",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-overalls-focused-work-switchboard-with-fuses-using-tablet_169016-66854.jpg", imageAlt: "Professional electrician working on switchboard"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-male-electrician-doing-some-repairs-laundry-room-looking-washing-machine_662251-2755.jpg?_wi=1",
|
||||
imageAlt: "Modern electrical switchboard installation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-male-electrician-doing-some-repairs-laundry-room-looking-washing-machine_662251-2755.jpg", imageAlt: "Modern electrical switchboard installation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-house-roof_23-2151951212.jpg?_wi=1",
|
||||
imageAlt: "Solar panels on residential roof",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-house-roof_23-2151951212.jpg", imageAlt: "Solar panels on residential roof"},
|
||||
];
|
||||
|
||||
const features = [
|
||||
{
|
||||
id: 1,
|
||||
title: "Residential Services",
|
||||
description: "Rewiring, switchboards, power points, smoke alarms, downlights, outdoor lighting, and hot water installations for your home",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-male-electrician-doing-some-repairs-laundry-room-looking-washing-machine_662251-2755.jpg?_wi=2",
|
||||
imageAlt: "Residential electrical work",
|
||||
},
|
||||
title: "Residential Services", description: "Rewiring, switchboards, power points, smoke alarms, downlights, outdoor lighting, and hot water installations for your home", imageSrc: "http://img.b2bpic.net/free-photo/young-male-electrician-doing-some-repairs-laundry-room-looking-washing-machine_662251-2755.jpg", imageAlt: "Residential electrical work"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Commercial Solutions",
|
||||
description: "3-phase supply, power distribution, data cabling, CCTV, and fire alarms for offices, shops, schools, and facilities",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397551.jpg?_wi=1",
|
||||
imageAlt: "Commercial electrical installation",
|
||||
},
|
||||
title: "Commercial Solutions", description: "3-phase supply, power distribution, data cabling, CCTV, and fire alarms for offices, shops, schools, and facilities", imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397551.jpg", imageAlt: "Commercial electrical installation"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Solar & Smart Systems",
|
||||
description: "Solar power installations, C-Bus smart home systems, and heat pump solutions for energy-efficient homes",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-house-roof_23-2151951212.jpg?_wi=2",
|
||||
imageAlt: "Solar panel installation",
|
||||
},
|
||||
title: "Solar & Smart Systems", description: "Solar power installations, C-Bus smart home systems, and heat pump solutions for energy-efficient homes", imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-house-roof_23-2151951212.jpg", imageAlt: "Solar panel installation"},
|
||||
];
|
||||
|
||||
const products = [
|
||||
{
|
||||
id: "1",
|
||||
name: "Switchboards & Safety Switches",
|
||||
price: "By Quote",
|
||||
variant: "Residential & Commercial",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-male-electrician-doing-some-repairs-laundry-room-looking-washing-machine_662251-2755.jpg?_wi=3",
|
||||
imageAlt: "Electrical switchboard",
|
||||
},
|
||||
id: "1", name: "Switchboards & Safety Switches", price: "By Quote", variant: "Residential & Commercial", imageSrc: "http://img.b2bpic.net/free-photo/young-male-electrician-doing-some-repairs-laundry-room-looking-washing-machine_662251-2755.jpg", imageAlt: "Electrical switchboard"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Lighting Installation",
|
||||
price: "From $250",
|
||||
variant: "Downlights, Outdoor, Smart",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=1",
|
||||
imageAlt: "Recessed downlighting",
|
||||
},
|
||||
id: "2", name: "Lighting Installation", price: "From $250", variant: "Downlights, Outdoor, Smart", imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg", imageAlt: "Recessed downlighting"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Solar Power Systems",
|
||||
price: "By Quote",
|
||||
variant: "Full Installation & Setup",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-house-roof_23-2151951212.jpg?_wi=3",
|
||||
imageAlt: "Solar panel installation",
|
||||
},
|
||||
id: "3", name: "Solar Power Systems", price: "By Quote", variant: "Full Installation & Setup", imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-house-roof_23-2151951212.jpg", imageAlt: "Solar panel installation"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emergency Services",
|
||||
price: "24/7 Available",
|
||||
variant: "Same-Day Response",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397551.jpg?_wi=2",
|
||||
imageAlt: "Emergency electrical work",
|
||||
},
|
||||
id: "4", name: "Emergency Services", price: "24/7 Available", variant: "Same-Day Response", imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397551.jpg", imageAlt: "Emergency electrical work"},
|
||||
];
|
||||
|
||||
const testimonials = [
|
||||
{
|
||||
id: "1",
|
||||
name: "John Smith",
|
||||
handle: "Residential Client",
|
||||
testimonial: "M&T Kelly completely rewired our 1970s home. Professional, punctual, and they left the place spotless. Highly recommended!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-handsome-young-maintenance-service-worker-wearing-white-helmet_343059-3521.jpg?_wi=1",
|
||||
imageAlt: "John Smith",
|
||||
},
|
||||
id: "1", name: "John Smith", handle: "Residential Client", testimonial: "M&T Kelly completely rewired our 1970s home. Professional, punctual, and they left the place spotless. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-handsome-young-maintenance-service-worker-wearing-white-helmet_343059-3521.jpg", imageAlt: "John Smith"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Johnson",
|
||||
handle: "Business Owner",
|
||||
testimonial: "Fantastic service for our commercial property. They handled everything from design to completion with expertise and care.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=1",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "2", name: "Sarah Johnson", handle: "Business Owner", testimonial: "Fantastic service for our commercial property. They handled everything from design to completion with expertise and care.", imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Michael Chen",
|
||||
handle: "Solar Customer",
|
||||
testimonial: "Had solar installed by M&T Kelly and couldn't be happier. Great savings and the system works perfectly. Very knowledgeable team!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/executive-blue-suit-arms-crossed_1139-200.jpg?_wi=1",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "3", name: "Michael Chen", handle: "Solar Customer", testimonial: "Had solar installed by M&T Kelly and couldn't be happier. Great savings and the system works perfectly. Very knowledgeable team!", imageSrc: "http://img.b2bpic.net/free-photo/executive-blue-suit-arms-crossed_1139-200.jpg", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "Emergency Call",
|
||||
testimonial: "Called them at midnight for an electrical emergency. They arrived quickly and fixed the problem professionally. True local heroes!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
id: "4", name: "Emily Rodriguez", handle: "Emergency Call", testimonial: "Called them at midnight for an electrical emergency. They arrived quickly and fixed the problem professionally. True local heroes!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "5",
|
||||
name: "David Wilson",
|
||||
handle: "Kitchen Renovation",
|
||||
testimonial: "Coordinated perfectly with our builder during our kitchen reno. Understood the brief instantly and delivered flawlessly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-handsome-young-maintenance-service-worker-wearing-white-helmet_343059-3521.jpg?_wi=2",
|
||||
imageAlt: "David Wilson",
|
||||
},
|
||||
id: "5", name: "David Wilson", handle: "Kitchen Renovation", testimonial: "Coordinated perfectly with our builder during our kitchen reno. Understood the brief instantly and delivered flawlessly.", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-handsome-young-maintenance-service-worker-wearing-white-helmet_343059-3521.jpg", imageAlt: "David Wilson"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Lisa Thompson",
|
||||
handle: "Bathroom Upgrade",
|
||||
testimonial: "Owner-operated means you get the best. Attention to detail is exceptional. Will definitely use them again!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=2",
|
||||
imageAlt: "Lisa Thompson",
|
||||
},
|
||||
id: "6", name: "Lisa Thompson", handle: "Bathroom Upgrade", testimonial: "Owner-operated means you get the best. Attention to detail is exceptional. Will definitely use them again!", imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", imageAlt: "Lisa Thompson"},
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Residential", href: "#services" },
|
||||
{ label: "Commercial", href: "#services" },
|
||||
{ label: "Solar Power", href: "#services" },
|
||||
@@ -156,16 +77,14 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Free Quote", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: 0418 527 497", href: "tel:0418527497" },
|
||||
{ label: "Geelong, VIC 3220", href: "#" },
|
||||
{ label: "Mon-Fri by Appointment", href: "#" },
|
||||
@@ -191,9 +110,7 @@ export default function HomePage() {
|
||||
brandName="M&T Kelly"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Call 0418 527 497",
|
||||
href: "tel:0418527497",
|
||||
}}
|
||||
text: "Call 0418 527 497", href: "tel:0418527497"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -231,7 +148,7 @@ export default function HomePage() {
|
||||
description="M&T Kelly Electrical"
|
||||
subdescription="Geelong, Victoria"
|
||||
icon={Zap}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/chicago-navy-pier_649448-1627.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/chicago-navy-pier_649448-1627.jpg"
|
||||
imageAlt="Geelong waterfront - where we serve"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
@@ -257,7 +174,7 @@ export default function HomePage() {
|
||||
title="What Our Clients Say"
|
||||
description="Real feedback from real customers across Geelong"
|
||||
tag="Testimonials"
|
||||
animationType="entrance-slide"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
|
||||
Reference in New Issue
Block a user