Merge version_1 into main #1
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARzb2zm8VgqrxR3i9PLGRkGRdQ/uploaded-1772570562512-dimkp6ki.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARzb2zm8VgqrxR3i9PLGRkGRdQ/uploaded-1772570562512-dimkp6ki.jpg?_wi=1"
|
||||
imageAlt="Beautifully restored patio and driveway by All Point Exterior"
|
||||
buttons={[
|
||||
{ text: "Get Free Quote", href: "#contact" },
|
||||
@@ -69,13 +69,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Pressure Washing", description: "Professional pressure washing for driveways, patios, and exterior surfaces. Remove stubborn dirt, algae, and stains safely and effectively.", tag: "High-Pressure Cleaning", imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-yellow-rubber-boots-with-high-pressure-water-nozzle-cleaning-dirt-tiles_181624-23652.jpg", imageAlt: "Professional pressure washing service"
|
||||
id: "1", title: "Pressure Washing", description: "Professional pressure washing for driveways, patios, and exterior surfaces. Remove stubborn dirt, algae, and stains safely and effectively.", tag: "High-Pressure Cleaning", imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-yellow-rubber-boots-with-high-pressure-water-nozzle-cleaning-dirt-tiles_181624-23652.jpg?_wi=1", imageAlt: "Professional pressure washing service"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Gardening & Landscaping", description: "Complete garden maintenance, landscaping design, and transformation services. Create your ideal outdoor living space.", tag: "Garden Care", imageSrc: "http://img.b2bpic.net/free-photo/senior-mows-grass-yard-with-lawn-mower_1157-29769.jpg", imageAlt: "Professional gardening and landscaping"
|
||||
id: "2", title: "Gardening & Landscaping", description: "Complete garden maintenance, landscaping design, and transformation services. Create your ideal outdoor living space.", tag: "Garden Care", imageSrc: "http://img.b2bpic.net/free-photo/senior-mows-grass-yard-with-lawn-mower_1157-29769.jpg?_wi=1", imageAlt: "Professional gardening and landscaping"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Roof & Gutter Cleaning", description: "Expert roof cleaning and gutter maintenance to prevent water damage and extend your property's lifespan.", tag: "Roof Protection", imageSrc: "http://img.b2bpic.net/free-photo/back-view-male-musician-roof-top-holding-electric-guitar_23-2148680355.jpg", imageAlt: "Professional roof and gutter cleaning"
|
||||
id: "3", title: "Roof & Gutter Cleaning", description: "Expert roof cleaning and gutter maintenance to prevent water damage and extend your property's lifespan.", tag: "Roof Protection", imageSrc: "http://img.b2bpic.net/free-photo/back-view-male-musician-roof-top-holding-electric-guitar_23-2148680355.jpg?_wi=1", imageAlt: "Professional roof and gutter cleaning"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Window Cleaning", description: "Crystal-clear windows inside and out. Professional window cleaning for residential and commercial properties.", tag: "Window Care", imageSrc: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530873.jpg", imageAlt: "Professional window cleaning service"
|
||||
@@ -114,16 +114,16 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Driveway Transformation", price: "View Project", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARzb2zm8VgqrxR3i9PLGRkGRdQ/uploaded-1772570562512-dimkp6ki.jpg", imageAlt: "Restored driveway project"
|
||||
id: "1", name: "Driveway Transformation", price: "View Project", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARzb2zm8VgqrxR3i9PLGRkGRdQ/uploaded-1772570562512-dimkp6ki.jpg?_wi=2", imageAlt: "Restored driveway project"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Patio Refresh", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-yellow-rubber-boots-with-high-pressure-water-nozzle-cleaning-dirt-tiles_181624-23652.jpg", imageAlt: "Patio cleaning project"
|
||||
id: "2", name: "Patio Refresh", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-yellow-rubber-boots-with-high-pressure-water-nozzle-cleaning-dirt-tiles_181624-23652.jpg?_wi=2", imageAlt: "Patio cleaning project"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Garden Makeover", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/senior-mows-grass-yard-with-lawn-mower_1157-29769.jpg", imageAlt: "Garden landscaping project"
|
||||
id: "3", name: "Garden Makeover", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/senior-mows-grass-yard-with-lawn-mower_1157-29769.jpg?_wi=2", imageAlt: "Garden landscaping project"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Roof Restoration", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/back-view-male-musician-roof-top-holding-electric-guitar_23-2148680355.jpg", imageAlt: "Roof cleaning project"
|
||||
id: "4", name: "Roof Restoration", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/back-view-male-musician-roof-top-holding-electric-guitar_23-2148680355.jpg?_wi=2", imageAlt: "Roof cleaning project"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -186,7 +186,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARzb2zm8VgqrxR3i9PLGRkGRdQ/uploaded-1772570562512-dimkp6ki.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARzb2zm8VgqrxR3i9PLGRkGRdQ/uploaded-1772570562512-dimkp6ki.jpg?_wi=3"
|
||||
imageAlt="Professional exterior services transformation"
|
||||
inputPlaceholder="Enter your email address"
|
||||
buttonText="Get Free Quote"
|
||||
|
||||
Reference in New Issue
Block a user