diff --git a/src/app/page.tsx b/src/app/page.tsx index 4e8728a..60aaf68 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,10 +2,12 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; -import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; -import FeatureBento from '@/components/sections/feature/FeatureBento'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import ContactFaq from '@/components/sections/contact/ContactFaq'; +import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; +import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; +import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider'; import { BookOpen, Camera, CheckCircle, Cloud, Droplets, Flower2, Heart, Leaf, Phone, Shield, Sprout, Sun, User, Zap } from 'lucide-react'; @@ -60,7 +62,7 @@ export default function FloraiBotanicalPage() {