Update src/app/page.tsx
This commit is contained in:
@@ -54,9 +54,9 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/long-shot-friends-sitting-outdoors_23-2149085443.jpg", imageAlt: "Modern garage door installation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-inviting-man-house-with-tools_259150-58291.jpg", imageAlt: "Professional garage door repair" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283219.jpg", imageAlt: "Garage door installation service" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/long-shot-friends-sitting-outdoors_23-2149085443.jpg?_wi=1", imageAlt: "Modern garage door installation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-inviting-man-house-with-tools_259150-58291.jpg?_wi=1", imageAlt: "Professional garage door repair" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283219.jpg?_wi=1", imageAlt: "Garage door installation service" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -88,11 +88,11 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Installation", title: "Professional Installation", subtitle: "New garage door systems for your home or business", description: "We install high-quality garage doors from top manufacturers. Our expert technicians ensure proper alignment, balance, and functionality for years of reliable service.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283219.jpg", imageAlt: "Professional garage door installation", buttons: []
|
||||
tag: "Installation", title: "Professional Installation", subtitle: "New garage door systems for your home or business", description: "We install high-quality garage doors from top manufacturers. Our expert technicians ensure proper alignment, balance, and functionality for years of reliable service.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283219.jpg?_wi=2", imageAlt: "Professional garage door installation", buttons: []
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Repair", title: "Expert Repair Services", subtitle: "Fix any garage door issue quickly and affordably", description: "From broken springs to faulty openers, we diagnose and repair all garage door problems. 24/7 emergency service available for urgent needs.", imageSrc: "http://img.b2bpic.net/free-photo/woman-inviting-man-house-with-tools_259150-58291.jpg", imageAlt: "Garage door repair technician", buttons: []
|
||||
tag: "Repair", title: "Expert Repair Services", subtitle: "Fix any garage door issue quickly and affordably", description: "From broken springs to faulty openers, we diagnose and repair all garage door problems. 24/7 emergency service available for urgent needs.", imageSrc: "http://img.b2bpic.net/free-photo/woman-inviting-man-house-with-tools_259150-58291.jpg?_wi=2", imageAlt: "Garage door repair technician", buttons: []
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
@@ -111,10 +111,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Free Inspection & Quote", price: "Step 1", imageSrc: "/placeholders/placeholder1.webp" },
|
||||
{ id: "2", name: "Schedule Service", price: "Step 2", imageSrc: "/placeholders/placeholder1.webp" },
|
||||
{ id: "3", name: "Professional Service", price: "Step 3", imageSrc: "/placeholders/placeholder1.webp" },
|
||||
{ id: "4", name: "Quality Guarantee", price: "Step 4", imageSrc: "/placeholders/placeholder1.webp" }
|
||||
{ id: "1", name: "Free Inspection & Quote", price: "Step 1", imageSrc: "/placeholders/placeholder1.webp?_wi=1" },
|
||||
{ id: "2", name: "Schedule Service", price: "Step 2", imageSrc: "/placeholders/placeholder1.webp?_wi=2" },
|
||||
{ id: "3", name: "Professional Service", price: "Step 3", imageSrc: "/placeholders/placeholder1.webp?_wi=3" },
|
||||
{ id: "4", name: "Quality Guarantee", price: "Step 4", imageSrc: "/placeholders/placeholder1.webp?_wi=4" }
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
@@ -180,7 +180,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/long-shot-friends-sitting-outdoors_23-2149085443.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/long-shot-friends-sitting-outdoors_23-2149085443.jpg?_wi=2"
|
||||
imageAlt="RK Garage Door Footer"
|
||||
logoText="RK Garage Door"
|
||||
copyrightText="© 2025 RK Garage Door | All rights reserved"
|
||||
|
||||
Reference in New Issue
Block a user