Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -55,7 +55,7 @@ export default function LandingPage() {
|
||||
text: "Call Now", href: "tel:+19565550123"},
|
||||
]}
|
||||
slides={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/american-elections-vote-right_23-2151841421.jpg", imageAlt: "Luxury home construction" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/american-elections-vote-right_23-2151841421.jpg?_wi=1", imageAlt: "Luxury home construction" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/construction-plans-with-yellow-helmet-drawing-tools-bluep_1232-1723.jpg", imageAlt: "Modern architecture project" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-cliffside-villa_23-2152016390.jpg", imageAlt: "Quality construction detail" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-beautiful-rainbow-appearing-end-road_23-2151563004.jpg", imageAlt: "Texas home exterior" },
|
||||
@@ -105,8 +105,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", brand: "Exterior", name: "Roof Installation", price: "Custom", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/man-black-coat-stands-beige-backyard_8353-1105.jpg" },
|
||||
{ id: "2", brand: "Interior", name: "Bath Remodel", price: "Custom", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929569.jpg" },
|
||||
{ id: "3", brand: "Exterior", name: "Roof Restoration", price: "Custom", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg" },
|
||||
{ id: "2", brand: "Interior", name: "Bath Remodel", price: "Custom", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929569.jpg?_wi=1" },
|
||||
{ id: "3", brand: "Exterior", name: "Roof Restoration", price: "Custom", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=1" },
|
||||
{ id: "4", brand: "Damage", name: "Storm Restoration", price: "Custom", rating: 5, reviewCount: "9", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-with-helmets_23-2149343708.jpg" },
|
||||
{ id: "5", brand: "Exterior", name: "Siding Update", price: "Custom", rating: 5, reviewCount: "6", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-roof_23-2149343701.jpg" },
|
||||
{ id: "6", brand: "General", name: "Full Exterior Job", price: "Custom", rating: 5, reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/most-important-project-company_329181-15336.jpg" },
|
||||
@@ -139,9 +139,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{ id: "p1", title: "Consultation", price: "1", period: "Step", features: ["Complimentary assessment", "Insurance review"], button: { text: "Schedule" }, imageSrc: "http://img.b2bpic.net/free-photo/brick-house-across-snowy-mountains_114579-12265.jpg" },
|
||||
{ id: "p2", title: "Planning", price: "2", period: "Step", features: ["Detailed inspection", "Material selection"], button: { text: "Next" }, imageSrc: "http://img.b2bpic.net/free-photo/american-elections-vote-right_23-2151841421.jpg" },
|
||||
{ id: "p3", title: "Construction", price: "3", period: "Step", features: ["Professional installation", "Site cleanliness"], button: { text: "Build" }, imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg" },
|
||||
{ id: "p4", title: "Completion", price: "4", period: "Step", features: ["Final walkthrough", "Satisfaction guaranteed"], button: { text: "Finished" }, imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929569.jpg" },
|
||||
{ id: "p2", title: "Planning", price: "2", period: "Step", features: ["Detailed inspection", "Material selection"], button: { text: "Next" }, imageSrc: "http://img.b2bpic.net/free-photo/american-elections-vote-right_23-2151841421.jpg?_wi=2" },
|
||||
{ id: "p3", title: "Construction", price: "3", period: "Step", features: ["Professional installation", "Site cleanliness"], button: { text: "Build" }, imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=2" },
|
||||
{ id: "p4", title: "Completion", price: "4", period: "Step", features: ["Final walkthrough", "Satisfaction guaranteed"], button: { text: "Finished" }, imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929569.jpg?_wi=2" },
|
||||
]}
|
||||
title="Our Premium Process"
|
||||
description="Stress-free construction, start to finish."
|
||||
|
||||
Reference in New Issue
Block a user