Merge version_3 into main #8

Merged
bender merged 2 commits from version_3 into main 2026-03-05 18:51:40 +00:00
2 changed files with 9 additions and 9 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -126,16 +126,16 @@ export default function HomePage() {
tagAnimation="slide-up"
features={[
{
id: 1, title: "Trim & Molding Replacement", description: "Expert installation and replacement of interior and exterior trim, crown molding, and baseboards to enhance your home's aesthetic appeal.", imageSrc: "http://img.b2bpic.net/free-photo/details-classic-oak-furniture-closeup-old-sofa-classic-office-interior-design-concept-space-text_166373-2661.jpg?_wi=1", imageAlt: "Trim and molding installation"
id: 1, title: "Trim & Molding Replacement", description: "Expert installation and replacement of interior and exterior trim, crown molding, and baseboards to enhance your home's aesthetic appeal.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXOUh92zg6ufcxzm7xdCkKSY3Q/uploaded-1772736651765-c1aj4tw9.jpg", imageAlt: "Trim and molding installation"
},
{
id: 2, title: "Window Installation & Repair", description: "Professional window installation, replacement, and repair services. We work with quality materials to improve energy efficiency and home value.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-carpenter-working-with-experienced-man_329181-15697.jpg?_wi=1", imageAlt: "Window installation services"
id: 2, title: "Window Installation & Repair", description: "Professional window installation, replacement, and repair services. We work with quality materials to improve energy efficiency and home value.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXOUh92zg6ufcxzm7xdCkKSY3Q/uploaded-1772736651765-lokntrwm.jpg", imageAlt: "Window installation services"
},
{
id: 3, title: "Door Installation & Repair", description: "Complete door services including installation, repairs, and refinishing for entry doors, interior doors, and specialty applications.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-delivering-groceries_23-2149663591.jpg?_wi=1", imageAlt: "Door installation and repair"
id: 3, title: "Door Installation & Repair", description: "Complete door services including installation, repairs, and refinishing for entry doors, interior doors, and specialty applications.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXOUh92zg6ufcxzm7xdCkKSY3Q/uploaded-1772736651765-vs8y0l0n.jpg", imageAlt: "Door installation and repair"
},
{
id: 4, title: "Siding & Exterior Work", description: "High-quality siding repair and installation to protect your home while improving curb appeal and energy performance.", imageSrc: "http://img.b2bpic.net/free-photo/single-sun-canopy-stands-pebbly-beach-sunny-day-city-beach-black-sea-coast_166373-2276.jpg?_wi=1", imageAlt: "Exterior siding work"
id: 4, title: "Siding & Exterior Work", description: "High-quality siding repair and installation to protect your home while improving curb appeal and energy performance.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXOUh92zg6ufcxzm7xdCkKSY3Q/uploaded-1772736651765-wmmjp3o3.jpg", imageAlt: "Exterior siding work"
}
]}
textboxLayout="default"
@@ -153,13 +153,13 @@ export default function HomePage() {
tagAnimation="slide-up"
products={[
{
id: "1", name: "Kitchen Renovation", price: "Complete Transformation", variant: "Trim & Fixtures", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-moving-into-new-home_23-2149199117.jpg?_wi=1", imageAlt: "Kitchen renovation project"
id: "1", name: "Kitchen Renovation", price: "Complete Transformation", variant: "Trim & Fixtures", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXOUh92zg6ufcxzm7xdCkKSY3Q/uploaded-1772736651765-ncgx2mv8.jpg", imageAlt: "Kitchen renovation project"
},
{
id: "2", name: "Bathroom Remodel", price: "Modernization Complete", variant: "Full Update", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg", imageAlt: "Bathroom remodel project"
id: "2", name: "Bathroom Remodel", price: "Modernization Complete", variant: "Full Update", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXOUh92zg6ufcxzm7xdCkKSY3Q/uploaded-1772736651765-c1aj4tw9.jpg", imageAlt: "Bathroom remodel project"
},
{
id: "3", name: "Exterior Deck", price: "Outdoor Living", variant: "New Construction", imageSrc: "http://img.b2bpic.net/free-photo/single-sun-canopy-stands-pebbly-beach-sunny-day-city-beach-black-sea-coast_166373-2276.jpg?_wi=2", imageAlt: "Deck and patio project"
id: "3", name: "Exterior Deck", price: "Outdoor Living", variant: "New Construction", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXOUh92zg6ufcxzm7xdCkKSY3Q/uploaded-1772736651765-lokntrwm.jpg", imageAlt: "Deck and patio project"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -297,4 +297,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}