diff --git a/src/app/page.tsx b/src/app/page.tsx index 216cc42..56cfd26 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,6 @@ import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; import ContactText from "@/components/sections/contact/ContactText"; import FooterCard from "@/components/sections/footer/FooterCard"; -import Link from "next/link"; import { Briefcase, CheckCircle, @@ -21,20 +20,6 @@ import { } from "lucide-react"; export default function HomePage() { - const navItems = [ - { name: "Home", id: "home" }, - { name: "Services", id: "services" }, - { name: "About", id: "about" }, - { name: "Contact", id: "contact" }, - ]; - - const navItemsLinks = [ - { name: "Home", href: "/" }, - { name: "Services", href: "/services" }, - { name: "About", href: "/about" }, - { name: "Contact", href: "/contact" }, - ]; - return ( ({ - name: item.name, - id: item.href, - }))} + navItems={[ + { name: "Home", id: "/" }, + { name: "Services", id: "/services" }, + { name: "About", id: "/about" }, + { name: "Contact", id: "/contact" }, + ]} button={{ text: "Get Quote", href: "/contact" }} brandName="ServPro" /> @@ -101,34 +88,22 @@ export default function HomePage() { features={[ { id: 1, - title: "Document Services", description: - "Official translations in multiple languages, bio data, CVs, cover letters, and visa supporting documents", imageSrc: - "http://img.b2bpic.net/free-photo/visa-application-composition-with-american-flag_23-2149117792.jpg?_wi=1", imageAlt: "document translation official documents certificates visa documents"}, + title: "Document Services", description: "Official translations in multiple languages, bio data, CVs, cover letters, and visa supporting documents", imageSrc: "http://img.b2bpic.net/free-photo/visa-application-composition-with-american-flag_23-2149117792.jpg?_wi=1", imageAlt: "document translation official documents certificates visa documents"}, { id: 2, - title: "Printing Services", description: - "Business cards, banners, leaflets, certificates, invitations, calendars, ID cards and more", imageSrc: - "http://img.b2bpic.net/free-vector/beautiful-full-color-business-card_1035-4188.jpg?_wi=1", imageAlt: "printing services business cards poster printing design printing"}, + title: "Printing Services", description: "Business cards, banners, leaflets, certificates, invitations, calendars, ID cards and more", imageSrc: "http://img.b2bpic.net/free-vector/beautiful-full-color-business-card_1035-4188.jpg?_wi=1", imageAlt: "printing services business cards poster printing design printing"}, { id: 3, - title: "Rubber Stamps", description: - "Polymer stamps, self-ink stamps, rubber seals and embossing stamps for all your stamping needs", imageSrc: - "http://img.b2bpic.net/free-photo/flat-lay-flimsy-paper-with-stamp-envelope_23-2148252360.jpg?_wi=1", imageAlt: "rubber stamps office stamps embossing seal stamps"}, + title: "Rubber Stamps", description: "Polymer stamps, self-ink stamps, rubber seals and embossing stamps for all your stamping needs", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-flimsy-paper-with-stamp-envelope_23-2148252360.jpg?_wi=1", imageAlt: "rubber stamps office stamps embossing seal stamps"}, { id: 4, - title: "Designing Services", description: - "Graphic design, logo design, interior design, 2D/3D design and architecture services", imageSrc: - "http://img.b2bpic.net/free-vector/logo-template-design-studio_23-2148593856.jpg", imageAlt: "graphic design logo design interior design 3D design"}, + title: "Designing Services", description: "Graphic design, logo design, interior design, 2D/3D design and architecture services", imageSrc: "http://img.b2bpic.net/free-vector/logo-template-design-studio_23-2148593856.jpg", imageAlt: "graphic design logo design interior design 3D design"}, { id: 5, - title: "Online & Government Services", description: - "Police clearance, visa appointments, job applications, exam applications and result sheets", imageSrc: - "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741794.jpg", imageAlt: "government services visa application official documents clearance"}, + title: "Online & Government Services", description: "Police clearance, visa appointments, job applications, exam applications and result sheets", imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741794.jpg", imageAlt: "government services visa application official documents clearance"}, { id: 6, - title: "Digital Services", description: - "Digital marketing, social media marketing and professional web design solutions", imageSrc: - "http://img.b2bpic.net/free-vector/digital-marketing-social-media-instagram-post-template_1435-1938.jpg", imageAlt: "digital marketing social media web design online marketing"}, + title: "Digital Services", description: "Digital marketing, social media marketing and professional web design solutions", imageSrc: "http://img.b2bpic.net/free-vector/digital-marketing-social-media-instagram-post-template_1435-1938.jpg", imageAlt: "digital marketing social media web design online marketing"}, ]} textboxLayout="default" animationType="slide-up" @@ -144,11 +119,9 @@ export default function HomePage() { tagAnimation="slide-up" metrics={[ { - id: "1", value: "20+", description: - "Years of experience providing professional services to thousands of satisfied clients"}, + id: "1", value: "20+", description: "Years of experience providing professional services to thousands of satisfied clients"}, { - id: "2", value: "100%", description: - "Client satisfaction guarantee with quality assurance on all products and services"}, + id: "2", value: "100%", description: "Client satisfaction guarantee with quality assurance on all products and services"}, ]} metricsAnimation="blur-reveal" useInvertedBackground={false} @@ -160,23 +133,17 @@ export default function HomePage() {