diff --git a/src/app/page.tsx b/src/app/page.tsx index 92e4b30..dd5984f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,13 +2,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import TeamCardTen from '@/components/sections/team/TeamCardTen'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import { Zap } from "lucide-react"; @@ -63,8 +60,8 @@ export default function LandingPage() { textboxLayout="split-actions" useInvertedBackground={true} products={[ - { id: "p1", brand: "QiCharge", name: "Standard Edition", price: "$89", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/isolated-shot-grey-disk-object-white-background_187299-46751.jpg" }, - { id: "p2", brand: "QiCharge", name: "Pro Edition", price: "$129", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/isolated-shot-grey-disk-object-white-background_187299-46751.jpg" } + { id: "p1", brand: "QiCharge", name: "Standard Edition", price: "$89", rating: 5, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/isolated-shot-grey-disk-object-white-background_187299-46751.jpg" }, + { id: "p2", brand: "QiCharge", name: "Pro Edition", price: "$129", rating: 5, reviewCount: "256", imageSrc: "http://img.b2bpic.net/free-photo/isolated-shot-grey-disk-object-white-background_187299-46751.jpg" } ]} buttons={[{ text: "Buy Now" }]} />