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() {