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

This commit is contained in:
2026-06-22 00:55:37 +00:00
parent 87bcca1af1
commit 7aa1d5e449

View File

@@ -1,20 +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 AboutParallax from "@/components/sections/about/AboutParallax";
export default function AboutSection(): React.JSX.Element {
return (
<div id="about" data-section="about">
<AboutParallax
tag="Our Philosophy"
title="Culinary Artistry in Every Dish"
description="At Gourmet Haven, we believe that dining is an immersive experience. Our chefs combine locally sourced ingredients with centuries-old culinary techniques to create unforgettable plates."
frontImageSrc="http://img.b2bpic.net/free-photo/cook-holding-plate-with-salad-near-service-bell_23-2148040240.jpg"
backImageSrc="http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8729.jpg"
badge="Est. 1998"
/>
</div>
);
}