Switch to version 1: remove src/pages/HomePage/sections/Gallery.tsx
This commit is contained in:
@@ -1,21 +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="Our Gallery"
|
||||
title="Visual Narrative"
|
||||
description="A glimpse into our curated aesthetic."
|
||||
items={[{"imageSrc":"https://storage.googleapis.com/webild/users/user_3FBf5poO0r9siLZFfISwCnTEO8x/uploaded-1781554328540-kfe4j9s4.png","description":"Signature Iced Coffee","title":"Handcrafted Drinks"},{"title":"Cozy Atmosphere","description":"Warm and inviting seating area","imageSrc":"https://storage.googleapis.com/webild/users/user_3FBf5poO0r9siLZFfISwCnTEO8x/uploaded-1781554328535-oq2l8tva.png"},{"imageSrc":"https://storage.googleapis.com/webild/users/user_3FBf5poO0r9siLZFfISwCnTEO8x/uploaded-1781554328541-tpsebr3h.png","description":"Where the magic happens","title":"The Espresso Bar"},{"title":"Customer Joy","description":"Social.","imageSrc":"http://img.b2bpic.net/free-photo/african-boy-caucasian-girls-are-laughing-cosy-open-air-cafe-hot-sunny-day_8353-9768.jpg"},{"imageSrc":"http://img.b2bpic.net/free-photo/handsome-welldressed-arabian-man-with-glass-whiskey-cigar-posed-pub_627829-5859.jpg","title":"Evening Mood","description":"Warmth."},{"imageSrc":"http://img.b2bpic.net/free-photo/cupcake-still-life_23-2148097826.jpg","title":"Fine Pastry","description":"Treats."},{"imageSrc":"http://img.b2bpic.net/free-photo/hot-latte-art-coffee-table-filtered-image-processed-vintage_1232-2210.jpg","title":"Coffee Ritual","description":"Morning."}]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user