From 93cdfd4836d1c316f2dad43b36407d9182e2fd10 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 21:58:12 +0000 Subject: [PATCH] Switch to version 1: modified src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 90 +++++++++++++++++++++++------------------- 1 file changed, 49 insertions(+), 41 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 1820d71..50c6a6b 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -1,13 +1,13 @@ import AboutTestimonial from '@/components/sections/about/AboutTestimonial'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FeaturesImageCards from '@/components/sections/features/FeaturesImageCards'; +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 ( @@ -58,25 +58,25 @@ export default function HomePage() {
- @@ -90,32 +90,32 @@ export default function HomePage() { products={[ { name: "Estate Cabernet Sauvignon", - price: "", + price: "$75.00", imageSrc: "http://img.b2bpic.net/free-photo/baroque-style-with-drinks-fruits-arrangement_23-2149629937.jpg", }, { name: "Reserve Chardonnay", - price: "", + price: "$60.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-high-quality-wine-still-life_23-2149710975.jpg", }, { name: "Sparkling Rosé Brut", - price: "", + price: "$55.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bottle-champagne-with-glass-dark-alcohol-color-photo-drink_140725-93481.jpg", }, { name: "Pinot Noir", - price: "", + price: "$70.00", imageSrc: "http://img.b2bpic.net/free-photo/glass-bottle-rose-wine-with-various-snack-white-table_114579-75941.jpg", }, { name: "Late Harvest Riesling", - price: "", + price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/still-life-new-year-s-decoration_23-2151842220.jpg", }, { name: "Limited Edition Syrah", - price: "", + price: "$95.00", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-red-glass-wine-bottle-family-celebration-decoration-accessories_140725-141398.jpg", }, ]} @@ -123,28 +123,42 @@ export default function HomePage() {
- @@ -237,38 +251,32 @@ export default function HomePage() {
-