Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f0f91c14aa | |||
| 9ca407e79c | |||
| ec6016d503 | |||
| 34303a57bb | |||
| 6eb8f62214 |
@@ -129,17 +129,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Residential Living Room", price: "See Project Details", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-standing-ladder_23-2149098990.jpg"},
|
||||
id: "p1", name: "Residential Living Room", price: "Get a Custom Estimate", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-standing-ladder_23-2149098990.jpg"},
|
||||
{
|
||||
id: "p2", name: "Kitchen Cabinet Refinish", price: "See Project Details", imageSrc: "http://img.b2bpic.net/free-photo/view-hands-engaged-it-yourself-project_23-2151509383.jpg"},
|
||||
id: "p2", name: "Kitchen Cabinet Refinish", price: "Get a Custom Estimate", imageSrc: "http://img.b2bpic.net/free-photo/view-hands-engaged-it-yourself-project_23-2151509383.jpg"},
|
||||
{
|
||||
id: "p3", name: "Exterior House Painting", price: "See Project Details", imageSrc: "http://img.b2bpic.net/free-photo/man-paints-with-white-paint-wooden-planks-man-industrial-concept-there-is-place-text-object-is-close-up_169016-4430.jpg"},
|
||||
id: "p3", name: "Exterior House Painting", price: "Get a Custom Estimate", imageSrc: "http://img.b2bpic.net/free-photo/man-paints-with-white-paint-wooden-planks-man-industrial-concept-there-is-place-text-object-is-close-up_169016-4430.jpg"},
|
||||
{
|
||||
id: "p4", name: "Commercial Office Interior", price: "See Project Details", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-paint-roll_23-2147703599.jpg"},
|
||||
id: "p4", name: "Commercial Office Interior", price: "Get a Custom Estimate", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-paint-roll_23-2147703599.jpg"},
|
||||
{
|
||||
id: "p5", name: "Trim Detail Restoration", price: "See Project Details", imageSrc: "http://img.b2bpic.net/free-photo/closeup-process-making-handmade-gingerbread_169016-19699.jpg"},
|
||||
id: "p5", name: "Trim Detail Restoration", price: "Get a Custom Estimate", imageSrc: "http://img.b2bpic.net/free-photo/closeup-process-making-handmade-gingerbread_169016-19699.jpg"},
|
||||
{
|
||||
id: "p6", name: "Front Porch Finish", price: "See Project Details", imageSrc: "http://img.b2bpic.net/free-photo/classical-building-with-attractive-perspective-tourist-woman-white-dress-hat_1428-572.jpg"},
|
||||
id: "p6", name: "Front Porch Finish", price: "Get a Custom Estimate", imageSrc: "http://img.b2bpic.net/free-photo/classical-building-with-attractive-perspective-tourist-woman-white-dress-hat_1428-572.jpg"},
|
||||
]}
|
||||
title="Our Recent Work"
|
||||
description="Browse our gallery of past painting projects to see the quality we bring to Rockford homes."
|
||||
@@ -200,7 +200,7 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Get a Free Quote"
|
||||
description="Ready to transform your home? Contact us today to schedule your consultation."
|
||||
description="Schedule your professional, no-obligation quote today and let's discuss your vision"
|
||||
inputs={[
|
||||
{
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
@@ -237,4 +237,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user