Compare commits
1 Commits
version_5_
...
version_6_
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1384b7d561 |
@@ -1,4 +1,4 @@
|
|||||||
import AboutText from '@/components/sections/about/AboutText';
|
import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit';
|
||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
import FeaturesArrowCards from '@/components/sections/features/FeaturesArrowCards';
|
import FeaturesArrowCards from '@/components/sections/features/FeaturesArrowCards';
|
||||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||||
@@ -55,16 +55,36 @@ export default function HomePage() {
|
|||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<SectionErrorBoundary name="about">
|
<SectionErrorBoundary name="about">
|
||||||
<AboutText
|
<AboutFeaturesSplit
|
||||||
title="Our Heritage of Winemaking Excellence"
|
tag="Our Story"
|
||||||
|
title="From Our Family to Yours"
|
||||||
|
description="Founded in 1924, Vine & Vintages is a family-owned winery dedicated to crafting exceptional wines. Our story is one of passion, perseverance, and a deep connection to the land. We believe that every bottle tells a story, and we invite you to become a part of ours."
|
||||||
primaryButton={{
|
primaryButton={{
|
||||||
text: "Read Our Story",
|
text: "Meet the Family",
|
||||||
href: "#about",
|
href: "#team",
|
||||||
}}
|
}}
|
||||||
secondaryButton={{
|
secondaryButton={{
|
||||||
text: "View Vineyards",
|
text: "Explore the Vineyard",
|
||||||
href: "#features",
|
href: "#features",
|
||||||
}}
|
}}
|
||||||
|
imageSrc="http://img.b2bpic.net/free-photo/group-people-enjoying-wine-tasting-event-vineyard-generated-by-ai_188544-45590.jpg"
|
||||||
|
items={[
|
||||||
|
{
|
||||||
|
icon: "Grape",
|
||||||
|
title: "Generations of Expertise",
|
||||||
|
description: "With over a century of winemaking experience, our family has perfected the art of cultivating grapes and producing world-class wines.",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
icon: "Leaf",
|
||||||
|
title: "Sustainable Practices",
|
||||||
|
description: "We are committed to sustainable farming and winemaking practices to ensure the health of our land for generations to come.",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
icon: "Award",
|
||||||
|
title: "Award-Winning Wines",
|
||||||
|
description: "Our dedication to quality has been recognized with numerous awards, a testament to our unwavering commitment to excellence.",
|
||||||
|
},
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</SectionErrorBoundary>
|
</SectionErrorBoundary>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user