Switch to version 10: modified src/pages/HomePage.tsx

This commit is contained in:
2026-05-07 21:38:05 +00:00
parent 97d714b472
commit 78aeb49b85

View File

@@ -218,6 +218,41 @@ export default function HomePage() {
/>
</div>
<div id="gallery" data-section="gallery">
<FeaturesMediaCarousel
tag="Vineyard Moments"
title="Capturing the Spirit of Vine & Barrel"
description="Explore memorable moments from our vineyard, where guests enjoy the beauty of our estate and the pleasure of our wines."
items={[
{
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-celebrating-together_23-2149872337.jpg",
title: "Toasting to Friendship",
description: "Guests raising a glass amidst the scenic beauty of our vineyard.",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-having-fun-outdoors_23-2148952039.jpg",
title: "Vineyard Explorations",
description: "A group of friends enjoying a sunny day exploring our lush vineyards.",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-calm-countryside_23-2150162019.jpg",
title: "Serene Tastings",
description: "Visitors savoring our finest wines while taking in the tranquil vineyard views.",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/group-people-sitting-table-eating-drinking-wine_1303-28963.jpg",
title: "Harvest Celebrations",
description: "A joyful gathering celebrating the harvest season with good food and great wine.",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-friends-clinking-wine-glasses-while-having-picnic-vineyard_23-2148179259.jpg",
title: "Picnics and Pairings",
description: "Friends enjoying a delightful picnic, perfectly paired with our signature wines.",
},
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
tag="Connect With Us"
@@ -255,38 +290,3 @@ export default function HomePage() {
</>
);
}
<div id="gallery" data-section="gallery">
<FeaturesMediaCarousel
tag="Vineyard Moments"
title="Capturing the Spirit of Vine & Barrel"
description="Explore memorable moments from our vineyard, where guests enjoy the beauty of our estate and the pleasure of our wines."
items={[
{
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-celebrating-together_23-2149872337.jpg",
title: "Toasting to Friendship",
description: "Guests raising a glass amidst the scenic beauty of our vineyard.",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-having-fun-outdoors_23-2148952039.jpg",
title: "Vineyard Explorations",
description: "A group of friends enjoying a sunny day exploring our lush vineyards.",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-calm-countryside_23-2150162019.jpg",
title: "Serene Tastings",
description: "Visitors savoring our finest wines while taking in the tranquil vineyard views.",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/group-people-sitting-table-eating-drinking-wine_1303-28963.jpg",
title: "Harvest Celebrations",
description: "A joyful gathering celebrating the harvest season with good food and great wine.",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-friends-clinking-wine-glasses-while-having-picnic-vineyard_23-2148179259.jpg",
title: "Picnics and Pairings",
description: "Friends enjoying a delightful picnic, perfectly paired with our signature wines.",
},
]}
/>
</div>