Compare commits
4 Commits
version_3_
...
version_4_
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2c49c4fcb2 | ||
| 273874b13e | |||
| e9b2d12e7c | |||
| 3bf084b90a |
@@ -2,47 +2,59 @@ import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeaturesIconCards from '@/components/sections/features/FeaturesIconCards';
|
||||
import HeroSplitMediaGrid from '@/components/sections/hero/HeroSplitMediaGrid';
|
||||
import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards';
|
||||
import HeroBrand from '@/components/sections/hero/HeroBrand';
|
||||
import MetricsGradientCards from '@/components/sections/metrics/MetricsGradientCards';
|
||||
import ProductRatingCards from '@/components/sections/product/ProductRatingCards';
|
||||
import TestimonialMarqueeCards from '@/components/sections/testimonial/TestimonialMarqueeCards';
|
||||
|
||||
import { Award, BarChart, Database, Droplet, Droplets, Grape, Leaf, Mountain, Star } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitMediaGrid
|
||||
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."
|
||||
primaryButton={{
|
||||
text: "Explore Our Wines",
|
||||
href: "#wines",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Book a Tasting",
|
||||
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',
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<HeroBrand
|
||||
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."
|
||||
primaryButton={{
|
||||
text: "Explore Our Wines",
|
||||
href: "#wines",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Book a Tasting",
|
||||
href: "#contact",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/person-picking-grapes-spending-time-vineyard_23-2151638420.jpg"
|
||||
/>
|
||||
<TestimonialRatingCards
|
||||
tag="What Our Patrons Say"
|
||||
title="Voices of Delight"
|
||||
description="Our wines have touched hearts and enriched palates. Read what our cherished customers have to say about their Vine & Barrel experience."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Eleanor Vance",
|
||||
role: "Wine Enthusiast",
|
||||
quote: "The Heritage Cabernet Sauvignon is a masterpiece. Rich, complex, and absolutely unforgettable. Vine & Barrel truly sets the standard for quality.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lady-with-wine_1157-7318.jpg",
|
||||
},
|
||||
{
|
||||
name: "Marcus Thorne",
|
||||
role: "Sommelier",
|
||||
quote: "I'm consistently impressed by the depth and character of Vine & Barrel's portfolio. Their Estate Chardonnay is particularly remarkable, a true gem.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-wine-glass_23-2149428826.jpg",
|
||||
},
|
||||
{
|
||||
name: "Isabelle Dubois",
|
||||
role: "Restaurateur",
|
||||
quote: "Serving Vine & Barrel wines has elevated our dining experience. Our guests frequently commend the exceptional quality and unique flavors.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-red-hair-green-dress-smiling-holding-glass-sitting-with-positive-girl-t-shirt-skirt-outdoor_197531-24721.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<AboutFeaturesSplit
|
||||
@@ -181,45 +193,7 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialMarqueeCards
|
||||
tag="What Our Patrons Say"
|
||||
title="Voices of Delight"
|
||||
description="Our wines have touched hearts and enriched palates. Read what our cherished customers have to say about their Vine & Barrel experience."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Eleanor Vance",
|
||||
role: "Wine Enthusiast",
|
||||
quote: "The Heritage Cabernet Sauvignon is a masterpiece. Rich, complex, and absolutely unforgettable. Vine & Barrel truly sets the standard for quality.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lady-with-wine_1157-7318.jpg",
|
||||
},
|
||||
{
|
||||
name: "Marcus Thorne",
|
||||
role: "Sommelier",
|
||||
quote: "I'm consistently impressed by the depth and character of Vine & Barrel's portfolio. Their Estate Chardonnay is particularly remarkable, a true gem.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-wine-glass_23-2149428826.jpg",
|
||||
},
|
||||
{
|
||||
name: "Isabelle Dubois",
|
||||
role: "Restaurateur",
|
||||
quote: "Serving Vine & Barrel wines has elevated our dining experience. Our guests frequently commend the exceptional quality and unique flavors.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-red-hair-green-dress-smiling-holding-glass-sitting-with-positive-girl-t-shirt-skirt-outdoor_197531-24721.jpg",
|
||||
},
|
||||
{
|
||||
name: "David Sterling",
|
||||
role: "Collector",
|
||||
quote: "Vine & Barrel's commitment to sustainable practices and their nuanced approach to winemaking shines through. Every bottle is a testament to their passion.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-year-spend-with-friends-celebrating_23-2149196973.jpg",
|
||||
},
|
||||
{
|
||||
name: "Sophia Rodriguez",
|
||||
role: "Vineyard Visitor",
|
||||
quote: "The tasting experience was delightful, and the staff were incredibly knowledgeable. Their Rosé is perfectly balanced for any occasion.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiling-man-dinner_23-2148060592.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="tastings" data-section="tastings">
|
||||
<FaqSplitMedia
|
||||
|
||||
Reference in New Issue
Block a user