From 2c49c4fcb2583c4018b617291499a024379b95d2 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 7 May 2026 20:58:18 +0000 Subject: [PATCH] feat: add testimonials to hero section --- src/pages/HomePage.tsx | 97 +++++++++++++++++++----------------------- 1 file changed, 44 insertions(+), 53 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index a625906..a416393 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -2,10 +2,11 @@ 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 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() { @@ -13,19 +14,47 @@ export default function HomePage() { <>
-
+ 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" + /> + +
-
- -
+