feat: add gallery section
This commit is contained in:
@@ -188,6 +188,33 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="gallery" data-section="gallery">
|
||||
<FeaturesMediaCards
|
||||
tag="Gallery"
|
||||
title="Experience the Vineyard"
|
||||
description="A glimpse into the life at Vine & Barrel, from our sun-kissed vineyards to the joy of sharing our wines."
|
||||
features={[
|
||||
{
|
||||
title: "Exploring the Vines",
|
||||
description: "Guests enjoying a walk through our picturesque vineyards.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-women-holding-wine-glasses-vineyard_23-2148971025.jpg",
|
||||
},
|
||||
{
|
||||
title: "A Toast to Good Times",
|
||||
description: "Friends sharing a moment and a bottle of our finest.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-having-fun-while-toasting-with-wine-during-lunch-vineyard_637285-12019.jpg",
|
||||
},
|
||||
{
|
||||
title: "The Art of the Pour",
|
||||
description: "Our sommelier presenting a glass of our signature red.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sommelier-pouring-wine-into-glass-restaurant_1150-14983.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="tastings" data-section="tastings">
|
||||
|
||||
Reference in New Issue
Block a user