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." />