Update src/app/page.tsx

This commit is contained in:
2026-04-06 02:18:42 +00:00
parent 391a68002d
commit 80d40e98e1

View File

@@ -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" }]}
/>