Switch to version 1: remove src/pages/HomePage/sections/Marquee.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user