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

This commit is contained in:
2026-05-07 20:56:13 +00:00
parent 3bf084b90a
commit e9b2d12e7c

View File

@@ -24,22 +24,10 @@ export default function HomePage() {
href: "#contact",
}}
images={[
{
src: 'http://img.b2bpic.net/free-photo/person-picking-grapes-spending-time-vineyard_23-2151638420.jpg',
alt: 'Vineyard',
},
{
src: 'http://img.b2bpic.net/free-photo/man-pouring-red-wine-from-wood-bottle-into-glass_140725-646.jpg',
alt: 'Wine Pour',
},
{
src: 'http://img.b2bpic.net/free-photo/red-wine-glass-bottle-marble-table-with-red-apple_114579-20986.jpg',
alt: 'Wine Bottle',
},
{
src: 'http://img.b2bpic.net/free-photo/sauvignon-blanc-white-wine-grapes-vineyard-bordeaux-france-closeup_1101-3001.jpg',
alt: 'Grapes',
},
"http://img.b2bpic.net/free-photo/person-picking-grapes-spending-time-vineyard_23-2151638420.jpg",
"http://img.b2bpic.net/free-photo/man-pouring-red-wine-from-wood-bottle-into-glass_140725-646.jpg",
"http://img.b2bpic.net/free-photo/red-wine-glass-bottle-marble-table-with-red-apple_114579-20986.jpg",
"http://img.b2bpic.net/free-photo/two-champagne-glasses_23-2147722779.jpg",
]}
/>
</div>