Merge version_1 into main #2
@@ -76,7 +76,7 @@ export default function LandingPage() {
|
||||
{ id: "3", value: "Family", description: "Owned & Operated" },
|
||||
{ id: "4", value: "Veteran", description: "Hands On Deck" }
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -91,10 +91,10 @@ export default function LandingPage() {
|
||||
tagIcon={Wrench}
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{ id: 1, title: "Fencing", description: "Privacy fences, chain link, wrought iron, farm fences, and restoration services.", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15531.jpg?_wi=1", imageAlt: "Privacy fence project" },
|
||||
{ id: 2, title: "Roofing", description: "New installations, repairs, and replacements for residential and commercial properties.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-formal-clothes-sunglasses-using-his-phone_158538-8350.jpg?_wi=1", imageAlt: "Roof replacement completed" },
|
||||
{ id: 3, title: "Decks & Structures", description: "Custom deck construction and pergola installation for outdoor living spaces.", imageSrc: "http://img.b2bpic.net/free-photo/wooden-path-walking_74190-3840.jpg?_wi=1", imageAlt: "Wooden deck construction" },
|
||||
{ id: 4, title: "Concrete & More", description: "Driveways, patios, walkways, painting, and tree services for complete property solutions.", imageSrc: "http://img.b2bpic.net/free-photo/construction-technicians-are-mixing-cement-stone-sand-construction_1150-15090.jpg?_wi=1", imageAlt: "Concrete driveway finished" }
|
||||
{ id: 1, title: "Fencing", description: "Privacy fences, chain link, wrought iron, farm fences, and restoration services.", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15531.jpg", imageAlt: "Privacy fence project" },
|
||||
{ id: 2, title: "Roofing", description: "New installations, repairs, and replacements for residential and commercial properties.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-formal-clothes-sunglasses-using-his-phone_158538-8350.jpg", imageAlt: "Roof replacement completed" },
|
||||
{ id: 3, title: "Decks & Structures", description: "Custom deck construction and pergola installation for outdoor living spaces.", imageSrc: "http://img.b2bpic.net/free-photo/wooden-path-walking_74190-3840.jpg", imageAlt: "Wooden deck construction" },
|
||||
{ id: 4, title: "Concrete & More", description: "Driveways, patios, walkways, painting, and tree services for complete property solutions.", imageSrc: "http://img.b2bpic.net/free-photo/construction-technicians-are-mixing-cement-stone-sand-construction_1150-15090.jpg", imageAlt: "Concrete driveway finished" }
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -125,12 +125,12 @@ export default function LandingPage() {
|
||||
tagIcon={Image}
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{ id: "1", name: "Privacy Fence Installation", price: "Custom Pricing", variant: "Residential Wood Stain", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15531.jpg?_wi=2", imageAlt: "Custom privacy fence project" },
|
||||
{ id: "1", name: "Privacy Fence Installation", price: "Custom Pricing", variant: "Residential Wood Stain", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15531.jpg", imageAlt: "Custom privacy fence project" },
|
||||
{ id: "2", name: "Chain Link Fencing", price: "Custom Pricing", variant: "Commercial Metal", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-barbed-wire-with-cobwebs_181624-57835.jpg", imageAlt: "Commercial chain link fence" },
|
||||
{ id: "3", name: "Deck Construction", price: "Custom Pricing", variant: "Residential Composite", imageSrc: "http://img.b2bpic.net/free-photo/wooden-path-walking_74190-3840.jpg?_wi=2", imageAlt: "Beautiful backyard deck" },
|
||||
{ id: "3", name: "Deck Construction", price: "Custom Pricing", variant: "Residential Composite", imageSrc: "http://img.b2bpic.net/free-photo/wooden-path-walking_74190-3840.jpg", imageAlt: "Beautiful backyard deck" },
|
||||
{ id: "4", name: "Pergola Installation", price: "Custom Pricing", variant: "Residential Shade Structure", imageSrc: "http://img.b2bpic.net/free-photo/people-hanging-out-after-quarantine_23-2148687226.jpg", imageAlt: "Wooden pergola outdoor" },
|
||||
{ id: "5", name: "Roof Replacement", price: "Custom Pricing", variant: "Residential New Shingles", imageSrc: "http://img.b2bpic.net/free-photo/businessman-formal-clothes-sunglasses-using-his-phone_158538-8350.jpg?_wi=2", imageAlt: "Professional roof installation" },
|
||||
{ id: "6", name: "Concrete Driveway", price: "Custom Pricing", variant: "Residential Finished", imageSrc: "http://img.b2bpic.net/free-photo/construction-technicians-are-mixing-cement-stone-sand-construction_1150-15090.jpg?_wi=2", imageAlt: "Quality concrete work" }
|
||||
{ id: "5", name: "Roof Replacement", price: "Custom Pricing", variant: "Residential New Shingles", imageSrc: "http://img.b2bpic.net/free-photo/businessman-formal-clothes-sunglasses-using-his-phone_158538-8350.jpg", imageAlt: "Professional roof installation" },
|
||||
{ id: "6", name: "Concrete Driveway", price: "Custom Pricing", variant: "Residential Finished", imageSrc: "http://img.b2bpic.net/free-photo/construction-technicians-are-mixing-cement-stone-sand-construction_1150-15090.jpg", imageAlt: "Quality concrete work" }
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user