Update src/app/page.tsx

This commit is contained in:
2026-05-11 10:59:10 +00:00
parent 2ef6f82a51
commit fd5b0aad25

View File

@@ -3,13 +3,12 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
import FooterCard from '@/components/sections/footer/FooterCard';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import { Eye, ShieldCheck, Zap, ScanFace, Gauge, Users } from "lucide-react";
import { Eye, ShieldCheck, Zap } from "lucide-react";
export default function LandingPage() {
return (
@@ -43,6 +42,7 @@ export default function LandingPage() {
title="Biometric-based Smart Online Store"
description="An editorial exploration into the future of retail, where biometric identity meets high-end digital precision."
background={{ variant: "plain" }}
testimonials={[]}
className="py-32 border-b-[0.5px] border-black"
/>
</div>