Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-09 06:40:49 +00:00

View File

@@ -52,13 +52,13 @@ export default function LandingPage() {
background={{ variant: "rotated-rays-animated" }}
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2149343665.jpg", imageAlt: "Residential roof installation project"
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2149343665.jpg?_wi=1", imageAlt: "Residential roof installation project"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/girl-putting-rubber-boots_23-2147770356.jpg", imageAlt: "Roof repair and maintenance service"
imageSrc: "http://img.b2bpic.net/free-photo/girl-putting-rubber-boots_23-2147770356.jpg?_wi=1", imageAlt: "Roof repair and maintenance service"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-man-working-low-view_23-2148748785.jpg", imageAlt: "Premium roofing installation"
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-man-working-low-view_23-2148748785.jpg?_wi=1", imageAlt: "Premium roofing installation"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/rain-effect-urban-background_23-2148099057.jpg", imageAlt: "Weather-resistant roofing system"
@@ -66,13 +66,13 @@ export default function LandingPage() {
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/traditional-ceramic-roof-tiles-government-building-dijon-burgundy-france_1101-2530.jpg", imageAlt: "Commercial roofing project"
imageSrc: "http://img.b2bpic.net/free-photo/traditional-ceramic-roof-tiles-government-building-dijon-burgundy-france_1101-2530.jpg?_wi=1", imageAlt: "Commercial roofing project"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet_23-2149343634.jpg", imageAlt: "Sustainable eco-friendly roofing"
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet_23-2149343634.jpg?_wi=1", imageAlt: "Sustainable eco-friendly roofing"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-standing-rooftop-with-phone-hand_23-2148269876.jpg", imageAlt: "Professional roof inspection"
imageSrc: "http://img.b2bpic.net/free-photo/man-standing-rooftop-with-phone-hand_23-2148269876.jpg?_wi=1", imageAlt: "Professional roof inspection"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker_329181-2850.jpg", imageAlt: "Professional roofing equipment"
@@ -108,27 +108,27 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Residential", name: "Modern Shingle Installation", price: "$15,500", rating: 5,
reviewCount: "47", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2149343665.jpg", imageAlt: "Residential shingle roof installation"
reviewCount: "47", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2149343665.jpg?_wi=2", imageAlt: "Residential shingle roof installation"
},
{
id: "2", brand: "Commercial", name: "Flat Roof Replacement", price: "$42,000", rating: 5,
reviewCount: "38", imageSrc: "http://img.b2bpic.net/free-photo/traditional-ceramic-roof-tiles-government-building-dijon-burgundy-france_1101-2530.jpg", imageAlt: "Commercial flat roof project"
reviewCount: "38", imageSrc: "http://img.b2bpic.net/free-photo/traditional-ceramic-roof-tiles-government-building-dijon-burgundy-france_1101-2530.jpg?_wi=2", imageAlt: "Commercial flat roof project"
},
{
id: "3", brand: "Emergency", name: "Storm Damage Repair", price: "$8,200", rating: 5,
reviewCount: "52", imageSrc: "http://img.b2bpic.net/free-photo/girl-putting-rubber-boots_23-2147770356.jpg", imageAlt: "Emergency roof repair service"
reviewCount: "52", imageSrc: "http://img.b2bpic.net/free-photo/girl-putting-rubber-boots_23-2147770356.jpg?_wi=2", imageAlt: "Emergency roof repair service"
},
{
id: "4", brand: "Sustainable", name: "Green Roof System", price: "$28,750", rating: 5,
reviewCount: "31", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet_23-2149343634.jpg", imageAlt: "Eco-friendly green roof installation"
reviewCount: "31", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet_23-2149343634.jpg?_wi=2", imageAlt: "Eco-friendly green roof installation"
},
{
id: "5", brand: "Premium", name: "Luxury Home Roof", price: "$35,600", rating: 5,
reviewCount: "29", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-man-working-low-view_23-2148748785.jpg", imageAlt: "Premium luxury home roofing"
reviewCount: "29", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-man-working-low-view_23-2148748785.jpg?_wi=2", imageAlt: "Premium luxury home roofing"
},
{
id: "6", brand: "Maintenance", name: "Roof Inspection Service", price: "$450", rating: 5,
reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/man-standing-rooftop-with-phone-hand_23-2148269876.jpg", imageAlt: "Professional roof inspection"
reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/man-standing-rooftop-with-phone-hand_23-2148269876.jpg?_wi=2", imageAlt: "Professional roof inspection"
}
]}
gridVariant="bento-grid"