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