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

This commit is contained in:
2026-06-22 00:55:38 +00:00
parent 476c73d835
commit 52db58be45

View File

@@ -1,18 +0,0 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "hero" section.
import React from 'react';
import HeroExpand from "@/components/sections/hero/HeroExpand";
export default function HeroSection(): React.JSX.Element {
return (
<div id="hero" data-section="hero">
<HeroExpand
title="Gourmet Haven"
videoSrc="http://img.b2bpic.net/free-photo/atmosphere-kitchen-cafe-process_1321-4214.jpg"
primaryButton={{ text: "View Menu", href: "#rooms" }}
secondaryButton={{ text: "Book a Table", href: "#contact" }}
/>
</div>
);
}