Switch to version 1: remove src/pages/HomePage/sections/Services.tsx

This commit is contained in:
2026-06-25 11:07:41 +00:00
parent 35f3212f9b
commit daeb7655c7

View File

@@ -1,64 +0,0 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "services" section.
import React from 'react';
import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRevealCardsBento';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function ServicesSection(): React.JSX.Element {
return (
<div id="services" data-section="services">
<SectionErrorBoundary name="services">
<FeaturesRevealCardsBento
tag="Our Expertise"
title="Comprehensive Design Services"
description="From concept development to final styling, we manage your interior project with precision."
items={[
{
title: "Residential Interiors",
description: "High-end homes tailored to you.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/view-nordic-minimalism-japanese-wabi-sabi-interior-design-blend_23-2151160185.jpg",
},
{
title: "Modern Kitchens",
description: "Functional and beautiful design.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976546.jpg",
},
{
title: "Home Workspaces",
description: "Productive and luxury setups.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/working-from-home-ergonomic-workstation_23-2149204615.jpg",
},
{
title: "Living Spaces",
description: "Elegant and timeless concepts.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/interior-decoration-inspired-by-mexican-folklore_23-2150711321.jpg",
},
{
title: "Bathrooms",
description: "Spas in your own residence.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/small-bathroom-space-with-modern-style-furniture_23-2150864624.jpg",
},
{
title: "Dining Areas",
description: "Designed for unforgettable meals.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/dining-room-beige-color-tones-interior-design_114579-2225.jpg",
},
{
title: "Lobby Spaces",
description: "Make a statement entry.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/modern-sauna-with-panoramic-windows-wooden-design_169016-70021.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
);
}