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 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() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Kitchens",
id: "/kitchens",
},
name: "Kitchens", id: "/kitchens"},
{
name: "Bathrooms",
id: "/bathrooms",
},
name: "Bathrooms", id: "/bathrooms"},
{
name: "Renovations",
id: "/renovations",
},
name: "Renovations", id: "/renovations"},
{
name: "Wardrobes",
id: "/wardrobes",
},
name: "Wardrobes", id: "/wardrobes"},
{
name: "Projects",
id: "/projects",
},
name: "Projects", id: "/projects"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
]}
brandName="Biotti"
button={{
text: "Book Consultation",
href: "/contact",
}}
text: "Book Consultation", href: "/contact"}}
/>
</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."
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"},
]}
/>
</div>