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

This commit is contained in:
2026-06-15 20:37:44 +00:00
parent ee0edf08b9
commit 15af448b26

View File

@@ -1,21 +0,0 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "lounge" section.
import React from 'react';
import FeaturesBento from '@/components/sections/features/FeaturesBento';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function LoungeSection(): React.JSX.Element {
return (
<div id="lounge" data-section="lounge">
<SectionErrorBoundary name="lounge">
<FeaturesBento
tag="Lifestyle"
title="Designed for Moments"
description="Every corner of our space is curated to be a magazine-worthy backdrop for your life."
features={[{"bentoComponent":"media-stack","mediaItems":[{"imageSrc":"https://storage.googleapis.com/webild/users/user_3FBf5poO0r9siLZFfISwCnTEO8x/uploaded-1781554328540-kfe4j9s4.png"},{"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":"Warm, ambient atmosphere.","title":"Artisanal Lighting"},{"bentoComponent":"info-card-marquee","infoCards":[{"label":"Coffee Quality","value":"100%","icon":"Zap"},{"value":"2024","icon":"Award","label":"Local Favorite"},{"icon":"Coffee","value":"Global","label":"Beans Origin"}],"title":"Relaxation Spaces","description":"Comfort above all."},{"bentoComponent":"animated-bar-chart","description":"Inspiration in the air.","title":"Creative Hub"}]}
/>
</SectionErrorBoundary>
</div>
);
}