Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-06-10 01:35:17 +00:00

View File

@@ -76,10 +76,10 @@ export default function Page() {
<div id="services" data-section="services">
<FeatureCardTwentyFour
features={[
{ id: "kitchens", title: "Custom Kitchen Cabinetry", description: "Tailored kitchen cabinetry designed around your space, storage needs and preferred aesthetic, built for lasting beauty and functionality.", tags: ["Brisbane", "Custom", "Luxury"], imageSrc: "http://img.b2bpic.net/free-photo/blue-kitchen-cabinet-with-open-storage-drawer-premium-interior-design-with-copper-accents_169016-72711.jpg", imageAlt: "Custom kitchen cabinetry" },
{ id: "vanities", title: "Bathroom Vanities", description: "Custom vanity solutions that balance practical storage, durability and modern design, enhancing your bathroom's style.", tags: ["Brisbane", "Modern", "Bespoke"], imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-drawer-made-natural-wood-elegant-premium-interior-design_169016-72733.jpg", imageAlt: "Custom bathroom vanity" },
{ id: "cupboards", title: "Built-In Cupboards", description: "Functional and carefully fitted storage designed to make better use of available space in any room of your home.", tags: ["Storage", "Integrated", "Functional"], imageSrc: "http://img.b2bpic.net/free-photo/stylish-kitchen-drawer-with-wooden-dividers-interior-detail-modern-kitchen-island_169016-72791.jpg", imageAlt: "Custom built-in cupboards" },
{ id: "custom", title: "Custom Cabinetry", description: "Made-to-measure cabinetry for unique residential spaces and individual design requirements, limited only by imagination.", tags: ["Tailored", "Unique", "Residential"], imageSrc: "http://img.b2bpic.net/free-photo/couple-home-spending-time-together_23-2149185029.jpg", imageAlt: "General custom cabinetry" }
{ id: "kitchens", title: "Custom Kitchen Cabinetry", author: "DV Cabinets Team", description: "Tailored kitchen cabinetry designed around your space, storage needs and preferred aesthetic, built for lasting beauty and functionality.", tags: ["Brisbane", "Custom", "Luxury"], videoSrc: "https://www.w3.org/2010/05/video/media.mp4", videoAriaLabel: "Custom kitchen cabinetry video" },
{ id: "vanities", title: "Bathroom Vanities", author: "DV Cabinets Team", description: "Custom vanity solutions that balance practical storage, durability and modern design, enhancing your bathroom's style.", tags: ["Brisbane", "Modern", "Bespoke"], videoSrc: "https://www.w3.org/2010/05/video/media.mp4", videoAriaLabel: "Custom bathroom vanity video" },
{ id: "cupboards", title: "Built-In Cupboards", author: "DV Cabinets Team", description: "Functional and carefully fitted storage designed to make better use of available space in any room of your home.", tags: ["Storage", "Integrated", "Functional"], videoSrc: "https://www.w3.org/2010/05/video/media.mp4", videoAriaLabel: "Custom built-in cupboards video" },
{ id: "custom", title: "Custom Cabinetry", author: "DV Cabinets Team", description: "Made-to-measure cabinetry for unique residential spaces and individual design requirements, limited only by imagination.", tags: ["Tailored", "Unique", "Residential"], videoSrc: "https://www.w3.org/2010/05/video/media.mp4", videoAriaLabel: "General custom cabinetry video" }
]}
animationType="slide-up"
title="Our Expert Cabinetry Services"
@@ -132,10 +132,10 @@ export default function Page() {
<div id="process" data-section="process">
<FeatureCardTwentyFour
features={[
{ id: "step-1", title: "1. Initial Consultation", description: "We start with a detailed discussion about your space, requirements, style preferences, and budget to understand your unique needs.", tags: ["Discovery", "Planning"], imageSrc: "http://img.b2bpic.net/free-photo/couple-having-breakfast-home_657883-479.jpg", imageAlt: "Couple having breakfast at home, discussing plans" },
{ id: "step-2", title: "2. Design & Planning", description: "Our team develops a cabinetry solution tailored precisely to your home, ensuring it's both aesthetically pleasing and highly functional.", tags: ["Concept", "Drafting"], imageSrc: "http://img.b2bpic.net/free-photo/render-3d-contemporary-kitchen_1048-17750.jpg", imageAlt: "3D render of contemporary kitchen design" },
{ id: "step-3", title: "3. Craftsmanship & Production", description: "Using premium materials and state-of-the-art techniques, we create your cabinetry with precision, attention to detail, and enduring quality.", tags: ["Crafting", "Manufacturing"], imageSrc: "http://img.b2bpic.net/free-photo/carpenter-performing-tasks-wood-shaper-shaping-cutting-materials_482257-83684.jpg", imageAlt: "Carpenter working on wood in a workshop" },
{ id: "step-4", title: "4. Installation & Completion", description: "Our skilled installers meticulously fit and finish your new cabinetry, ensuring a perfect result and a clean, professional handover.", tags: ["Installation", "Finishing"], imageSrc: "http://img.b2bpic.net/free-photo/line-light-open-drawer-blue-modern_169016-69038.jpg", imageAlt: "Line of light from an open modern kitchen drawer" }
{ id: "step-1", title: "1. Initial Consultation", author: "DV Cabinets Team", description: "We start with a detailed discussion about your space, requirements, style preferences, and budget to understand your unique needs.", tags: ["Discovery", "Planning"], videoSrc: "https://www.w3.org/2010/05/video/media.mp4", videoAriaLabel: "Couple discussing plans video" },
{ id: "step-2", title: "2. Design & Planning", author: "DV Cabinets Team", description: "Our team develops a cabinetry solution tailored precisely to your home, ensuring it's both aesthetically pleasing and highly functional.", tags: ["Concept", "Drafting"], videoSrc: "https://www.w3.org/2010/05/video/media.mp4", videoAriaLabel: "3D render of contemporary kitchen design video" },
{ id: "step-3", title: "3. Craftsmanship & Production", author: "DV Cabinets Team", description: "Using premium materials and state-of-the-art techniques, we create your cabinetry with precision, attention to detail, and enduring quality.", tags: ["Crafting", "Manufacturing"], videoSrc: "https://www.w3.org/2010/05/video/media.mp4", videoAriaLabel: "Carpenter working on wood in a workshop video" },
{ id: "step-4", title: "4. Installation & Completion", author: "DV Cabinets Team", description: "Our skilled installers meticulously fit and finish your new cabinetry, ensuring a perfect result and a clean, professional handover.", tags: ["Installation", "Finishing"], videoSrc: "https://www.w3.org/2010/05/video/media.mp4", videoAriaLabel: "Line of light from an open modern kitchen drawer video" }
]}
animationType="slide-up"
title="Our Simple 4-Step Process"
@@ -173,8 +173,6 @@ export default function Page() {
description="Based in Yeerongpilly, Brisbane, Queensland, DV Cabinets proudly serves homeowners across the entire Brisbane metropolitan area and surrounding suburbs. We're your local experts for custom kitchen cabinetry, bathroom vanities, and built-in cupboards. (Specific suburbs and service areas to be confirmed)."
textboxLayout="default"
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/turquoise-colored-pushpin-stucked-world-map_23-2147837096.jpg"
imageAlt="Map of Brisbane and Yeerongpilly"
/>
</div>
<div id="final-cta" data-section="final-cta">
@@ -185,8 +183,6 @@ export default function Page() {
description="Tell us what you have in mind and take the first step towards cabinetry designed specifically for your home. We're ready to bring your vision to life."
textboxLayout="default"
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821358.jpg"
imageAlt="Luxury kitchen project in progress"
buttons={[
{ text: "Request a Free Quote", href: "#contact" },
{ text: "Call DV Cabinets", href: "tel:+61700000000" }