From cb4050d372dc06f2f306c8bcd49b9479c2f06a78 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 03:10:58 +0000 Subject: [PATCH] Update src/app/kitchen-design/page.tsx --- src/app/kitchen-design/page.tsx | 126 ++++++++------------------------ 1 file changed, 32 insertions(+), 94 deletions(-) diff --git a/src/app/kitchen-design/page.tsx b/src/app/kitchen-design/page.tsx index 135ffcc..410ad2e 100644 --- a/src/app/kitchen-design/page.tsx +++ b/src/app/kitchen-design/page.tsx @@ -7,7 +7,7 @@ import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGaller import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree"; import ContactText from "@/components/sections/contact/ContactText"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { Hammer2 } from "lucide-react"; +import { Hammer } from "lucide-react"; export default function KitchenDesignPage() { return ( @@ -33,9 +33,7 @@ export default function KitchenDesignPage() { { name: "Contact", id: "#contact-cta" }, ]} button={{ - text: "Call Now", - href: "tel:(818) 939-7725", - }} + text: "Call Now", href: "tel:(818) 939-7725"}} brandName="MBG Kitchens" /> @@ -48,31 +46,20 @@ export default function KitchenDesignPage() { tagAnimation="slide-up" buttons={[ { - text: "Schedule Consultation", - href: "#contact-cta", - }, + text: "Schedule Consultation", href: "#contact-cta"}, { - text: "View Portfolio", - href: "/", - }, + text: "View Portfolio", href: "/"}, ]} buttonAnimation="slide-up" background={{ - variant: "plain", - }} + variant: "plain"}} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-businessman-writing-paper-pinned-corkboard_176420-6474.jpg?_wi=2", - imageAlt: "kitchen designer consultation planning modern", - }, + imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-businessman-writing-paper-pinned-corkboard_176420-6474.jpg", imageAlt: "kitchen designer consultation planning modern"}, { - imageSrc: "http://img.b2bpic.net/free-photo/black-wooden-wardrobe-decorated-with-blinds-wardrobe-with-blinds-decoration_169016-13062.jpg?_wi=2", - imageAlt: "custom kitchen cabinets installation modern", - }, + imageSrc: "http://img.b2bpic.net/free-photo/black-wooden-wardrobe-decorated-with-blinds-wardrobe-with-blinds-decoration_169016-13062.jpg", imageAlt: "custom kitchen cabinets installation modern"}, { - imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-modern-house-kitchen-with-large-windows_181624-24368.jpg?_wi=2", - imageAlt: "kitchen remodeling renovation transformation", - }, + imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-modern-house-kitchen-with-large-windows_181624-24368.jpg", imageAlt: "kitchen remodeling renovation transformation"}, ]} mediaAnimation="slide-up" ariaLabel="Kitchen design services overview" @@ -84,30 +71,15 @@ export default function KitchenDesignPage() { title="Our Design Process" description="We follow a proven methodology to ensure your kitchen design exceeds expectations. From initial consultation to final installation, we manage every detail." tag="How We Work" - tagIcon={Hammer2} + tagIcon={Hammer} tagAnimation="slide-up" features={[ { - id: "01", - title: "Initial Consultation", - description: "We meet with you to understand your vision, lifestyle, and budget. We explore your kitchen needs and preferences in detail.", - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-businessman-writing-paper-pinned-corkboard_176420-6474.jpg?_wi=3", - imageAlt: "kitchen consultation and planning meeting", - }, + id: "01", title: "Initial Consultation", description: "We meet with you to understand your vision, lifestyle, and budget. We explore your kitchen needs and preferences in detail.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-businessman-writing-paper-pinned-corkboard_176420-6474.jpg", imageAlt: "kitchen consultation and planning meeting"}, { - id: "02", - title: "Design Proposal", - description: "Our team creates detailed design layouts and 3D renderings. We present multiple options with material selections and cost estimates.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=2", - imageAlt: "design proposal and planning", - }, + id: "02", title: "Design Proposal", description: "Our team creates detailed design layouts and 3D renderings. We present multiple options with material selections and cost estimates.", imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg", imageAlt: "design proposal and planning"}, { - id: "03", - title: "Refinement & Approval", - description: "We refine the design based on your feedback. Once approved, we finalize specifications and prepare for construction.", - imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-food-glass-containers_23-2148927394.jpg?_wi=2", - imageAlt: "design refinement and approval process", - }, + id: "03", title: "Refinement & Approval", description: "We refine the design based on your feedback. Once approved, we finalize specifications and prepare for construction.", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-food-glass-containers_23-2148927394.jpg", imageAlt: "design refinement and approval process"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -115,9 +87,7 @@ export default function KitchenDesignPage() { useInvertedBackground={false} buttons={[ { - text: "Start Your Design", - href: "#contact-cta", - }, + text: "Start Your Design", href: "#contact-cta"}, ]} buttonAnimation="slide-up" ariaLabel="MBG Kitchens design process overview" @@ -130,17 +100,12 @@ export default function KitchenDesignPage() { animationType="entrance-slide" buttons={[ { - text: "Schedule Your Design Session", - href: "#contact-cta", - }, + text: "Schedule Your Design Session", href: "#contact-cta"}, { - text: "Call (818) 939-7725", - href: "tel:(818) 939-7725", - }, + text: "Call (818) 939-7725", href: "tel:(818) 939-7725"}, ]} background={{ - variant: "plain", - }} + variant: "plain"}} useInvertedBackground={false} ariaLabel="Contact for kitchen design services" /> @@ -148,70 +113,43 @@ export default function KitchenDesignPage() {