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

This commit is contained in:
2026-06-07 20:58:58 +00:00
parent 3610bf240e
commit 230bf054b7

View File

@@ -1,22 +0,0 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "about" section.
import React from 'react';
import AboutTextSplit from '@/components/sections/about/AboutTextSplit';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function AboutSection(): React.JSX.Element {
return (
<div id="about" data-section="about">
<SectionErrorBoundary name="about">
<AboutTextSplit
title="Our Passion for Perfection"
descriptions={[
"At The Daily Crumb, we believe that every bite should be a moment of pure joy. Our journey began with a simple desire: to bring authentic, handcrafted baked goods to our community. We use time-honored techniques and the finest, freshest ingredients to create products that not only taste incredible but also tell a story.",
"From the moment our doors open, the aroma of warm bread and sweet pastries fills the air, inviting you into a world where tradition meets innovation. We're proud to be a local staple, a place where friends gather, families celebrate, and everyone can find something delicious to brighten their day. Our commitment to quality extends beyond our ingredients to the care we put into every loaf, every cake, and every smile we share with our customers.",
]}
/>
</SectionErrorBoundary>
</div>
);
}