Merge version_1 into main #2
@@ -19,8 +19,7 @@ export default function AboutPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Services", href: "/services" },
|
||||
@@ -28,8 +27,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Call: 070 970 955", href: "tel:070970955" },
|
||||
{ label: "Location: Struga", href: "#" },
|
||||
{ label: "Hours: 24/7 Service", href: "#" },
|
||||
@@ -37,8 +35,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Information",
|
||||
items: [
|
||||
title: "Information", items: [
|
||||
{ label: "Service Areas", href: "#" },
|
||||
{ label: "Pricing", href: "/services" },
|
||||
{ label: "Testimonials", href: "#testimonials" },
|
||||
@@ -65,9 +62,7 @@ export default function AboutPage() {
|
||||
brandName="Nabizi Service"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:070970955",
|
||||
}}
|
||||
text: "Call Now", href: "tel:070970955"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -80,22 +75,16 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Community Focused",
|
||||
description: "We are deeply rooted in Struga and committed to supporting our neighbors.",
|
||||
icon: Heart,
|
||||
title: "Community Focused", description: "We are deeply rooted in Struga and committed to supporting our neighbors.", icon: Heart,
|
||||
},
|
||||
{
|
||||
title: "Expert Team",
|
||||
description: "Our professionals bring years of experience and dedication to every project.",
|
||||
icon: Award,
|
||||
title: "Expert Team", description: "Our professionals bring years of experience and dedication to every project.", icon: Award,
|
||||
},
|
||||
{
|
||||
title: "Customer First",
|
||||
description: "Every decision we make is guided by what's best for our customers.",
|
||||
icon: Users,
|
||||
title: "Customer First", description: "Every decision we make is guided by what's best for our customers.", icon: Users,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-office-workers-discussing-business-ideas_171337-5839.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-office-workers-discussing-business-ideas_171337-5839.jpg"
|
||||
imageAlt="Our team at Nabizi Service"
|
||||
mediaAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
@@ -19,8 +19,7 @@ export default function ContactPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Services", href: "/services" },
|
||||
@@ -28,8 +27,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Call: 070 970 955", href: "tel:070970955" },
|
||||
{ label: "Location: Struga", href: "#" },
|
||||
{ label: "Hours: 24/7 Service", href: "#" },
|
||||
@@ -37,8 +35,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Information",
|
||||
items: [
|
||||
title: "Information", items: [
|
||||
{ label: "Service Areas", href: "#" },
|
||||
{ label: "Pricing", href: "/services" },
|
||||
{ label: "Testimonials", href: "#testimonials" },
|
||||
@@ -65,9 +62,7 @@ export default function ContactPage() {
|
||||
brandName="Nabizi Service"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:070970955",
|
||||
}}
|
||||
text: "Call Now", href: "tel:070970955"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -77,22 +72,14 @@ export default function ContactPage() {
|
||||
description="Ready to help. Fill out the form or call us directly. We'll respond quickly to your request."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone Number",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Your Phone Number", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Describe your service needs...",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Describe your service needs...", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
@@ -120,53 +107,17 @@ export default function ContactPage() {
|
||||
speed={40}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Katarina Andova",
|
||||
handle: "@kataandova - Local Business",
|
||||
testimonial: "Outstanding service! They arrived on time, fixed everything perfectly, and were very professional. Couldn't ask for better.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2",
|
||||
imageAlt: "Katarina Andova",
|
||||
},
|
||||
id: "1", name: "Katarina Andova", handle: "@kataandova - Local Business", testimonial: "Outstanding service! They arrived on time, fixed everything perfectly, and were very professional. Couldn't ask for better.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Katarina Andova"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Nikola Dimitrovski",
|
||||
handle: "@ndmitro - Struga Resident",
|
||||
testimonial: "Been using them for years. Always reliable, always friendly, fair pricing. Highly recommend to anyone in Struga!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg?_wi=1",
|
||||
imageAlt: "Nikola Dimitrovski",
|
||||
},
|
||||
id: "2", name: "Nikola Dimitrovski", handle: "@ndmitro - Struga Resident", testimonial: "Been using them for years. Always reliable, always friendly, fair pricing. Highly recommend to anyone in Struga!", imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg", imageAlt: "Nikola Dimitrovski"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Markova",
|
||||
handle: "@elenamk - Community",
|
||||
testimonial: "Called them in an emergency and they came right away. Very impressed with their quick response and professionalism.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3",
|
||||
imageAlt: "Elena Markova",
|
||||
},
|
||||
id: "3", name: "Elena Markova", handle: "@elenamk - Community", testimonial: "Called them in an emergency and they came right away. Very impressed with their quick response and professionalism.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Elena Markova"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Dragan Popov",
|
||||
handle: "@dpopov - Local Shop Owner",
|
||||
testimonial: "Best service in the area. They understand what it means to serve the community. Always my first choice.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg?_wi=2",
|
||||
imageAlt: "Dragan Popov",
|
||||
},
|
||||
id: "4", name: "Dragan Popov", handle: "@dpopov - Local Shop Owner", testimonial: "Best service in the area. They understand what it means to serve the community. Always my first choice.", imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg", imageAlt: "Dragan Popov"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anita Stojanovska",
|
||||
handle: "@anitastoj - Struga",
|
||||
testimonial: "Excellent work quality and customer service. They make you feel like they actually care about solving your problem.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=4",
|
||||
imageAlt: "Anita Stojanovska",
|
||||
},
|
||||
id: "5", name: "Anita Stojanovska", handle: "@anitastoj - Struga", testimonial: "Excellent work quality and customer service. They make you feel like they actually care about solving your problem.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Anita Stojanovska"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Mirko Jovanovic",
|
||||
handle: "@mjovanovic - Family",
|
||||
testimonial: "Trustworthy, dependable, affordable. Exactly what you want in a local service. Recommending to everyone!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg?_wi=3",
|
||||
imageAlt: "Mirko Jovanovic",
|
||||
},
|
||||
id: "6", name: "Mirko Jovanovic", handle: "@mjovanovic - Family", testimonial: "Trustworthy, dependable, affordable. Exactly what you want in a local service. Recommending to everyone!", imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg", imageAlt: "Mirko Jovanovic"},
|
||||
]}
|
||||
buttons={[{ text: "Call Now", href: "tel:070970955" }]}
|
||||
buttonAnimation="slide-up"
|
||||
|
||||
@@ -3,36 +3,21 @@ import { Archivo } from "next/font/google";
|
||||
import "./globals.css";
|
||||
|
||||
const archivo = Archivo({
|
||||
variable: "--font-archivo",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-archivo", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Nabizi Service | Fast & Reliable Local Service in Struga",
|
||||
description: "Professional local service in Struga. Fast response, trusted quality, 24/7 available. Call 070 970 955 or send a message. Serving the community with excellence.",
|
||||
keywords: "local service Struga, fast service, professional repair, emergency service, Nabizi, 070 970 955",
|
||||
metadataBase: new URL("https://nabiziservice.com"),
|
||||
title: "Nabizi Service | Fast & Reliable Local Service in Struga", description: "Professional local service in Struga. Fast response, trusted quality, 24/7 available. Call 070 970 955 or send a message. Serving the community with excellence.", keywords: "local service Struga, fast service, professional repair, emergency service, Nabizi, 070 970 955", metadataBase: new URL("https://nabiziservice.com"),
|
||||
alternates: {
|
||||
canonical: "https://nabiziservice.com",
|
||||
},
|
||||
canonical: "https://nabiziservice.com"},
|
||||
openGraph: {
|
||||
title: "Nabizi Service | Fast & Reliable Local Service",
|
||||
description: "Professional service you can trust. Available in Struga. Call now: 070 970 955",
|
||||
url: "https://nabiziservice.com",
|
||||
siteName: "Nabizi Service",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Nabizi Service | Fast & Reliable Local Service", description: "Professional service you can trust. Available in Struga. Call now: 070 970 955", url: "https://nabiziservice.com", siteName: "Nabizi Service", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/happy-auto-repairman-handshaking-with-customer-workshop_637285-8634.jpg",
|
||||
alt: "Nabizi Service - Professional Team Ready to Help",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/happy-auto-repairman-handshaking-with-customer-workshop_637285-8634.jpg", alt: "Nabizi Service - Professional Team Ready to Help"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Nabizi Service | Fast Local Service in Struga",
|
||||
description: "Professional service available 24/7. Call 070 970 955",
|
||||
images: ["http://img.b2bpic.net/free-photo/happy-auto-repairman-handshaking-with-customer-workshop_637285-8634.jpg"],
|
||||
card: "summary_large_image", title: "Nabizi Service | Fast Local Service in Struga", description: "Professional service available 24/7. Call 070 970 955", images: ["http://img.b2bpic.net/free-photo/happy-auto-repairman-handshaking-with-customer-workshop_637285-8634.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
138
src/app/page.tsx
138
src/app/page.tsx
@@ -7,8 +7,10 @@ import HeroBillboardTestimonial from "@/components/sections/hero/HeroBillboardTe
|
||||
import SplitAbout from "@/components/sections/about/SplitAbout";
|
||||
import FeatureCardEight from "@/components/sections/feature/FeatureCardEight";
|
||||
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
|
||||
import ProductCardOne from "@/components/sections/product/ProductCardOne";
|
||||
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
|
||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
||||
import { Clock, Zap, MapPin, Award, Users, Star, CheckCircle, TrendingUp } from "lucide-react";
|
||||
import { Clock, Zap, MapPin, Award, Users, Star, CheckCircle, TrendingUp, MessageCircle, Briefcase, Camera } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
const navItems = [
|
||||
@@ -21,8 +23,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Services", href: "/services" },
|
||||
@@ -30,8 +31,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Call: 070 970 955", href: "tel:070970955" },
|
||||
{ label: "Location: Struga", href: "#" },
|
||||
{ label: "Hours: 24/7 Service", href: "#" },
|
||||
@@ -39,8 +39,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Information",
|
||||
items: [
|
||||
title: "Information", items: [
|
||||
{ label: "Service Areas", href: "#" },
|
||||
{ label: "Pricing", href: "/services" },
|
||||
{ label: "Testimonials", href: "#testimonials" },
|
||||
@@ -67,9 +66,7 @@ export default function HomePage() {
|
||||
brandName="Nabizi Service"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:070970955",
|
||||
}}
|
||||
text: "Call Now", href: "tel:070970955"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -80,30 +77,21 @@ export default function HomePage() {
|
||||
tag="Available Now"
|
||||
tagIcon={Clock}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-auto-repairman-handshaking-with-customer-workshop_637285-8634.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-auto-repairman-handshaking-with-customer-workshop_637285-8634.jpg"
|
||||
imageAlt="Professional service team ready to help"
|
||||
mediaAnimation="slide-up"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
testimonials={[
|
||||
{
|
||||
name: "Maria Kostadinova",
|
||||
handle: "Struga Resident",
|
||||
testimonial: "Incredibly fast response time and professional work. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1",
|
||||
imageAlt: "Maria Kostadinova",
|
||||
},
|
||||
name: "Maria Kostadinova", handle: "Struga Resident", testimonial: "Incredibly fast response time and professional work. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Maria Kostadinova"},
|
||||
{
|
||||
name: "Aleksandar Petrov",
|
||||
handle: "Business Owner",
|
||||
testimonial: "Best service in the area. Always punctual and courteous.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
imageAlt: "Aleksandar Petrov",
|
||||
},
|
||||
name: "Aleksandar Petrov", handle: "Business Owner", testimonial: "Best service in the area. Always punctual and courteous.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Aleksandar Petrov"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:070970955" },
|
||||
{ text: "Send Message", href: "/contact" },
|
||||
{ text: "Send Message", href: "#contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -119,27 +107,19 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Fast Response",
|
||||
description: "We arrive quickly when you call. Serving Struga with rapid turnaround times.",
|
||||
icon: Zap,
|
||||
title: "Fast Response", description: "We arrive quickly when you call. Serving Struga with rapid turnaround times.", icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Local Experts",
|
||||
description: "Deep knowledge of the Struga area and community needs. Supporting neighbors since day one.",
|
||||
icon: MapPin,
|
||||
title: "Local Experts", description: "Deep knowledge of the Struga area and community needs. Supporting neighbors since day one.", icon: MapPin,
|
||||
},
|
||||
{
|
||||
title: "Trusted Quality",
|
||||
description: "Professional workmanship with attention to detail. Your satisfaction is our priority.",
|
||||
icon: Award,
|
||||
title: "Trusted Quality", description: "Professional workmanship with attention to detail. Your satisfaction is our priority.", icon: Award,
|
||||
},
|
||||
{
|
||||
title: "Open Daily",
|
||||
description: "Available until 10 PM. Open when you need us, ready to serve.",
|
||||
icon: Clock,
|
||||
title: "Open Daily", description: "Available until 10 PM. Open when you need us, ready to serve.", icon: Clock,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-office-workers-discussing-business-ideas_171337-5839.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-office-workers-discussing-business-ideas_171337-5839.jpg"
|
||||
imageAlt="Our professional service team"
|
||||
mediaAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -155,39 +135,23 @@ export default function HomePage() {
|
||||
title="Our Services"
|
||||
description="Complete solutions for all your local service needs. Quality workmanship every time."
|
||||
tag="What We Offer"
|
||||
tagIcon={CheckCircle}
|
||||
tagIcon={Briefcase}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Emergency Response",
|
||||
description: "Fast emergency service available. Call us immediately when you need urgent help.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-male-paramedic-talking-by-portable-radio-while-sitting-ambulance_657921-1517.jpg",
|
||||
imageAlt: "Emergency response service",
|
||||
},
|
||||
title: "Emergency Response", description: "Fast emergency service available. Call us immediately when you need urgent help.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-male-paramedic-talking-by-portable-radio-while-sitting-ambulance_657921-1517.jpg", imageAlt: "Emergency response service"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Professional Repair",
|
||||
description: "Expert repairs with quality materials. We fix it right the first time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-experienced-smiling-car-mechanic-holding-wrenches-workshop_342744-255.jpg",
|
||||
imageAlt: "Professional repair service",
|
||||
},
|
||||
title: "Professional Repair", description: "Expert repairs with quality materials. We fix it right the first time.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-experienced-smiling-car-mechanic-holding-wrenches-workshop_342744-255.jpg", imageAlt: "Professional repair service"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Maintenance Plans",
|
||||
description: "Keep everything running smoothly with our maintenance service plans.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg",
|
||||
imageAlt: "Maintenance service",
|
||||
},
|
||||
title: "Maintenance Plans", description: "Keep everything running smoothly with our maintenance service plans.", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg", imageAlt: "Maintenance service"},
|
||||
{
|
||||
id: 4,
|
||||
title: "24/7 Support",
|
||||
description: "Always available for consultations and quick questions. We're here for you.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sales-assistant-being-employed-customer-care-support-job-working-telemarketing-call-center-helpdesk-female-receptionist-with-helpline-service-helping-clients-remote-communication_482257-43021.jpg?_wi=1",
|
||||
imageAlt: "24/7 customer support",
|
||||
},
|
||||
title: "24/7 Support", description: "Always available for consultations and quick questions. We're here for you.", imageSrc: "http://img.b2bpic.net/free-photo/sales-assistant-being-employed-customer-care-support-job-working-telemarketing-call-center-helpdesk-female-receptionist-with-helpline-service-helping-clients-remote-communication_482257-43021.jpg", imageAlt: "24/7 customer support"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
buttons={[{ text: "Get Service", href: "tel:070970955" }]}
|
||||
@@ -215,6 +179,60 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="gallery" data-section="gallery">
|
||||
<ProductCardOne
|
||||
title="Our Work"
|
||||
description="See examples of the quality service we deliver to our Struga community."
|
||||
tag="Gallery"
|
||||
tagIcon={Camera}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Service Setup", price: "Professional", imageSrc: "http://img.b2bpic.net/free-photo/furniture-assembly-worker-uses-laptop-consult-instructions-handyman-doing-good-job_482257-24842.jpg", imageAlt: "Professional service installation"},
|
||||
{
|
||||
id: "2", name: "Quality Work", price: "Guaranteed", imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-engineer-hand-controling-robot-arm-welding-machine-industrial-40-modern-factory-backgroundsmart-female-engineer-inspect-quality-control-factory_609648-856.jpg", imageAlt: "Quality workmanship example"},
|
||||
{
|
||||
id: "3", name: "Customer Care", price: "Priority", imageSrc: "http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288167.jpg", imageAlt: "Customer service focus"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
buttons={[{ text: "Call For Details", href: "tel:070970955" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
title="What Our Customers Say"
|
||||
description="Real reviews from real people in Struga. See why we're the trusted choice."
|
||||
tag="Reviews & Testimonials"
|
||||
tagIcon={MessageCircle}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
speed={40}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Katarina Andova", handle: "@kataandova - Local Business", testimonial: "Outstanding service! They arrived on time, fixed everything perfectly, and were very professional. Couldn't ask for better.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Katarina Andova"},
|
||||
{
|
||||
id: "2", name: "Nikola Dimitrovski", handle: "@ndmitro - Struga Resident", testimonial: "Been using them for years. Always reliable, always friendly, fair pricing. Highly recommend to anyone in Struga!", imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg", imageAlt: "Nikola Dimitrovski"},
|
||||
{
|
||||
id: "3", name: "Elena Markova", handle: "@elenamk - Community", testimonial: "Called them in an emergency and they came right away. Very impressed with their quick response and professionalism.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Elena Markova"},
|
||||
{
|
||||
id: "4", name: "Dragan Popov", handle: "@dpopov - Local Shop Owner", testimonial: "Best service in the area. They understand what it means to serve the community. Always my first choice.", imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg", imageAlt: "Dragan Popov"},
|
||||
{
|
||||
id: "5", name: "Anita Stojanovska", handle: "@anitastoj - Struga", testimonial: "Excellent work quality and customer service. They make you feel like they actually care about solving your problem.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Anita Stojanovska"},
|
||||
{
|
||||
id: "6", name: "Mirko Jovanovic", handle: "@mjovanovic - Family", testimonial: "Trustworthy, dependable, affordable. Exactly what you want in a local service. Recommending to everyone!", imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg", imageAlt: "Mirko Jovanovic"},
|
||||
]}
|
||||
buttons={[{ text: "Call Now", href: "tel:070970955" }]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Nabizi Service"
|
||||
|
||||
@@ -19,8 +19,7 @@ export default function ServicesPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Services", href: "/services" },
|
||||
@@ -28,8 +27,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Call: 070 970 955", href: "tel:070970955" },
|
||||
{ label: "Location: Struga", href: "#" },
|
||||
{ label: "Hours: 24/7 Service", href: "#" },
|
||||
@@ -37,8 +35,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Information",
|
||||
items: [
|
||||
title: "Information", items: [
|
||||
{ label: "Service Areas", href: "#" },
|
||||
{ label: "Pricing", href: "/services" },
|
||||
{ label: "Testimonials", href: "#testimonials" },
|
||||
@@ -65,9 +62,7 @@ export default function ServicesPage() {
|
||||
brandName="Nabizi Service"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:070970955",
|
||||
}}
|
||||
text: "Call Now", href: "tel:070970955"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -83,32 +78,16 @@ export default function ServicesPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Quick Assessment",
|
||||
description: "We listen to your needs and assess the situation thoroughly to understand what's required.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/furniture-assembly-worker-uses-laptop-consult-instructions-handyman-doing-good-job_482257-24842.jpg",
|
||||
imageAlt: "Service assessment",
|
||||
},
|
||||
title: "Quick Assessment", description: "We listen to your needs and assess the situation thoroughly to understand what's required.", imageSrc: "http://img.b2bpic.net/free-photo/furniture-assembly-worker-uses-laptop-consult-instructions-handyman-doing-good-job_482257-24842.jpg", imageAlt: "Service assessment"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Professional Solution",
|
||||
description: "Our experienced team delivers expert solutions with quality materials and attention to detail.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-engineer-hand-controling-robot-arm-welding-machine-industrial-40-modern-factory-backgroundsmart-female-engineer-inspect-quality-control-factory_609648-856.jpg",
|
||||
imageAlt: "Professional workmanship",
|
||||
},
|
||||
title: "Professional Solution", description: "Our experienced team delivers expert solutions with quality materials and attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-engineer-hand-controling-robot-arm-welding-machine-industrial-40-modern-factory-backgroundsmart-female-engineer-inspect-quality-control-factory_609648-856.jpg", imageAlt: "Professional workmanship"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Quality Assurance",
|
||||
description: "We inspect our work to ensure everything meets our high standards and your expectations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288167.jpg",
|
||||
imageAlt: "Quality assurance",
|
||||
},
|
||||
title: "Quality Assurance", description: "We inspect our work to ensure everything meets our high standards and your expectations.", imageSrc: "http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288167.jpg", imageAlt: "Quality assurance"},
|
||||
{
|
||||
id: 4,
|
||||
title: "Ongoing Support",
|
||||
description: "We provide follow-up support and are always available for questions or additional service needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sales-assistant-being-employed-customer-care-support-job-working-telemarketing-call-center-helpdesk-female-receptionist-with-helpline-service-helping-clients-remote-communication_482257-43021.jpg?_wi=2",
|
||||
imageAlt: "Customer support",
|
||||
},
|
||||
title: "Ongoing Support", description: "We provide follow-up support and are always available for questions or additional service needs.", imageSrc: "http://img.b2bpic.net/free-photo/sales-assistant-being-employed-customer-care-support-job-working-telemarketing-call-center-helpdesk-female-receptionist-with-helpline-service-helping-clients-remote-communication_482257-43021.jpg", imageAlt: "Customer support"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
buttons={[{ text: "Schedule Service", href: "/contact" }]}
|
||||
@@ -124,22 +103,16 @@ export default function ServicesPage() {
|
||||
tagAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Fast Response Time",
|
||||
description: "Average response time of just 15 minutes. We prioritize urgency and availability.",
|
||||
icon: Zap,
|
||||
title: "Fast Response Time", description: "Average response time of just 15 minutes. We prioritize urgency and availability.", icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Quality Guarantee",
|
||||
description: "All work is guaranteed. If you're not satisfied, we'll make it right.",
|
||||
icon: CheckCircle,
|
||||
title: "Quality Guarantee", description: "All work is guaranteed. If you're not satisfied, we'll make it right.", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Transparent Pricing",
|
||||
description: "No hidden fees. We provide clear estimates upfront so you know exactly what to expect.",
|
||||
icon: Clock,
|
||||
title: "Transparent Pricing", description: "No hidden fees. We provide clear estimates upfront so you know exactly what to expect.", icon: Clock,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-auto-repairman-handshaking-with-customer-workshop_637285-8634.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-auto-repairman-handshaking-with-customer-workshop_637285-8634.jpg"
|
||||
imageAlt="Customer satisfaction guarantee"
|
||||
mediaAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user