Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-09 14:59:29 +00:00
2 changed files with 1370 additions and 3 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -195,17 +195,17 @@ export default function LandingPage() {
animationType="slide-up"
plans={[
{
id: "residential", title: "Residential", price: "Custom", period: "Quote", imageSrc: "http://img.b2bpic.net/free-photo/home-tile-improvement-handyman-with-level-laying-down-tile-floor_231208-6794.jpg", imageAlt: "Residential floor transformation", button: { text: "Request Free Estimate", href: "#contact" },
id: "residential", title: "Residential", price: "Custom", period: "Quote", imageSrc: "http://img.b2bpic.net/free-photo/home-tile-improvement-handyman-with-level-laying-down-tile-floor_231208-6794.jpg?_wi=1", imageAlt: "Residential floor transformation", button: { text: "Request Free Estimate", href: "#contact" },
features: [
"Professional installation", "High-quality epoxy coating", "Complete surface preparation", "10-year durability guarantee"],
},
{
id: "commercial", title: "Commercial", price: "Custom", period: "Quote", imageSrc: "http://img.b2bpic.net/free-photo/home-tile-improvement-handyman-with-level-laying-down-tile-floor_231208-6794.jpg", imageAlt: "Commercial floor installation", button: { text: "Request Free Estimate", href: "#contact" },
id: "commercial", title: "Commercial", price: "Custom", period: "Quote", imageSrc: "http://img.b2bpic.net/free-photo/home-tile-improvement-handyman-with-level-laying-down-tile-floor_231208-6794.jpg?_wi=2", imageAlt: "Commercial floor installation", button: { text: "Request Free Estimate", href: "#contact" },
features: [
"Minimal downtime installation", "Heavy-duty epoxy systems", "Full surface preparation", "15-year durability guarantee"],
},
{
id: "industrial", title: "Industrial", price: "Custom", period: "Quote", imageSrc: "http://img.b2bpic.net/free-photo/home-tile-improvement-handyman-with-level-laying-down-tile-floor_231208-6794.jpg", imageAlt: "Industrial floor coating", button: { text: "Request Free Estimate", href: "#contact" },
id: "industrial", title: "Industrial", price: "Custom", period: "Quote", imageSrc: "http://img.b2bpic.net/free-photo/home-tile-improvement-handyman-with-level-laying-down-tile-floor_231208-6794.jpg?_wi=3", imageAlt: "Industrial floor coating", button: { text: "Request Free Estimate", href: "#contact" },
features: [
"Industrial-grade polyaspartic", "Chemical resistance certified", "Expert surface preparation", "25-year durability guarantee"],
},