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

This commit is contained in:
2026-06-13 17:06:51 +00:00
parent 1a07fb5f2e
commit 127a71556b

View File

@@ -1,31 +0,0 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "marquee" section.
import React from 'react';
import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function MarqueeSection(): React.JSX.Element {
return (
<div id="marquee" data-section="marquee">
<SectionErrorBoundary name="marquee">
<SocialProofMarquee
tag="SERVICES"
title="Our Expertise"
description="World-class care for your beauty needs"
names={[
"Haircut",
"Bridal Makeup",
"Facial",
"Hair Color",
"Keratin",
"Waxing",
"Threading",
"Pedicure",
"Manicure",
]}
/>
</SectionErrorBoundary>
</div>
);
}