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

This commit is contained in:
2026-06-20 19:49:45 +00:00
parent f5c1da8cb8
commit 1d7e55d36f

View File

@@ -1,28 +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 HeroBillboardBrand from '@/components/sections/hero/HeroBillboardBrand';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HeroSection(): React.JSX.Element {
return (
<div id="hero" data-section="hero">
<SectionErrorBoundary name="hero">
<HeroBillboardBrand
brand="Tavaduri"
description="Authentic Georgian heritage, crafted for the modern connoisseur. Experience the pinnacle of tradition with our premium artisanal offerings."
primaryButton={{
text: "Discover Collection",
href: "#products",
}}
secondaryButton={{
text: "Learn More",
href: "#about",
}}
imageSrc="http://img.b2bpic.net/free-photo/top-view-brown-round-plate-empty-glass-made-isolated-meal-table-color_140725-22365.jpg"
/>
</SectionErrorBoundary>
</div>
);
}