Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-04-15 15:42:35 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -70,7 +70,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/futuristic-representation-water-hotel_23-2151048202.jpg"
imageSrc="http://img.b2bpic.net/free-photo/futuristic-representation-water-hotel_23-2151048202.jpg?_wi=2"
logoText="As Exterior Services"
columns={[
{ title: "Services", items: [{ label: "Landscaping", href: "/services/landscaping" }, { label: "Maintenance", href: "/services/maintenance" }, { label: "Exterior Detailing", href: "/services/detailing" }] },

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
tag="PREMIUM EXTERIOR SOLUTIONS"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/green-park-view_1417-1510.jpg", imageAlt: "Luxury home exterior"
imageSrc: "http://img.b2bpic.net/free-photo/green-park-view_1417-1510.jpg?_wi=1", imageAlt: "Luxury home exterior"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-castle-architecture_23-2150754948.jpg", imageAlt: "High-end landscape design"
@@ -102,7 +102,7 @@ export default function LandingPage() {
tag="PRICING"
plans={[
{ id: "p1", title: "Essential Care", price: "$299", period: "/mo", features: ["Basic Lawn Care", "Edging", "Debris Removal"], button: { text: "Get Started" }, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-stone-building-with-lovely-yard-blue-sky-punta-de-lobos-chile_181624-13685.jpg", imageAlt: "Beautiful shot of a stone building with a lovely yard under the blue sky in Punta de Lobos, Chile" },
{ id: "p2", title: "Luxury Estate", price: "$799", period: "/mo", features: ["Bespoke Landscaping", "Pressure Washing", "Detailed Garden Maintenance", "Seasonal Floral Refresh"], button: { text: "Get Started" }, imageSrc: "http://img.b2bpic.net/free-photo/green-park-view_1417-1510.jpg", imageAlt: "Beautiful shot of a stone building with a lovely yard under the blue sky in Punta de Lobos, Chile" }
{ id: "p2", title: "Luxury Estate", price: "$799", period: "/mo", features: ["Bespoke Landscaping", "Pressure Washing", "Detailed Garden Maintenance", "Seasonal Floral Refresh"], button: { text: "Get Started" }, imageSrc: "http://img.b2bpic.net/free-photo/green-park-view_1417-1510.jpg?_wi=2", imageAlt: "Beautiful shot of a stone building with a lovely yard under the blue sky in Punta de Lobos, Chile" }
]}
/>
</div>
@@ -124,7 +124,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/futuristic-representation-water-hotel_23-2151048202.jpg"
imageSrc="http://img.b2bpic.net/free-photo/futuristic-representation-water-hotel_23-2151048202.jpg?_wi=1"
logoText="As Exterior Services"
columns={[
{ title: "Services", items: [{ label: "Landscaping", href: "/services/landscaping" }, { label: "Maintenance", href: "/services/maintenance" }, { label: "Exterior Detailing", href: "/services/detailing" }] },