Update src/app/page.tsx

This commit is contained in:
2026-05-17 01:51:57 +00:00
parent 55bab2234e
commit e4f5ff1b30

View File

@@ -12,7 +12,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import { Award, Shield, Zap, CheckCircle, Clock, Smartphone } from "lucide-react";
import { Award, Shield, Zap } from "lucide-react";
export default function LandingPage() {
return (
@@ -153,6 +153,8 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/master-holds-new-screen-replacement-disassembled-smartphone-his-laboratory-tool-kit-with-instruments-laptop-front-him-white-table-space-your-text-right_346278-1201.jpg"
buttonText="Submit Repair Request"
termsText="By submitting, you agree to our 12-month warranty terms and conditions."
background={{ variant: "gradient-bars" }}
useInvertedBackground={false}
/>
</div>