Compare commits
3 Commits
version_2_
...
version_3_
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c0e25f16f6 | ||
| 45b410bfcd | |||
| 380337f092 |
@@ -24,10 +24,22 @@ export default function HomePage() {
|
||||
href: "#contact",
|
||||
}}
|
||||
images={[
|
||||
"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",
|
||||
{
|
||||
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',
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user