From de942b7b3b599adc3b8be25d74a4ac28c9d9ce62 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 18:05:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 217 ++++++----------------------------------------- 1 file changed, 25 insertions(+), 192 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 14fc46c..33bb5f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,26 +28,11 @@ export default function LandingPage() { @@ -139,31 +64,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "Home Remodeling", - description: "From kitchens to bathrooms, we bring your dream space to life.", - imageSrc: "http://img.b2bpic.net/free-photo/small-bathroom-with-modern-style-ai-generated_23-2150694822.jpg?_wi=1", - }, - { - title: "Repairs", - description: "Fixing leaks, patches, and everything in between.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-interior-shot-modern-house-with-white-relaxing-walls-furniture-technology_181624-2077.jpg?_wi=1", - }, - { - title: "Custom Carpentry", - description: "Tailored woodwork for your unique vision.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-steel-hammer-with-other-construction-elements-tools_23-2150576381.jpg?_wi=1", - }, - { - title: "Electrical Fixes", - description: "Safe installation of lights, fans, and outlets.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-asian-contractor-carpenter-site-checking-blueprint-floor-with-concentrate-focus-home-renovate-site-construction-background_609648-1165.jpg", - }, - { - title: "Plumbing Maintenance", - description: "Handling faucet leaks, clogs, and pipe repairs.", - imageSrc: "http://img.b2bpic.net/free-photo/greetings-joyful-man-woman-standing-with-back-camera-shaking-hands_259150-58289.jpg?_wi=1", - }, + { title: "Home Remodeling", description: "High-quality renovations to transform your living space." }, + { title: "Repairs", description: "Fast and reliable solutions for all your home maintenance needs." }, + { title: "Custom Work", description: "Tailored craftsmanship for specific home projects." }, ]} title="Our Services" description="Professional solutions for your home needs." @@ -177,78 +80,24 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "1", - name: "Kitchen Renovation", - price: "Featured", - variant: "Remodel", - imageSrc: "http://img.b2bpic.net/free-photo/small-bathroom-with-modern-style-ai-generated_23-2150694822.jpg?_wi=2", - }, - { - id: "2", - name: "Bathroom Upgrade", - price: "Featured", - variant: "Remodel", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-interior-shot-modern-house-with-white-relaxing-walls-furniture-technology_181624-2077.jpg?_wi=2", - }, - { - id: "3", - name: "Custom Carpentry", - price: "Featured", - variant: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-steel-hammer-with-other-construction-elements-tools_23-2150576381.jpg?_wi=2", - }, - { - id: "4", - name: "Living Room Refresh", - price: "Featured", - variant: "Remodel", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-interior-shot-modern-house-with-white-relaxing-walls-furniture-technology_181624-2077.jpg?_wi=3", - }, - { - id: "5", - name: "Deck Repair", - price: "Featured", - variant: "Maintenance", - imageSrc: "http://img.b2bpic.net/free-photo/small-bathroom-with-modern-style-ai-generated_23-2150694822.jpg?_wi=3", - }, + { id: "1", name: "Kitchen Project", price: "", variant: "", imageSrc: "http://img.b2bpic.net/free-photo/small-bathroom-with-modern-style-ai-generated_23-2150694822.jpg" }, + { id: "2", name: "Bathroom Renovation", price: "", variant: "", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-interior-shot-modern-house-with-white-relaxing-walls-furniture-technology_181624-2077.jpg" }, + { id: "3", name: "Custom Carpentry", price: "", variant: "", imageSrc: "http://img.b2bpic.net/free-photo/top-view-steel-hammer-with-other-construction-elements-tools_23-2150576381.jpg" }, ]} title="Our Work" - description="A glimpse of our recent home remodeling and repair projects in Atlanta." + description="Recent projects in the Atlanta area." />
@@ -257,30 +106,14 @@ export default function LandingPage() { logoText="Mendez Remodeling" columns={[ { - title: "Contact", - items: [ - { - label: "470-637-8079", - href: "tel:4706378079", - }, - { - label: "770-231-6862", - href: "tel:7702316862", - }, - { - label: "danielmendezreyes23@gmail.com", - href: "mailto:danielmendezreyes23@gmail.com", - }, + title: "Contact", items: [ + { label: "470-637-8079", href: "tel:4706378079" }, + { label: "770-231-6862", href: "tel:7702316862" }, + { label: "danielmendezreyes23@gmail.com", href: "mailto:danielmendezreyes23@gmail.com" }, ], }, { - title: "Location", - items: [ - { - label: "Atlanta, GA", - href: "#", - }, - ], + title: "Location", items: [{ label: "Atlanta, GA", href: "#" }], }, ]} /> @@ -288,4 +121,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1