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

This commit is contained in:
2026-06-13 17:06:50 +00:00
parent fa0d74a066
commit 0c806e6b2c

View File

@@ -1,57 +0,0 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "gallery" section.
import React from 'react';
import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function GallerySection(): React.JSX.Element {
return (
<div id="gallery" data-section="gallery">
<SectionErrorBoundary name="gallery">
<FeaturesImageBento
tag="GALLERY"
title="Our Works"
description="Explore our portfolio of beauty transformations."
items={[
{
title: "Hair transformation",
description: "Before and after",
imageSrc: "http://img.b2bpic.net/free-photo/beautician-styling-clients-hair_107420-94677.jpg",
},
{
title: "Bridal glow",
description: "Classic bridal look",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-drunk-girl-party_23-2149628562.jpg",
},
{
title: "Nail art",
description: "Intricate designs",
imageSrc: "http://img.b2bpic.net/free-photo/empty-therapist-office-with-modern-furniture-decorations_482257-108008.jpg",
},
{
title: "Hair coloring",
description: "Vibrant shades",
imageSrc: "http://img.b2bpic.net/free-photo/photo-two-black-ceramical-hair-sinks-standing-beaty-salon_651396-960.jpg",
},
{
title: "Skincare",
description: "Fresh facial results",
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-vintage-interior-ofroom_1232-4716.jpg",
},
{
title: "Styling",
description: "Elegant up-dos",
imageSrc: "http://img.b2bpic.net/free-photo/view-scissors-hair-salon_23-2150462460.jpg",
},
{
title: "Happy clients",
description: "Five-star service",
imageSrc: "http://img.b2bpic.net/free-photo/barber-doing-haircut-bearded-aged-client-hair-salon_23-2148182013.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
);
}