Compare commits
4 Commits
version_1_
...
version_3_
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c0e25f16f6 | ||
| 45b410bfcd | |||
| 380337f092 | |||
|
|
48f761c45b |
@@ -2,7 +2,7 @@ import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit';
|
|||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import FeaturesIconCards from '@/components/sections/features/FeaturesIconCards';
|
import FeaturesIconCards from '@/components/sections/features/FeaturesIconCards';
|
||||||
import HeroBrand from '@/components/sections/hero/HeroBrand';
|
import HeroSplitMediaGrid from '@/components/sections/hero/HeroSplitMediaGrid';
|
||||||
import MetricsGradientCards from '@/components/sections/metrics/MetricsGradientCards';
|
import MetricsGradientCards from '@/components/sections/metrics/MetricsGradientCards';
|
||||||
import ProductRatingCards from '@/components/sections/product/ProductRatingCards';
|
import ProductRatingCards from '@/components/sections/product/ProductRatingCards';
|
||||||
import TestimonialMarqueeCards from '@/components/sections/testimonial/TestimonialMarqueeCards';
|
import TestimonialMarqueeCards from '@/components/sections/testimonial/TestimonialMarqueeCards';
|
||||||
@@ -12,7 +12,7 @@ export default function HomePage() {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBrand
|
<HeroSplitMediaGrid
|
||||||
brand="Vine & Barrel"
|
brand="Vine & Barrel"
|
||||||
description="Crafting exceptional wines for generations, embodying the spirit of our land and the passion of our winemakers. Experience the artistry in every bottle."
|
description="Crafting exceptional wines for generations, embodying the spirit of our land and the passion of our winemakers. Experience the artistry in every bottle."
|
||||||
primaryButton={{
|
primaryButton={{
|
||||||
@@ -23,7 +23,24 @@ export default function HomePage() {
|
|||||||
text: "Book a Tasting",
|
text: "Book a Tasting",
|
||||||
href: "#contact",
|
href: "#contact",
|
||||||
}}
|
}}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/person-picking-grapes-spending-time-vineyard_23-2151638420.jpg"
|
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',
|
||||||
|
},
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user