From 07bcc64eaf33c5bc65d2fcef33390979bb361ceb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 21:43:59 +0000 Subject: [PATCH] Switch to version 1: modified src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 105 ++++++++++++++++++++++++++--------------- 1 file changed, 68 insertions(+), 37 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 9cd2fe8..50c6a6b 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -1,12 +1,13 @@ import AboutTestimonial from '@/components/sections/about/AboutTestimonial'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FeaturesIconCards from '@/components/sections/features/FeaturesIconCards'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import MetricsGradientCards from '@/components/sections/metrics/MetricsGradientCards'; -import ProductImageCards from '@/components/sections/product/ProductImageCards'; +import PricingSplitCards from '@/components/sections/pricing/PricingSplitCards'; import ProductQuantityCards from '@/components/sections/product/ProductQuantityCards'; import TeamDetailedCards from '@/components/sections/team/TeamDetailedCards'; -import TestimonialSlidingCards from '@/components/sections/testimonial/TestimonialSlidingCards'; -import { Award, CalendarDays, Facebook, Grid, Instagram, Linkedin, Mail, Twitter } from "lucide-react"; +import TestimonialAvatarCard from '@/components/sections/testimonial/TestimonialAvatarCard'; +import { Award, CalendarDays, Droplet, Facebook, Grape, Grid, Instagram, Linkedin, Mail, Twitter, Wine } from "lucide-react"; export default function HomePage() { return ( @@ -57,7 +58,29 @@ export default function HomePage() {
-
+ +
- @@ -214,38 +251,32 @@ export default function HomePage() {
-