Update src/app/page.tsx
This commit is contained in:
@@ -54,11 +54,11 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/basin-black-faucet-green-bathroom-with-lighting-cozy-spa-nook_169016-69326.jpg", imageAlt: "Modern bathroom with luxury fixtures" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334231.jpg", imageAlt: "Professional water heater installation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/title-black-faucet-water-stream-blue-kitchen_169016-68926.jpg", imageAlt: "High-end faucet installation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg", imageAlt: "Bathroom renovation before and after" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-sink-black-faucet-marble-countertop_169016-69284.jpg", imageAlt: "Modern kitchen sink with hammered metal finish" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/basin-black-faucet-green-bathroom-with-lighting-cozy-spa-nook_169016-69326.jpg?_wi=1", imageAlt: "Modern bathroom with luxury fixtures" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334231.jpg?_wi=1", imageAlt: "Professional water heater installation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/title-black-faucet-water-stream-blue-kitchen_169016-68926.jpg?_wi=1", imageAlt: "High-end faucet installation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg?_wi=1", imageAlt: "Bathroom renovation before and after" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-sink-black-faucet-marble-countertop_169016-69284.jpg?_wi=1", imageAlt: "Modern kitchen sink with hammered metal finish" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -88,7 +88,7 @@ export default function LandingPage() {
|
||||
description="Professional plumbing solutions tailored to your home's needs"
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Tankless Water Heaters", description: "Energy-efficient, space-saving water heating solutions for modern homes. Get endless hot water with reduced energy costs.", media: { imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334231.jpg", imageAlt: "Tankless water heater installation" },
|
||||
id: "1", title: "Tankless Water Heaters", description: "Energy-efficient, space-saving water heating solutions for modern homes. Get endless hot water with reduced energy costs.", media: { imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334231.jpg?_wi=2", imageAlt: "Tankless water heater installation" },
|
||||
items: [
|
||||
{ icon: Zap, text: "Energy Efficient" },
|
||||
{ icon: Droplets, text: "Endless Hot Water" },
|
||||
@@ -97,7 +97,7 @@ export default function LandingPage() {
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
id: "2", title: "Water Heater Replacement", description: "Expert installation of traditional and modern water heaters. We handle everything from removal to setup and testing.", media: { imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334231.jpg", imageAlt: "Water heater replacement service" },
|
||||
id: "2", title: "Water Heater Replacement", description: "Expert installation of traditional and modern water heaters. We handle everything from removal to setup and testing.", media: { imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334231.jpg?_wi=3", imageAlt: "Water heater replacement service" },
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Professional Install" },
|
||||
{ icon: Shield, text: "Warranty Protected" },
|
||||
@@ -106,7 +106,7 @@ export default function LandingPage() {
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
id: "3", title: "Fixture Installation", description: "Upgrade your home with premium faucets, sinks, and fixtures. We specialize in high-end installations including the Acero Bella collection.", media: { imageSrc: "http://img.b2bpic.net/free-photo/title-black-faucet-water-stream-blue-kitchen_169016-68926.jpg", imageAlt: "Premium faucet and fixture installation" },
|
||||
id: "3", title: "Fixture Installation", description: "Upgrade your home with premium faucets, sinks, and fixtures. We specialize in high-end installations including the Acero Bella collection.", media: { imageSrc: "http://img.b2bpic.net/free-photo/title-black-faucet-water-stream-blue-kitchen_169016-68926.jpg?_wi=2", imageAlt: "Premium faucet and fixture installation" },
|
||||
items: [
|
||||
{ icon: Sparkles, text: "Premium Fixtures" },
|
||||
{ icon: Wrench, text: "Expert Installation" },
|
||||
@@ -145,15 +145,15 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Acero Bella", name: "Modern Faucet Installation", price: "Professional Service", rating: 5,
|
||||
reviewCount: "Perfect", imageSrc: "http://img.b2bpic.net/free-photo/title-black-faucet-water-stream-blue-kitchen_169016-68926.jpg", imageAlt: "Acero Bella faucet installation"
|
||||
reviewCount: "Perfect", imageSrc: "http://img.b2bpic.net/free-photo/title-black-faucet-water-stream-blue-kitchen_169016-68926.jpg?_wi=3", imageAlt: "Acero Bella faucet installation"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Premium Fixtures", name: "Hammered Metal Sink & Faucet", price: "Custom Design", rating: 5,
|
||||
reviewCount: "Elegant", imageSrc: "http://img.b2bpic.net/free-photo/modern-sink-black-faucet-marble-countertop_169016-69284.jpg", imageAlt: "Hammered metal sink installation"
|
||||
reviewCount: "Elegant", imageSrc: "http://img.b2bpic.net/free-photo/modern-sink-black-faucet-marble-countertop_169016-69284.jpg?_wi=2", imageAlt: "Hammered metal sink installation"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Full Bathroom", name: "Complete Bathroom Renovation", price: "Transformation", rating: 5,
|
||||
reviewCount: "Stunning", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg", imageAlt: "Complete bathroom renovation"
|
||||
reviewCount: "Stunning", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg?_wi=2", imageAlt: "Complete bathroom renovation"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -172,7 +172,7 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah M.", role: "Homeowner", company: "Katy, TX", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", imageAlt: "Sarah M testimonial"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg?_wi=1", imageAlt: "Sarah M testimonial"
|
||||
},
|
||||
{
|
||||
id: "2", name: "James P.", role: "Homeowner", company: "Katy, TX", rating: 5,
|
||||
@@ -188,7 +188,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "5", name: "Maria G.", role: "Homeowner", company: "Katy, TX", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", imageAlt: "Maria G testimonial"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg?_wi=2", imageAlt: "Maria G testimonial"
|
||||
},
|
||||
{
|
||||
id: "6", name: "David K.", role: "Homeowner", company: "Katy, TX", rating: 5,
|
||||
@@ -210,7 +210,7 @@ export default function LandingPage() {
|
||||
description="Contact Mr. Potty Plumbing today for fast, professional service. We respond quickly — often within the same business day."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/basin-black-faucet-green-bathroom-with-lighting-cozy-spa-nook_169016-69326.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/basin-black-faucet-green-bathroom-with-lighting-cozy-spa-nook_169016-69326.jpg?_wi=2"
|
||||
imageAlt="Professional plumbing service"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user