Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e7a6f7af6b | |||
| 5b50c8bfc3 | |||
| a53f2550fa |
@@ -94,17 +94,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Classic Wood Fence", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/architecture-resort-lifestyles-phangan-sunny_1253-673.jpg"},
|
||||
id: "1", name: "Classic Wood Fence", price: "Starting from $499", imageSrc: "http://img.b2bpic.net/free-photo/architecture-resort-lifestyles-phangan-sunny_1253-673.jpg"},
|
||||
{
|
||||
id: "2", name: "Durable Metal Fence", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/metal-fence-garden-with-trees-wall_181624-38170.jpg"},
|
||||
id: "2", name: "Durable Metal Fence", price: "Starting from $799", imageSrc: "http://img.b2bpic.net/free-photo/metal-fence-garden-with-trees-wall_181624-38170.jpg"},
|
||||
{
|
||||
id: "3", name: "Modern Vinyl Fence", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/green-climbing-ivy-wooden-fence-textured-wooden-panels-background_1372-5.jpg"},
|
||||
id: "3", name: "Modern Vinyl Fence", price: "Starting from $899", imageSrc: "http://img.b2bpic.net/free-photo/green-climbing-ivy-wooden-fence-textured-wooden-panels-background_1372-5.jpg"},
|
||||
{
|
||||
id: "4", name: "Privacy Fence", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207761.jpg"},
|
||||
id: "4", name: "Privacy Fence", price: "Starting from $649", imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207761.jpg"},
|
||||
{
|
||||
id: "5", name: "Ornamental Iron", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-running-outdoors_23-2150351996.jpg"},
|
||||
id: "5", name: "Ornamental Iron", price: "Request Quote", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-running-outdoors_23-2150351996.jpg"},
|
||||
{
|
||||
id: "6", name: "Garden Boundary", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-image-colorful-wooden-fence-with-grass_181624-26295.jpg"},
|
||||
id: "6", name: "Garden Boundary", price: "Starting from $299", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-image-colorful-wooden-fence-with-grass_181624-26295.jpg"},
|
||||
]}
|
||||
title="Our Fence Types"
|
||||
description="Explore our range of quality fencing options designed for every purpose."
|
||||
@@ -141,7 +141,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic", badge: "Essential", price: "Contact for quote", subtitle: "Basic property protection", buttons: [
|
||||
id: "basic", badge: "Essential", price: "Starting from $499", subtitle: "Basic property protection", buttons: [
|
||||
{
|
||||
text: "Inquire", href: "#contact"},
|
||||
],
|
||||
@@ -149,7 +149,7 @@ export default function LandingPage() {
|
||||
"Consultation", "Professional Install", "1 Year Warranty"],
|
||||
},
|
||||
{
|
||||
id: "pro", badge: "Popular", price: "Contact for quote", subtitle: "Premium custom security", buttons: [
|
||||
id: "pro", badge: "Popular", price: "Request Quote", subtitle: "Premium custom security", buttons: [
|
||||
{
|
||||
text: "Inquire", href: "#contact"},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user