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

This commit is contained in:
2026-05-07 20:56:23 +00:00
parent e9b2d12e7c
commit 273874b13e

View File

@@ -2,7 +2,7 @@ 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 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';
@@ -12,7 +12,7 @@ export default function HomePage() {
return (
<>
<div id="hero" data-section="hero">
<HeroSplitMediaGrid
<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={{
@@ -23,12 +23,7 @@ export default function HomePage() {
text: "Book a Tasting",
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",
]}
imageSrc="http://img.b2bpic.net/free-photo/person-picking-grapes-spending-time-vineyard_23-2151638420.jpg"
/>
</div>