diff --git a/src/app/page.tsx b/src/app/page.tsx index 7512d7c..0046cd0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,98 +31,43 @@ export default function LandingPage() {
@@ -131,19 +76,9 @@ export default function LandingPage() { @@ -153,27 +88,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - tag: "Electrical", - title: "Advanced Electrical Systems", - subtitle: "Safety First", - description: "Professional electrical wiring and system upgrades for your renovated rooms.", - imageSrc: "http://img.b2bpic.net/free-photo/assembly-electrical-panel-electrician-job-robot-with-wires-circuit-breakers_169016-1814.jpg", - }, - { - tag: "Conversion", - title: "Garage to Apartment", - subtitle: "Maximize Potential", - description: "Expert garage-to-apartment conversion, creating comfortable, functional living spaces.", - imageSrc: "http://img.b2bpic.net/free-photo/architects-looking-plan-front-house_23-2147813100.jpg", - }, - { - tag: "Masonry", - title: "Brick Room Remodels", - subtitle: "Sturdy & Stylish", - description: "Reliable brick wall construction and interior room remodeling tailored to your specific design.", - imageSrc: "http://img.b2bpic.net/free-photo/old-brick-texture_23-2147625936.jpg", - }, + { tag: "Electrical", title: "Advanced Electrical Systems", subtitle: "Safety First", description: "Professional electrical wiring and system upgrades for your renovated rooms.", imageSrc: "http://img.b2bpic.net/free-photo/assembly-electrical-panel-electrician-job-robot-with-wires-circuit-breakers_169016-1814.jpg" }, + { tag: "Conversion", title: "Garage to Apartment", subtitle: "Maximize Potential", description: "Expert garage-to-apartment conversion, creating comfortable, functional living spaces.", imageSrc: "http://img.b2bpic.net/free-photo/architects-looking-plan-front-house_23-2147813100.jpg" }, + { tag: "Masonry", title: "Brick Room Remodels", subtitle: "Sturdy & Stylish", description: "Reliable brick wall construction and interior room remodeling tailored to your specific design.", imageSrc: "http://img.b2bpic.net/free-photo/old-brick-texture_23-2147625936.jpg" }, ]} title="Our Specialized Remodeling Services" description="We specialize in professional electrical upgrades, complex structural masonry, and full-scale interior home transformations." @@ -187,54 +104,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - brand: "Renovation", - name: "Modern Living Area", - price: "Custom", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mid-century-modern-sideboard-with-coral-drawers_23-2151988669.jpg", - }, - { - id: "p2", - brand: "Construction", - name: "Guest Suite Build", - price: "Custom", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/office-workers-collaborating-together_23-2147668764.jpg", - }, - { - id: "p3", - brand: "Renovation", - name: "Home Workspace", - price: "Custom", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/engineering-concept-room_23-2147704214.jpg", - }, - { - id: "p4", - brand: "Construction", - name: "Garage Conversion", - price: "Custom", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/concentrated-businesswoman-checking-design-window_23-2147601367.jpg", - }, - { - id: "p5", - brand: "Masonry", - name: "Brick Room Remodel", - price: "Custom", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/construction-electrician-cuts-voltage-cable-repair_169016-11855.jpg", - }, - { - id: "p6", - brand: "Construction", - name: "Studio Apartment", - price: "Custom", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cozy-van-interior-prepared-camping_23-2151938543.jpg", - }, + { id: "p1", brand: "Renovation", name: "Modern Living Area", price: "Custom", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/mid-century-modern-sideboard-with-coral-drawers_23-2151988669.jpg" }, + { id: "p2", brand: "Construction", name: "Guest Suite Build", price: "Custom", rating: 5, reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/office-workers-collaborating-together_23-2147668764.jpg" }, + { id: "p3", brand: "Renovation", name: "Home Workspace", price: "Custom", rating: 5, reviewCount: "28", imageSrc: "http://img.b2bpic.net/free-photo/engineering-concept-room_23-2147704214.jpg" }, + { id: "p4", brand: "Construction", name: "Garage Conversion", price: "Custom", rating: 5, reviewCount: "56", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-businesswoman-checking-design-window_23-2147601367.jpg" }, + { id: "p5", brand: "Masonry", name: "Brick Room Remodel", price: "Custom", rating: 5, reviewCount: "19", imageSrc: "http://img.b2bpic.net/free-photo/construction-electrician-cuts-voltage-cable-repair_169016-11855.jpg" }, + { id: "p6", brand: "Construction", name: "Studio Apartment", price: "Custom", rating: 5, reviewCount: "41", imageSrc: "http://img.b2bpic.net/free-photo/cozy-van-interior-prepared-camping_23-2151938543.jpg" }, ]} title="Recent Project Highlights" description="Explore our portfolio of successful construction, masonry, and interior remodeling projects." @@ -247,57 +122,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} plans={[ - { - id: "basic", - title: "Basic Electrical Upgrade", - price: "$1,500+", - period: "Starting", - features: [ - "Electrical wiring check", - "Circuit upgrade", - "Lighting installation", - ], - button: { - text: "Book Now", - href: "#contact", - }, - imageSrc: "http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15617.jpg", - imageAlt: "Collaboration of two carpenters in building", - }, - { - id: "standard", - title: "Standard Room Remodel", - price: "$8,000+", - period: "Starting", - features: [ - "Wall framing", - "Electrical integration", - "Drywall finish", - ], - button: { - text: "Book Now", - href: "#contact", - }, - imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-electric-car_23-2149362800.jpg?_wi=2", - imageAlt: "Collaboration of two carpenters in building", - }, - { - id: "premium", - title: "Garage Conversion", - price: "$25,000+", - period: "Starting", - features: [ - "Full structural renovation", - "Custom electrical build", - "Insulation & Climate", - ], - button: { - text: "Book Now", - href: "#contact", - }, - imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865313.jpg", - imageAlt: "Collaboration of two carpenters in building", - }, + { id: "basic", title: "Basic Electrical Upgrade", price: "$1,500+", period: "Starting", features: ["Electrical wiring check", "Circuit upgrade", "Lighting installation"], button: { text: "Book Now", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15617.jpg" }, + { id: "standard", title: "Standard Room Remodel", price: "$8,000+", period: "Starting", features: ["Wall framing", "Electrical integration", "Drywall finish"], button: { text: "Book Now", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-electric-car_23-2149362800.jpg" }, + { id: "premium", title: "Garage Conversion", price: "$25,000+", period: "Starting", features: ["Full structural renovation", "Custom electrical build", "Insulation & Climate"], button: { text: "Book Now", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865313.jpg" }, ]} title="Project Pricing Estimates" description="Get transparent information about our remodeling project cost structures." @@ -308,31 +135,11 @@ export default function LandingPage() { @@ -388,37 +176,17 @@ export default function LandingPage() {