Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -104,7 +104,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Installation", name: "Water Heater Installation", price: "From $899", rating: 5,
|
||||
reviewCount: "35+", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg", imageAlt: "Water heater installation"
|
||||
reviewCount: "35+", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=1", imageAlt: "Water heater installation"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Maintenance", name: "Drain Cleaning", price: "From $249", rating: 5,
|
||||
@@ -124,11 +124,11 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "7", brand: "Repair", name: "Plumbing Repairs", price: "From $179", rating: 5,
|
||||
reviewCount: "35+", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg", imageAlt: "Plumbing repair service"
|
||||
reviewCount: "35+", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=2", imageAlt: "Plumbing repair service"
|
||||
},
|
||||
{
|
||||
id: "8", brand: "Replacement", name: "Hot Water Tank Replacement", price: "From $799", rating: 5,
|
||||
reviewCount: "35+", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg", imageAlt: "Hot water tank replacement"
|
||||
reviewCount: "35+", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=3", imageAlt: "Hot water tank replacement"
|
||||
}
|
||||
]}
|
||||
gridVariant="bento-grid"
|
||||
|
||||
Reference in New Issue
Block a user