Update src/app/kitchens/page.tsx

This commit is contained in:
2026-06-10 16:40:42 +00:00
parent 5e6fbdd6e1
commit 800cf5447c

View File

@@ -6,7 +6,7 @@ import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import FooterCard from '@/components/sections/footer/FooterCard'; import FooterCard from '@/components/sections/footer/FooterCard';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import SplitAbout from '@/components/sections/about/SplitAbout'; 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() { export default function LandingPage() {
return ( return (
@@ -27,39 +27,23 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "Kitchens", name: "Kitchens", id: "/kitchens"},
id: "/kitchens",
},
{ {
name: "Bathrooms", name: "Bathrooms", id: "/bathrooms"},
id: "/bathrooms",
},
{ {
name: "Renovations", name: "Renovations", id: "/renovations"},
id: "/renovations",
},
{ {
name: "Wardrobes", name: "Wardrobes", id: "/wardrobes"},
id: "/wardrobes",
},
{ {
name: "Projects", name: "Projects", id: "/projects"},
id: "/projects",
},
{ {
name: "About", name: "About", id: "/about"},
id: "/about",
},
]} ]}
brandName="Biotti" brandName="Biotti"
button={{ button={{
text: "Book Consultation", text: "Book Consultation", href: "/contact"}}
href: "/contact",
}}
/> />
</div> </div>
@@ -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." 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={[ bulletPoints={[
{ {
title: "Tailored Solutions", title: "Tailored Solutions", description: "Custom designs that perfectly fit your space and culinary needs."},
description: "Custom designs that perfectly fit your space and culinary needs.",
},
{ {
title: "Premium Materials", title: "Premium Materials", description: "High-quality European finishes and durable surfaces for lasting beauty."},
description: "High-quality European finishes and durable surfaces for lasting beauty.",
},
{ {
title: "Integrated Appliances", title: "Integrated Appliances", description: "Seamless integration of leading brands for a sleek, modern look."},
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" imageSrc="http://img.b2bpic.net/free-photo/woman-talking-phone-modern-office_23-2147668769.jpg"
imageAlt="Luxury kitchen with warm wood accents" imageAlt="Luxury kitchen with warm wood accents"
@@ -97,67 +75,43 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Smart Storage Solutions", title: "Smart Storage Solutions", description: "Intelligently designed cabinetry and pantry systems for optimal organization.", media: {
description: "Intelligently designed cabinetry and pantry systems for optimal organization.", imageSrc: "http://img.b2bpic.net/free-photo/view-chef-working-kitchen_23-2149728012.jpg", imageAlt: "Smart kitchen storage"},
media: {
imageSrc: "http://img.b2bpic.net/free-photo/view-chef-working-kitchen_23-2149728012.jpg",
imageAlt: "Smart kitchen storage",
},
items: [ items: [
{ {
icon: MessageCircle, icon: MessageCircle,
text: "Pull-out Units", text: "Pull-out Units"},
},
{ {
icon: ClipboardCheck, icon: ClipboardCheck,
text: "Corner Solutions", text: "Corner Solutions"},
},
], ],
reverse: false, 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", title: "Custom Island Design", description: "Central islands crafted to be the focal point for cooking, dining, and entertaining.", media: {
description: "Central islands crafted to be the focal point for cooking, dining, and entertaining.", imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727955.jpg", imageAlt: "Kitchen island with seating"},
media: {
imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727955.jpg",
imageAlt: "Kitchen island with seating",
},
items: [ items: [
{ {
icon: DraftingCompass, icon: DraftingCompass,
text: "Integrated Seating", text: "Integrated Seating"},
},
{ {
icon: Palette, icon: Palette,
text: "Worktop Materials", text: "Worktop Materials"},
},
], ],
reverse: true, 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", title: "Advanced Lighting Schemes", description: "Layered lighting for ambiance, task functionality, and accentuation of design features.", media: {
description: "Layered lighting for ambiance, task functionality, and accentuation of design features.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976621.jpg", imageAlt: "Modern kitchen lighting"},
media: {
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976621.jpg",
imageAlt: "Modern kitchen lighting",
},
items: [ items: [
{ {
icon: Wrench, icon: Wrench,
text: "LED Strips", text: "LED Strips"},
},
{ {
icon: Clock, icon: Clock,
text: "Pendant Lights", text: "Pendant Lights"},
},
], ],
reverse: false, 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" title="Features of a Biotti Kitchen"
@@ -172,19 +126,13 @@ export default function LandingPage() {
socialLinks={[ socialLinks={[
{ {
icon: Facebook, icon: Facebook,
href: "#", href: "#", ariaLabel: "Facebook"},
ariaLabel: "Facebook",
},
{ {
icon: Instagram, icon: Instagram,
href: "#", href: "#", ariaLabel: "Instagram"},
ariaLabel: "Instagram",
},
{ {
icon: Image, icon: Image,
href: "#", href: "#", ariaLabel: "Pinterest"},
ariaLabel: "Pinterest",
},
]} ]}
/> />
</div> </div>