Merge version_1 into main #1
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="small"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
||||
tag="Trusted Local Service"
|
||||
tagIcon={Shield}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/paramedics-with-coffee-cups-full-shot_23-2149478504.jpg"
|
||||
imageAlt="Professional plumber with tools"
|
||||
buttons={[
|
||||
@@ -92,22 +92,25 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Emergency Plumbing", description: "Immediate response to burst pipes, leaks, and urgent issues anytime.", imageSrc: "http://img.b2bpic.net/free-vector/metal-pipes-collection-flat-design_23-2148277390.jpg", imageAlt: "Emergency plumbing service"},
|
||||
title: "Emergency Plumbing", description: "Immediate response to burst pipes, leaks, and urgent issues anytime.", imageSrc: "http://img.b2bpic.net/free-vector/metal-pipes-collection-flat-design_23-2148277390.jpg", imageAlt: "Emergency plumbing service"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Drain Cleaning", description: "Professional drain clearing and maintenance to prevent backups.", imageSrc: "http://img.b2bpic.net/free-vector/plumber-infographics-set_1284-12946.jpg", imageAlt: "Drain cleaning service"},
|
||||
title: "Drain Cleaning", description: "Professional drain clearing and maintenance to prevent backups.", imageSrc: "http://img.b2bpic.net/free-vector/plumber-infographics-set_1284-12946.jpg", imageAlt: "Drain cleaning service"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Water Heater Repair", description: "Expert repair and installation of water heaters for year-round comfort.", imageSrc: "http://img.b2bpic.net/free-vector/complete-weather-app-template_23-2147553418.jpg", imageAlt: "Water heater service"},
|
||||
title: "Water Heater Repair", description: "Expert repair and installation of water heaters for year-round comfort.", imageSrc: "http://img.b2bpic.net/free-vector/complete-weather-app-template_23-2147553418.jpg", imageAlt: "Water heater service"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Leak Detection", description: "Advanced detection technology to find and fix hidden leaks quickly.", imageSrc: "http://img.b2bpic.net/free-vector/insurance-simple-element_24908-54321.jpg", imageAlt: "Leak detection service"},
|
||||
title: "Leak Detection", description: "Advanced detection technology to find and fix hidden leaks quickly.", imageSrc: "http://img.b2bpic.net/free-vector/insurance-simple-element_24908-54321.jpg", imageAlt: "Leak detection service"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
buttons={[{ text: "Schedule Service", href: "#contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
animationType="slide-up"
|
||||
className="services-section"
|
||||
/>
|
||||
</div>
|
||||
@@ -135,13 +138,17 @@ export default function LandingPage() {
|
||||
cardTagIcon={Award}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Ashley Cuero", imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-young-female-dark-jacket-smiling-pink-background_179666-30965.jpg", imageAlt: "Ashley Cuero"},
|
||||
id: "1", name: "Ashley Cuero", imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-young-female-dark-jacket-smiling-pink-background_179666-30965.jpg", imageAlt: "Ashley Cuero"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Mindy DenBesten", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Mindy DenBesten"},
|
||||
id: "2", name: "Mindy DenBesten", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Mindy DenBesten"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Terri Burdick", imageSrc: "http://img.b2bpic.net/free-photo/joyful-woman-black-jacket-liking-lip-posing-isolated-background-charming-lady-dark-suit-smiling-white-backdrop_197531-18516.jpg", imageAlt: "Terri Burdick"},
|
||||
id: "3", name: "Terri Burdick", imageSrc: "http://img.b2bpic.net/free-photo/joyful-woman-black-jacket-liking-lip-posing-isolated-background-charming-lady-dark-suit-smiling-white-backdrop_197531-18516.jpg", imageAlt: "Terri Burdick"
|
||||
},
|
||||
{
|
||||
id: "4", name: "James Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-handsome-smiling-model-sexy-stylish-man-dressed-shirt-jeans-fashion-hipster-male-posing-near-white-wall-studio-isolated_158538-26713.jpg", imageAlt: "James Rodriguez"},
|
||||
id: "4", name: "James Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-handsome-smiling-model-sexy-stylish-man-dressed-shirt-jeans-fashion-hipster-male-posing-near-white-wall-studio-isolated_158538-26713.jpg", imageAlt: "James Rodriguez"
|
||||
},
|
||||
]}
|
||||
cardAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
@@ -157,13 +164,17 @@ export default function LandingPage() {
|
||||
ctaIcon={Phone}
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What areas do you serve?", content: "We proudly serve Katy, Sugar Land, West Houston, and all nearby Houston suburbs with fast, local response."},
|
||||
id: "1", title: "What areas do you serve?", content: "We proudly serve Katy, Sugar Land, West Houston, and all nearby Houston suburbs with fast, local response."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Are you available for emergency calls?", content: "Yes! We operate 24/7 for emergency plumbing issues. Call anytime at (713) 468-3000 for immediate assistance."},
|
||||
id: "2", title: "Are you available for emergency calls?", content: "Yes! We operate 24/7 for emergency plumbing issues. Call anytime at (713) 468-3000 for immediate assistance."
|
||||
},
|
||||
{
|
||||
id: "3", title: "What is your response time?", content: "We typically arrive within 30-60 minutes of your call, depending on location and current demand."},
|
||||
id: "3", title: "What is your response time?", content: "We typically arrive within 30-60 minutes of your call, depending on location and current demand."
|
||||
},
|
||||
{
|
||||
id: "4", title: "Do you offer transparent pricing?", content: "Absolutely. We provide upfront, honest pricing with no hidden fees. Estimates are always free."},
|
||||
id: "4", title: "Do you offer transparent pricing?", content: "Absolutely. We provide upfront, honest pricing with no hidden fees. Estimates are always free."
|
||||
},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
@@ -181,13 +192,17 @@ export default function LandingPage() {
|
||||
ctaIcon={MessageCircle}
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "Address", content: "<strong>633 E Fernhurst Dr Suite 703</strong><br/>Katy, TX 77450"},
|
||||
id: "1", title: "Address", content: "<strong>633 E Fernhurst Dr Suite 703</strong><br/>Katy, TX 77450"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Phone", content: "<strong>(713) 468-3000</strong><br/>Call anytime, 24/7 available"},
|
||||
id: "2", title: "Phone", content: "<strong>(713) 468-3000</strong><br/>Call anytime, 24/7 available"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Hours", content: "<strong>Open 24 Hours</strong><br/>Emergency service always available"},
|
||||
id: "3", title: "Hours", content: "<strong>Open 24 Hours</strong><br/>Emergency service always available"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Service Areas", content: "Katy • Sugar Land • West Houston • Nearby suburbs"},
|
||||
id: "4", title: "Service Areas", content: "Katy • Sugar Land • West Houston • Nearby suburbs"
|
||||
},
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user