From 800cf5447cddbaa2a64a852d89a3d46f7cf71f77 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 16:40:42 +0000 Subject: [PATCH] Update src/app/kitchens/page.tsx --- src/app/kitchens/page.tsx | 106 ++++++++++---------------------------- 1 file changed, 27 insertions(+), 79 deletions(-) diff --git a/src/app/kitchens/page.tsx b/src/app/kitchens/page.tsx index 1e685d8..1912f33 100644 --- a/src/app/kitchens/page.tsx +++ b/src/app/kitchens/page.tsx @@ -6,7 +6,7 @@ import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; import FooterCard from '@/components/sections/footer/FooterCard'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import SplitAbout from '@/components/sections/about/SplitAbout'; -import { Clock, Facebook, Image, Instagram, MessageCircle, Palette, Wrench } from "lucide-react"; +import { ClipboardCheck, Clock, DraftingCompass, Facebook, Image, Instagram, MessageCircle, Palette, Wrench } from "lucide-react"; export default function LandingPage() { return ( @@ -27,39 +27,23 @@ export default function LandingPage() { @@ -72,17 +56,11 @@ export default function LandingPage() { description="Elegant kitchens designed around your lifestyle, combining aesthetics with practical functionality for the heart of your home. We craft spaces where culinary artistry meets daily living." bulletPoints={[ { - title: "Tailored Solutions", - description: "Custom designs that perfectly fit your space and culinary needs.", - }, + title: "Tailored Solutions", description: "Custom designs that perfectly fit your space and culinary needs."}, { - title: "Premium Materials", - description: "High-quality European finishes and durable surfaces for lasting beauty.", - }, + title: "Premium Materials", description: "High-quality European finishes and durable surfaces for lasting beauty."}, { - title: "Integrated Appliances", - description: "Seamless integration of leading brands for a sleek, modern look.", - }, + title: "Integrated Appliances", description: "Seamless integration of leading brands for a sleek, modern look."}, ]} imageSrc="http://img.b2bpic.net/free-photo/woman-talking-phone-modern-office_23-2147668769.jpg" imageAlt="Luxury kitchen with warm wood accents" @@ -97,67 +75,43 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Smart Storage Solutions", - description: "Intelligently designed cabinetry and pantry systems for optimal organization.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/view-chef-working-kitchen_23-2149728012.jpg", - imageAlt: "Smart kitchen storage", - }, + title: "Smart Storage Solutions", description: "Intelligently designed cabinetry and pantry systems for optimal organization.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/view-chef-working-kitchen_23-2149728012.jpg", imageAlt: "Smart kitchen storage"}, items: [ { icon: MessageCircle, - text: "Pull-out Units", - }, + text: "Pull-out Units"}, { icon: ClipboardCheck, - text: "Corner Solutions", - }, + text: "Corner Solutions"}, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/view-beautifully-decorated-round-table-with-natural-fir-branch-candle-two-flutes-plates-against-classic-sofa-modern-apartment_132075-11394.jpg?_wi=4", - imageAlt: "chef cooking in high-end kitchen", }, { - title: "Custom Island Design", - description: "Central islands crafted to be the focal point for cooking, dining, and entertaining.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727955.jpg", - imageAlt: "Kitchen island with seating", - }, + title: "Custom Island Design", description: "Central islands crafted to be the focal point for cooking, dining, and entertaining.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727955.jpg", imageAlt: "Kitchen island with seating"}, items: [ { icon: DraftingCompass, - text: "Integrated Seating", - }, + text: "Integrated Seating"}, { icon: Palette, - text: "Worktop Materials", - }, + text: "Worktop Materials"}, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/realtor-clients-exploring-urban-property-financial-potential_482257-90954.jpg?_wi=2", - imageAlt: "chef cooking in high-end kitchen", }, { - title: "Advanced Lighting Schemes", - description: "Layered lighting for ambiance, task functionality, and accentuation of design features.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976621.jpg", - imageAlt: "Modern kitchen lighting", - }, + title: "Advanced Lighting Schemes", description: "Layered lighting for ambiance, task functionality, and accentuation of design features.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976621.jpg", imageAlt: "Modern kitchen lighting"}, items: [ { icon: Wrench, - text: "LED Strips", - }, + text: "LED Strips"}, { icon: Clock, - text: "Pendant Lights", - }, + text: "Pendant Lights"}, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283288.jpg?_wi=2", - imageAlt: "chef cooking in high-end kitchen", }, ]} title="Features of a Biotti Kitchen" @@ -172,19 +126,13 @@ export default function LandingPage() { socialLinks={[ { icon: Facebook, - href: "#", - ariaLabel: "Facebook", - }, + href: "#", ariaLabel: "Facebook"}, { icon: Instagram, - href: "#", - ariaLabel: "Instagram", - }, + href: "#", ariaLabel: "Instagram"}, { icon: Image, - href: "#", - ariaLabel: "Pinterest", - }, + href: "#", ariaLabel: "Pinterest"}, ]} />