Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -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 (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
@@ -51,10 +36,12 @@ export default function HomePage() {
|
||||
{/* Navbar */}
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={navItemsLinks.map((item) => ({
|
||||
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() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Rajesh Kumar", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "professional portrait business person headshot professional photo"},
|
||||
id: "1", name: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "professional portrait business person headshot professional photo"},
|
||||
{
|
||||
id: "2", name: "Maria Santos", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "professional portrait business person headshot professional photo"},
|
||||
id: "2", name: "Maria Santos", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "professional portrait business person headshot professional photo"},
|
||||
{
|
||||
id: "3", name: "Ahmed Hassan", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "professional portrait business person headshot professional photo"},
|
||||
id: "3", name: "Ahmed Hassan", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "professional portrait business person headshot professional photo"},
|
||||
{
|
||||
id: "4", name: "Jennifer Wong", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "professional portrait business person headshot professional photo"},
|
||||
id: "4", name: "Jennifer Wong", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "professional portrait business person headshot professional photo"},
|
||||
{
|
||||
id: "5", name: "Carlos Rodriguez", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "professional portrait business person headshot professional photo"},
|
||||
id: "5", name: "Carlos Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "professional portrait business person headshot professional photo"},
|
||||
{
|
||||
id: "6", name: "Sophie Martin", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "professional portrait business person headshot professional photo"},
|
||||
id: "6", name: "Sophie Martin", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "professional portrait business person headshot professional photo"},
|
||||
]}
|
||||
cardTitle="Over 10,000+ clients trust ServPro for professional, reliable services"
|
||||
cardTag="Trusted by thousands worldwide"
|
||||
|
||||
Reference in New Issue
Block a user