Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -47,29 +47,11 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Khalid Al-Rashid",
|
||||
role: "Founder & Lead Architect",
|
||||
testimonial: "With 15+ years in construction and architectural design, Khalid leads our vision for excellence. His expertise in modern design principles and project management ensures every project exceeds expectations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg?_wi=2",
|
||||
imageAlt: "Khalid Al-Rashid",
|
||||
},
|
||||
id: "1", name: "Khalid Al-Rashid", role: "Founder & Lead Architect", testimonial: "With 15+ years in construction and architectural design, Khalid leads our vision for excellence. His expertise in modern design principles and project management ensures every project exceeds expectations.", imageSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg?_wi=2", imageAlt: "Khalid Al-Rashid"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Noura Al-Mansouri",
|
||||
role: "Head of Interior Design",
|
||||
testimonial: "Noura brings creative vision to every project. Her passion for modern aesthetics and attention to detail has won numerous design accolades. She leads our design team with innovation and precision.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-professional-businesswoman-with-glasses-presentation_23-2148824824.jpg?_wi=2",
|
||||
imageAlt: "Noura Al-Mansouri",
|
||||
},
|
||||
id: "2", name: "Noura Al-Mansouri", role: "Head of Interior Design", testimonial: "Noura brings creative vision to every project. Her passion for modern aesthetics and attention to detail has won numerous design accolades. She leads our design team with innovation and precision.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-professional-businesswoman-with-glasses-presentation_23-2148824824.jpg?_wi=2", imageAlt: "Noura Al-Mansouri"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mohammed Al-Otaibi",
|
||||
role: "Project Manager",
|
||||
testimonial: "Mohammed oversees all project execution with meticulous attention to timelines and quality. His expertise in coordinating teams and managing complex projects ensures smooth delivery of every engagement.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg?_wi=2",
|
||||
imageAlt: "Mohammed Al-Otaibi",
|
||||
},
|
||||
id: "3", name: "Mohammed Al-Otaibi", role: "Project Manager", testimonial: "Mohammed oversees all project execution with meticulous attention to timelines and quality. His expertise in coordinating teams and managing complex projects ensures smooth delivery of every engagement.", imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg?_wi=2", imageAlt: "Mohammed Al-Otaibi"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -86,26 +68,11 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Excellence",
|
||||
description: "We maintain the highest standards of craftsmanship and quality in every project. Our commitment to excellence is reflected in every detail of our work.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-table-with-glass-vase_1203-1486.jpg?_wi=5",
|
||||
imageAlt: "Excellence in craftsmanship",
|
||||
},
|
||||
id: "1", title: "Excellence", description: "We maintain the highest standards of craftsmanship and quality in every project. Our commitment to excellence is reflected in every detail of our work.", imageSrc: "http://img.b2bpic.net/free-photo/wooden-table-with-glass-vase_1203-1486.jpg?_wi=5", imageAlt: "Excellence in craftsmanship"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Trust & Integrity",
|
||||
description: "Building lasting relationships based on transparency, honesty, and reliability. We stand behind our work and always deliver on our promises.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-discussing-blueprint-with-architects_107420-74346.jpg?_wi=3",
|
||||
imageAlt: "Trust and integrity",
|
||||
},
|
||||
id: "2", title: "Trust & Integrity", description: "Building lasting relationships based on transparency, honesty, and reliability. We stand behind our work and always deliver on our promises.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-discussing-blueprint-with-architects_107420-74346.jpg?_wi=3", imageAlt: "Trust and integrity"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Innovation",
|
||||
description: "Constantly evolving with modern design trends and construction technologies. We bring fresh ideas and creative solutions to every project.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/suspended-ceiling-with-halogen-spots-lamps-drywall-construction-room_632498-1082.jpg?_wi=4",
|
||||
imageAlt: "Innovation in design",
|
||||
},
|
||||
id: "3", title: "Innovation", description: "Constantly evolving with modern design trends and construction technologies. We bring fresh ideas and creative solutions to every project.", imageSrc: "http://img.b2bpic.net/free-photo/suspended-ceiling-with-halogen-spots-lamps-drywall-construction-room_632498-1082.jpg?_wi=4", imageAlt: "Innovation in design"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -118,70 +85,41 @@ export default function AboutPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Services", href: "/services"},
|
||||
{
|
||||
label: "Projects",
|
||||
href: "/projects",
|
||||
},
|
||||
label: "Projects", href: "/projects"},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About", href: "/about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Interior Finishing",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Interior Finishing", href: "/services"},
|
||||
{
|
||||
label: "Gypsum Design",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Gypsum Design", href: "/services"},
|
||||
{
|
||||
label: "Renovations",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Renovations", href: "/services"},
|
||||
{
|
||||
label: "Construction",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Construction", href: "/services"},
|
||||
{
|
||||
label: "Maintenance",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Maintenance", href: "/services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/966xxxxxxxx",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/966xxxxxxxx"},
|
||||
{
|
||||
label: "Email",
|
||||
href: "mailto:info@infinityservices.com",
|
||||
},
|
||||
label: "Email", href: "mailto:info@infinityservices.com"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "/",
|
||||
},
|
||||
label: "Privacy Policy", href: "/"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -190,4 +128,4 @@ export default function AboutPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,8 +18,7 @@ export default function ContactPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Projects", href: "/projects" },
|
||||
@@ -27,8 +26,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Interior Finishing", href: "/services" },
|
||||
{ label: "Gypsum Design", href: "/services" },
|
||||
{ label: "Renovations", href: "/services" },
|
||||
@@ -37,8 +35,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "WhatsApp", href: "https://wa.me/966xxxxxxxx" },
|
||||
{ label: "Email", href: "mailto:info@infinityservices.com" },
|
||||
@@ -76,48 +73,28 @@ export default function ContactPage() {
|
||||
<ContactFaq
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I request a quote?",
|
||||
content:
|
||||
"Contact us via phone, WhatsApp, or our contact form. Our team will schedule a site visit to understand your project requirements and provide an accurate quote within 24 hours.",
|
||||
},
|
||||
id: "1", title: "How do I request a quote?", content:
|
||||
"Contact us via phone, WhatsApp, or our contact form. Our team will schedule a site visit to understand your project requirements and provide an accurate quote within 24 hours."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What is your typical project timeline?",
|
||||
content:
|
||||
"Project timelines vary based on scope. A typical residential renovation takes 4-8 weeks, while interior finishing might take 2-4 weeks. We'll provide a detailed timeline during consultation.",
|
||||
},
|
||||
id: "2", title: "What is your typical project timeline?", content:
|
||||
"Project timelines vary based on scope. A typical residential renovation takes 4-8 weeks, while interior finishing might take 2-4 weeks. We'll provide a detailed timeline during consultation."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you provide warranty on your work?",
|
||||
content:
|
||||
"Yes, we provide a comprehensive warranty on all our work. Labor warranty is typically 2 years, and materials carry manufacturer warranties. Details are provided in your contract.",
|
||||
},
|
||||
id: "3", title: "Do you provide warranty on your work?", content:
|
||||
"Yes, we provide a comprehensive warranty on all our work. Labor warranty is typically 2 years, and materials carry manufacturer warranties. Details are provided in your contract."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Can you work on commercial projects?",
|
||||
content:
|
||||
"Absolutely! We specialize in both residential and commercial finishing. We have experience with offices, retail spaces, and large commercial complexes. Contact us for commercial inquiries.",
|
||||
},
|
||||
id: "4", title: "Can you work on commercial projects?", content:
|
||||
"Absolutely! We specialize in both residential and commercial finishing. We have experience with offices, retail spaces, and large commercial complexes. Contact us for commercial inquiries."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Do you handle permits and regulations?",
|
||||
content:
|
||||
"Yes, we're familiar with local building codes and regulations. We can handle permit applications and ensure all work complies with local requirements.",
|
||||
},
|
||||
id: "5", title: "Do you handle permits and regulations?", content:
|
||||
"Yes, we're familiar with local building codes and regulations. We can handle permit applications and ensure all work complies with local requirements."},
|
||||
{
|
||||
id: "6",
|
||||
title: "What areas do you serve?",
|
||||
content:
|
||||
"We serve the local region and surrounding areas. Contact us to confirm if we operate in your location. For larger projects, we may be able to arrange special arrangements.",
|
||||
},
|
||||
id: "6", title: "What areas do you serve?", content:
|
||||
"We serve the local region and surrounding areas. Contact us to confirm if we operate in your location. For larger projects, we may be able to arrange special arrangements."},
|
||||
]}
|
||||
ctaTitle="Ready to Transform Your Space?"
|
||||
ctaDescription="Get in touch with our team for a free consultation and quote for your project."
|
||||
ctaButton={{
|
||||
text: "Contact Us Now",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Contact Us Now", href: "/contact"}}
|
||||
ctaIcon={Phone}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
@@ -132,4 +109,4 @@ export default function ContactPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,47 +6,30 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const montserrat = Montserrat({
|
||||
variable: "--font-montserrat",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-montserrat", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Construction & Finishing Services | Infinity Services",
|
||||
description: "Professional architectural finishing, renovation, and construction services. Expert craftsmanship in interior design, gypsum ceilings, and home finishing.",
|
||||
keywords: "construction services, interior finishing, gypsum design, renovation, architectural finishing, home finishing, construction company",
|
||||
metadataBase: new URL("https://infinityservices.com"),
|
||||
title: "Construction & Finishing Services | Infinity Services", description: "Professional architectural finishing, renovation, and construction services. Expert craftsmanship in interior design, gypsum ceilings, and home finishing.", keywords: "construction services, interior finishing, gypsum design, renovation, architectural finishing, home finishing, construction company", metadataBase: new URL("https://infinityservices.com"),
|
||||
alternates: {
|
||||
canonical: "https://infinityservices.com",
|
||||
},
|
||||
canonical: "https://infinityservices.com"},
|
||||
openGraph: {
|
||||
title: "Infinity Services - Professional Construction & Finishing",
|
||||
description: "Transform your space with expert construction, renovation, and finishing services. 15+ years of excellence.",
|
||||
url: "https://infinityservices.com",
|
||||
siteName: "Infinity Services",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Infinity Services - Professional Construction & Finishing", description: "Transform your space with expert construction, renovation, and finishing services. 15+ years of excellence.", url: "https://infinityservices.com", siteName: "Infinity Services", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg",
|
||||
alt: "Infinity Services - Professional Construction & Finishing",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg", alt: "Infinity Services - Professional Construction & Finishing"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Infinity Services - Construction & Finishing",
|
||||
description: "Professional construction, renovation, and interior finishing services.",
|
||||
images: ["http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg"],
|
||||
card: "summary_large_image", title: "Infinity Services - Construction & Finishing", description: "Professional construction, renovation, and interior finishing services.", images: ["http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
@@ -1438,4 +1421,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
303
src/app/page.tsx
303
src/app/page.tsx
@@ -52,49 +52,29 @@ export default function HomePage() {
|
||||
background={{ variant: "glowing-orb" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199314.jpg?_wi=1",
|
||||
imageAlt: "Modern bedroom interior finishing",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199314.jpg?_wi=1", imageAlt: "Modern bedroom interior finishing"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-digital-disconnecting-home-by-listening-music-vinyl_23-2150037444.jpg?_wi=1",
|
||||
imageAlt: "Contemporary kitchen renovation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-digital-disconnecting-home-by-listening-music-vinyl_23-2150037444.jpg?_wi=1", imageAlt: "Contemporary kitchen renovation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/suspended-ceiling-with-halogen-spots-lamps-drywall-construction-room_632498-1082.jpg?_wi=1",
|
||||
imageAlt: "Modern gypsum ceiling design",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/suspended-ceiling-with-halogen-spots-lamps-drywall-construction-room_632498-1082.jpg?_wi=1", imageAlt: "Modern gypsum ceiling design"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/schnauzer-dog-dressed-christmas-clothes-loft-interior-room-with-xmas-decoration_613910-7582.jpg?_wi=1",
|
||||
imageAlt: "Luxury living space",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/schnauzer-dog-dressed-christmas-clothes-loft-interior-room-with-xmas-decoration_613910-7582.jpg?_wi=1", imageAlt: "Luxury living space"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-table-with-glass-vase_1203-1486.jpg?_wi=1",
|
||||
imageAlt: "Professional interior finishing",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-table-with-glass-vase_1203-1486.jpg?_wi=1", imageAlt: "Professional interior finishing"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-bathtub-double-sink-vanity-smart-home-technology_9975-33078.jpg?_wi=1",
|
||||
imageAlt: "Modern bathroom design",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-bathtub-double-sink-vanity-smart-home-technology_9975-33078.jpg?_wi=1", imageAlt: "Modern bathroom design"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-man-with-long-hair-tattoos-posing_158595-2401.jpg?_wi=1",
|
||||
imageAlt: "Home renovation project",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-man-with-long-hair-tattoos-posing_158595-2401.jpg?_wi=1", imageAlt: "Home renovation project"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg?_wi=1",
|
||||
imageAlt: "Luxury interior design",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg?_wi=1", imageAlt: "Luxury interior design"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get a Free Quote", href: "/contact"},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+966xxxxxxxx",
|
||||
},
|
||||
text: "Call Now", href: "tel:+966xxxxxxxx"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -109,47 +89,17 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Interior Finishing",
|
||||
description: "Expert architectural finishing with modern designs. Wall treatments, ceiling finishes, and premium interior details that transform spaces.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-table-with-glass-vase_1203-1486.jpg?_wi=2",
|
||||
imageAlt: "Interior finishing services",
|
||||
},
|
||||
id: "1", title: "Interior Finishing", description: "Expert architectural finishing with modern designs. Wall treatments, ceiling finishes, and premium interior details that transform spaces.", imageSrc: "http://img.b2bpic.net/free-photo/wooden-table-with-glass-vase_1203-1486.jpg?_wi=2", imageAlt: "Interior finishing services"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Gypsum Board Design",
|
||||
description: "Creative gypsum ceiling and wall designs with professional installation. Custom suspended ceilings with integrated lighting solutions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/suspended-ceiling-with-halogen-spots-lamps-drywall-construction-room_632498-1082.jpg?_wi=2",
|
||||
imageAlt: "Gypsum ceiling design",
|
||||
},
|
||||
id: "2", title: "Gypsum Board Design", description: "Creative gypsum ceiling and wall designs with professional installation. Custom suspended ceilings with integrated lighting solutions.", imageSrc: "http://img.b2bpic.net/free-photo/suspended-ceiling-with-halogen-spots-lamps-drywall-construction-room_632498-1082.jpg?_wi=2", imageAlt: "Gypsum ceiling design"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Renovations",
|
||||
description: "Complete renovation services for residential and commercial properties. Transform existing spaces into modern, functional environments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-man-with-long-hair-tattoos-posing_158595-2401.jpg?_wi=2",
|
||||
imageAlt: "Renovation project",
|
||||
},
|
||||
id: "3", title: "Renovations", description: "Complete renovation services for residential and commercial properties. Transform existing spaces into modern, functional environments.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-man-with-long-hair-tattoos-posing_158595-2401.jpg?_wi=2", imageAlt: "Renovation project"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Construction Works",
|
||||
description: "Professional construction services with quality materials and skilled craftsmanship. From structural work to finishing touches.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-discussing-blueprint-with-architects_107420-74346.jpg?_wi=1",
|
||||
imageAlt: "Construction services",
|
||||
},
|
||||
id: "4", title: "Construction Works", description: "Professional construction services with quality materials and skilled craftsmanship. From structural work to finishing touches.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-discussing-blueprint-with-architects_107420-74346.jpg?_wi=1", imageAlt: "Construction services"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Maintenance Services",
|
||||
description: "Regular maintenance and repair services to keep your property in excellent condition. Preventative care and emergency repairs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746379.jpg?_wi=1",
|
||||
imageAlt: "Maintenance services",
|
||||
},
|
||||
id: "5", title: "Maintenance Services", description: "Regular maintenance and repair services to keep your property in excellent condition. Preventative care and emergency repairs.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746379.jpg?_wi=1", imageAlt: "Maintenance services"},
|
||||
{
|
||||
id: "6",
|
||||
title: "Commercial Finishing",
|
||||
description: "Specialized commercial property finishing. Offices, retail spaces, and commercial buildings with professional-grade finishes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg?_wi=2",
|
||||
imageAlt: "Commercial finishing",
|
||||
},
|
||||
id: "6", title: "Commercial Finishing", description: "Specialized commercial property finishing. Offices, retail spaces, and commercial buildings with professional-grade finishes.", imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg?_wi=2", imageAlt: "Commercial finishing"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -164,29 +114,17 @@ export default function HomePage() {
|
||||
description="Proven track record of excellence in construction and finishing with trusted expertise"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: Award,
|
||||
title: "Years Experience",
|
||||
value: "15+",
|
||||
},
|
||||
id: "1", icon: Award,
|
||||
title: "Years Experience", value: "15+"},
|
||||
{
|
||||
id: "2",
|
||||
icon: CheckCircle,
|
||||
title: "Projects Completed",
|
||||
value: "500+",
|
||||
},
|
||||
id: "2", icon: CheckCircle,
|
||||
title: "Projects Completed", value: "500+"},
|
||||
{
|
||||
id: "3",
|
||||
icon: Users,
|
||||
title: "Satisfied Clients",
|
||||
value: "98%",
|
||||
},
|
||||
id: "3", icon: Users,
|
||||
title: "Satisfied Clients", value: "98%"},
|
||||
{
|
||||
id: "4",
|
||||
icon: Zap,
|
||||
title: "On-Time Delivery",
|
||||
value: "100%",
|
||||
},
|
||||
id: "4", icon: Zap,
|
||||
title: "On-Time Delivery", value: "100%"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -203,53 +141,17 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Modern Villa Interior",
|
||||
role: "Residential Project",
|
||||
testimonial: "Complete interior finishing for a modern villa with custom gypsum designs, high-end finishes, and professional lighting solutions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199314.jpg?_wi=2",
|
||||
imageAlt: "Modern villa interior",
|
||||
},
|
||||
id: "1", name: "Modern Villa Interior", role: "Residential Project", testimonial: "Complete interior finishing for a modern villa with custom gypsum designs, high-end finishes, and professional lighting solutions.", imageSrc: "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199314.jpg?_wi=2", imageAlt: "Modern villa interior"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Contemporary Kitchen",
|
||||
role: "Renovation Project",
|
||||
testimonial: "Full kitchen renovation with modern appliances, custom cabinetry, and professional finishing. Completed on schedule and within budget.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-digital-disconnecting-home-by-listening-music-vinyl_23-2150037444.jpg?_wi=2",
|
||||
imageAlt: "Contemporary kitchen",
|
||||
},
|
||||
id: "2", name: "Contemporary Kitchen", role: "Renovation Project", testimonial: "Full kitchen renovation with modern appliances, custom cabinetry, and professional finishing. Completed on schedule and within budget.", imageSrc: "http://img.b2bpic.net/free-photo/woman-digital-disconnecting-home-by-listening-music-vinyl_23-2150037444.jpg?_wi=2", imageAlt: "Contemporary kitchen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Luxury Living Space",
|
||||
role: "Design & Finishing",
|
||||
testimonial: "Design and execution of luxury living area with custom gypsum ceiling, ambient lighting, and premium wall finishes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/schnauzer-dog-dressed-christmas-clothes-loft-interior-room-with-xmas-decoration_613910-7582.jpg?_wi=2",
|
||||
imageAlt: "Luxury living space",
|
||||
},
|
||||
id: "3", name: "Luxury Living Space", role: "Design & Finishing", testimonial: "Design and execution of luxury living area with custom gypsum ceiling, ambient lighting, and premium wall finishes.", imageSrc: "http://img.b2bpic.net/free-photo/schnauzer-dog-dressed-christmas-clothes-loft-interior-room-with-xmas-decoration_613910-7582.jpg?_wi=2", imageAlt: "Luxury living space"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Bathroom Renovation",
|
||||
role: "Professional Finishing",
|
||||
testimonial: "Complete bathroom renovation with modern fixtures, waterproofing, and professional tiling work. High-quality materials throughout.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-bathtub-double-sink-vanity-smart-home-technology_9975-33078.jpg?_wi=2",
|
||||
imageAlt: "Bathroom renovation",
|
||||
},
|
||||
id: "4", name: "Bathroom Renovation", role: "Professional Finishing", testimonial: "Complete bathroom renovation with modern fixtures, waterproofing, and professional tiling work. High-quality materials throughout.", imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-bathtub-double-sink-vanity-smart-home-technology_9975-33078.jpg?_wi=2", imageAlt: "Bathroom renovation"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Office Space Design",
|
||||
role: "Commercial Project",
|
||||
testimonial: "Professional office finishing with modern workspace design, acoustic solutions, and professional-grade finishes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-table-with-glass-vase_1203-1486.jpg?_wi=3",
|
||||
imageAlt: "Office space design",
|
||||
},
|
||||
id: "5", name: "Office Space Design", role: "Commercial Project", testimonial: "Professional office finishing with modern workspace design, acoustic solutions, and professional-grade finishes.", imageSrc: "http://img.b2bpic.net/free-photo/wooden-table-with-glass-vase_1203-1486.jpg?_wi=3", imageAlt: "Office space design"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Residential Complex",
|
||||
role: "Large Scale Project",
|
||||
testimonial: "Multi-unit residential finishing project with consistent quality, professional project management, and excellent timeline execution.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg?_wi=3",
|
||||
imageAlt: "Residential complex",
|
||||
},
|
||||
id: "6", name: "Residential Complex", role: "Large Scale Project", testimonial: "Multi-unit residential finishing project with consistent quality, professional project management, and excellent timeline execution.", imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg?_wi=3", imageAlt: "Residential complex"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -266,53 +168,17 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ahmed Hassan",
|
||||
role: "Homeowner",
|
||||
testimonial: "Infinity Services transformed our home beyond our expectations. Their attention to detail and professionalism made the entire process smooth and stress-free. Highly recommended!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg?_wi=1",
|
||||
imageAlt: "Ahmed Hassan",
|
||||
},
|
||||
id: "1", name: "Ahmed Hassan", role: "Homeowner", testimonial: "Infinity Services transformed our home beyond our expectations. Their attention to detail and professionalism made the entire process smooth and stress-free. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg?_wi=1", imageAlt: "Ahmed Hassan"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Fatima Al-Mansouri",
|
||||
role: "Property Owner",
|
||||
testimonial: "Outstanding quality of work and excellent customer service. The team completed our renovation on time and within budget. We're very satisfied with the results.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-professional-businesswoman-with-glasses-presentation_23-2148824824.jpg?_wi=1",
|
||||
imageAlt: "Fatima Al-Mansouri",
|
||||
},
|
||||
id: "2", name: "Fatima Al-Mansouri", role: "Property Owner", testimonial: "Outstanding quality of work and excellent customer service. The team completed our renovation on time and within budget. We're very satisfied with the results.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-professional-businesswoman-with-glasses-presentation_23-2148824824.jpg?_wi=1", imageAlt: "Fatima Al-Mansouri"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mohammed Khalid",
|
||||
role: "Business Owner",
|
||||
testimonial: "We hired Infinity Services for our office renovation. The professionalism and quality of their work was exceptional. They understood our vision and delivered perfectly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg?_wi=1",
|
||||
imageAlt: "Mohammed Khalid",
|
||||
},
|
||||
id: "3", name: "Mohammed Khalid", role: "Business Owner", testimonial: "We hired Infinity Services for our office renovation. The professionalism and quality of their work was exceptional. They understood our vision and delivered perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg?_wi=1", imageAlt: "Mohammed Khalid"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Layla Al-Otaibi",
|
||||
role: "Real Estate Developer",
|
||||
testimonial: "Working with Infinity Services on multiple projects has been fantastic. Their team is reliable, skilled, and delivers consistent high-quality results every time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-businesswoman-smiling-happy-standing-city_839833-14128.jpg",
|
||||
imageAlt: "Layla Al-Otaibi",
|
||||
},
|
||||
id: "4", name: "Layla Al-Otaibi", role: "Real Estate Developer", testimonial: "Working with Infinity Services on multiple projects has been fantastic. Their team is reliable, skilled, and delivers consistent high-quality results every time.", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-businesswoman-smiling-happy-standing-city_839833-14128.jpg", imageAlt: "Layla Al-Otaibi"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Samir Al-Rashid",
|
||||
role: "Architect",
|
||||
testimonial: "As an architect, I appreciate their technical expertise and ability to execute complex designs perfectly. They're my go-to partner for construction finishing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-handsome-young-caucasian-man_1262-1453.jpg",
|
||||
imageAlt: "Samir Al-Rashid",
|
||||
},
|
||||
id: "5", name: "Samir Al-Rashid", role: "Architect", testimonial: "As an architect, I appreciate their technical expertise and ability to execute complex designs perfectly. They're my go-to partner for construction finishing.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-handsome-young-caucasian-man_1262-1453.jpg", imageAlt: "Samir Al-Rashid"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Noor Al-Dakheel",
|
||||
role: "Interior Designer",
|
||||
testimonial: "Infinity Services brings design vision to life with exceptional quality. Their craftsmanship and attention to detail elevate every project we collaborate on.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-gorgeous-latin-american-woman_1262-5766.jpg",
|
||||
imageAlt: "Noor Al-Dakheel",
|
||||
},
|
||||
id: "6", name: "Noor Al-Dakheel", role: "Interior Designer", testimonial: "Infinity Services brings design vision to life with exceptional quality. Their craftsmanship and attention to detail elevate every project we collaborate on.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-gorgeous-latin-american-woman_1262-5766.jpg", imageAlt: "Noor Al-Dakheel"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -325,41 +191,21 @@ export default function HomePage() {
|
||||
ctaTitle="Ready to Transform Your Space?"
|
||||
ctaDescription="Get in touch with our team for a free consultation and quote for your project."
|
||||
ctaButton={{
|
||||
text: "Contact Us Now",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Contact Us Now", href: "/contact"}}
|
||||
ctaIcon={Phone}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I request a quote?",
|
||||
content: "Contact us via phone, WhatsApp, or our contact form. Our team will schedule a site visit to understand your project requirements and provide an accurate quote within 24 hours.",
|
||||
},
|
||||
id: "1", title: "How do I request a quote?", content: "Contact us via phone, WhatsApp, or our contact form. Our team will schedule a site visit to understand your project requirements and provide an accurate quote within 24 hours."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What is your typical project timeline?",
|
||||
content: "Project timelines vary based on scope. A typical residential renovation takes 4-8 weeks, while interior finishing might take 2-4 weeks. We'll provide a detailed timeline during consultation.",
|
||||
},
|
||||
id: "2", title: "What is your typical project timeline?", content: "Project timelines vary based on scope. A typical residential renovation takes 4-8 weeks, while interior finishing might take 2-4 weeks. We'll provide a detailed timeline during consultation."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you provide warranty on your work?",
|
||||
content: "Yes, we provide a comprehensive warranty on all our work. Labor warranty is typically 2 years, and materials carry manufacturer warranties. Details are provided in your contract.",
|
||||
},
|
||||
id: "3", title: "Do you provide warranty on your work?", content: "Yes, we provide a comprehensive warranty on all our work. Labor warranty is typically 2 years, and materials carry manufacturer warranties. Details are provided in your contract."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Can you work on commercial projects?",
|
||||
content: "Absolutely! We specialize in both residential and commercial finishing. We have experience with offices, retail spaces, and large commercial complexes. Contact us for commercial inquiries.",
|
||||
},
|
||||
id: "4", title: "Can you work on commercial projects?", content: "Absolutely! We specialize in both residential and commercial finishing. We have experience with offices, retail spaces, and large commercial complexes. Contact us for commercial inquiries."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Do you handle permits and regulations?",
|
||||
content: "Yes, we're familiar with local building codes and regulations. We can handle permit applications and ensure all work complies with local requirements.",
|
||||
},
|
||||
id: "5", title: "Do you handle permits and regulations?", content: "Yes, we're familiar with local building codes and regulations. We can handle permit applications and ensure all work complies with local requirements."},
|
||||
{
|
||||
id: "6",
|
||||
title: "What areas do you serve?",
|
||||
content: "We serve the local region and surrounding areas. Contact us to confirm if we operate in your location. For larger projects, we may be able to arrange special arrangements.",
|
||||
},
|
||||
id: "6", title: "What areas do you serve?", content: "We serve the local region and surrounding areas. Contact us to confirm if we operate in your location. For larger projects, we may be able to arrange special arrangements."},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
@@ -370,70 +216,41 @@ export default function HomePage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Services", href: "/services"},
|
||||
{
|
||||
label: "Projects",
|
||||
href: "/projects",
|
||||
},
|
||||
label: "Projects", href: "/projects"},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About", href: "/about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Interior Finishing",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Interior Finishing", href: "/services"},
|
||||
{
|
||||
label: "Gypsum Design",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Gypsum Design", href: "/services"},
|
||||
{
|
||||
label: "Renovations",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Renovations", href: "/services"},
|
||||
{
|
||||
label: "Construction",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Construction", href: "/services"},
|
||||
{
|
||||
label: "Maintenance",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Maintenance", href: "/services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/966xxxxxxxx",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/966xxxxxxxx"},
|
||||
{
|
||||
label: "Email",
|
||||
href: "mailto:info@infinityservices.com",
|
||||
},
|
||||
label: "Email", href: "mailto:info@infinityservices.com"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "/",
|
||||
},
|
||||
label: "Privacy Policy", href: "/"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -442,4 +259,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -48,29 +48,11 @@ export default function ProjectsPage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Modern Villa Interior",
|
||||
role: "Residential Project",
|
||||
testimonial: "Complete interior finishing for a modern villa with custom gypsum designs, high-end finishes, and professional lighting solutions. This project demonstrates our commitment to transforming residential spaces into elegant sanctuaries.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199314.jpg?_wi=3",
|
||||
imageAlt: "Modern villa interior",
|
||||
},
|
||||
id: "1", name: "Modern Villa Interior", role: "Residential Project", testimonial: "Complete interior finishing for a modern villa with custom gypsum designs, high-end finishes, and professional lighting solutions. This project demonstrates our commitment to transforming residential spaces into elegant sanctuaries.", imageSrc: "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199314.jpg?_wi=3", imageAlt: "Modern villa interior"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Contemporary Kitchen",
|
||||
role: "Renovation Project",
|
||||
testimonial: "Full kitchen renovation with modern appliances, custom cabinetry, and professional finishing. Completed on schedule and within budget. Features custom lighting design and premium material selection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-digital-disconnecting-home-by-listening-music-vinyl_23-2150037444.jpg?_wi=3",
|
||||
imageAlt: "Contemporary kitchen",
|
||||
},
|
||||
id: "2", name: "Contemporary Kitchen", role: "Renovation Project", testimonial: "Full kitchen renovation with modern appliances, custom cabinetry, and professional finishing. Completed on schedule and within budget. Features custom lighting design and premium material selection.", imageSrc: "http://img.b2bpic.net/free-photo/woman-digital-disconnecting-home-by-listening-music-vinyl_23-2150037444.jpg?_wi=3", imageAlt: "Contemporary kitchen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Luxury Living Space",
|
||||
role: "Design & Finishing",
|
||||
testimonial: "Design and execution of luxury living area with custom gypsum ceiling, ambient lighting, and premium wall finishes. A showcase of our ability to create sophisticated, functional living environments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/schnauzer-dog-dressed-christmas-clothes-loft-interior-room-with-xmas-decoration_613910-7582.jpg?_wi=3",
|
||||
imageAlt: "Luxury living space",
|
||||
},
|
||||
id: "3", name: "Luxury Living Space", role: "Design & Finishing", testimonial: "Design and execution of luxury living area with custom gypsum ceiling, ambient lighting, and premium wall finishes. A showcase of our ability to create sophisticated, functional living environments.", imageSrc: "http://img.b2bpic.net/free-photo/schnauzer-dog-dressed-christmas-clothes-loft-interior-room-with-xmas-decoration_613910-7582.jpg?_wi=3", imageAlt: "Luxury living space"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -84,23 +66,14 @@ export default function ProjectsPage() {
|
||||
description="Detailed metrics showcasing the scale and quality of our completed work"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: Award,
|
||||
title: "Award-Winning Projects",
|
||||
value: "45+",
|
||||
},
|
||||
id: "1", icon: Award,
|
||||
title: "Award-Winning Projects", value: "45+"},
|
||||
{
|
||||
id: "2",
|
||||
icon: Users,
|
||||
title: "Happy Clients",
|
||||
value: "500+",
|
||||
},
|
||||
id: "2", icon: Users,
|
||||
title: "Happy Clients", value: "500+"},
|
||||
{
|
||||
id: "3",
|
||||
icon: CheckCircle,
|
||||
title: "Projects on Time",
|
||||
value: "99%",
|
||||
},
|
||||
id: "3", icon: CheckCircle,
|
||||
title: "Projects on Time", value: "99%"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -113,26 +86,15 @@ export default function ProjectsPage() {
|
||||
ctaTitle="Interested in Our Work?"
|
||||
ctaDescription="Let's discuss your next project and how we can bring your vision to life."
|
||||
ctaButton={{
|
||||
text: "Schedule a Consultation",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Schedule a Consultation", href: "/contact"}}
|
||||
ctaIcon={Phone}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Can I see more project examples?",
|
||||
content: "Absolutely! We maintain a comprehensive portfolio of projects. Contact us to arrange a portfolio review session or to visit completed projects in person.",
|
||||
},
|
||||
id: "1", title: "Can I see more project examples?", content: "Absolutely! We maintain a comprehensive portfolio of projects. Contact us to arrange a portfolio review session or to visit completed projects in person."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How long do similar projects typically take?",
|
||||
content: "Project duration varies based on scope and complexity. Typical residential renovations range from 4-8 weeks, while specialized projects may take longer. We provide detailed timelines during consultation.",
|
||||
},
|
||||
id: "2", title: "How long do similar projects typically take?", content: "Project duration varies based on scope and complexity. Typical residential renovations range from 4-8 weeks, while specialized projects may take longer. We provide detailed timelines during consultation."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you provide before and after documentation?",
|
||||
content: "Yes, we document all projects from start to completion. We provide detailed before/after photos and project documentation for your records.",
|
||||
},
|
||||
id: "3", title: "Do you provide before and after documentation?", content: "Yes, we document all projects from start to completion. We provide detailed before/after photos and project documentation for your records."},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
@@ -143,70 +105,41 @@ export default function ProjectsPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Services", href: "/services"},
|
||||
{
|
||||
label: "Projects",
|
||||
href: "/projects",
|
||||
},
|
||||
label: "Projects", href: "/projects"},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About", href: "/about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Interior Finishing",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Interior Finishing", href: "/services"},
|
||||
{
|
||||
label: "Gypsum Design",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Gypsum Design", href: "/services"},
|
||||
{
|
||||
label: "Renovations",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Renovations", href: "/services"},
|
||||
{
|
||||
label: "Construction",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Construction", href: "/services"},
|
||||
{
|
||||
label: "Maintenance",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Maintenance", href: "/services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/966xxxxxxxx",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/966xxxxxxxx"},
|
||||
{
|
||||
label: "Email",
|
||||
href: "mailto:info@infinityservices.com",
|
||||
},
|
||||
label: "Email", href: "mailto:info@infinityservices.com"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "/",
|
||||
},
|
||||
label: "Privacy Policy", href: "/"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -215,4 +148,4 @@ export default function ProjectsPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -30,9 +30,9 @@ export default function ServicesPage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Projects", id: "projects" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact-faq" },
|
||||
{ name: "Projects", id: "/projects" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
bottomLeftText="Local Construction Expert"
|
||||
bottomRightText="+966-xxx-xxx-xxxx"
|
||||
@@ -49,47 +49,17 @@ export default function ServicesPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Interior Finishing",
|
||||
description: "Expert architectural finishing with modern designs. Wall treatments, ceiling finishes, and premium interior details that transform spaces.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-table-with-glass-vase_1203-1486.jpg?_wi=4",
|
||||
imageAlt: "Interior finishing services",
|
||||
},
|
||||
id: "1", title: "Interior Finishing", description: "Expert architectural finishing with modern designs. Wall treatments, ceiling finishes, and premium interior details that transform spaces.", imageSrc: "http://img.b2bpic.net/free-photo/wooden-table-with-glass-vase_1203-1486.jpg?_wi=4", imageAlt: "Interior finishing services"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Gypsum Board Design",
|
||||
description: "Creative gypsum ceiling and wall designs with professional installation. Custom suspended ceilings with integrated lighting solutions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/suspended-ceiling-with-halogen-spots-lamps-drywall-construction-room_632498-1082.jpg?_wi=3",
|
||||
imageAlt: "Gypsum ceiling design",
|
||||
},
|
||||
id: "2", title: "Gypsum Board Design", description: "Creative gypsum ceiling and wall designs with professional installation. Custom suspended ceilings with integrated lighting solutions.", imageSrc: "http://img.b2bpic.net/free-photo/suspended-ceiling-with-halogen-spots-lamps-drywall-construction-room_632498-1082.jpg?_wi=3", imageAlt: "Gypsum ceiling design"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Renovations",
|
||||
description: "Complete renovation services for residential and commercial properties. Transform existing spaces into modern, functional environments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-man-with-long-hair-tattoos-posing_158595-2401.jpg?_wi=3",
|
||||
imageAlt: "Renovation project",
|
||||
},
|
||||
id: "3", title: "Renovations", description: "Complete renovation services for residential and commercial properties. Transform existing spaces into modern, functional environments.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-man-with-long-hair-tattoos-posing_158595-2401.jpg?_wi=3", imageAlt: "Renovation project"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Construction Works",
|
||||
description: "Professional construction services with quality materials and skilled craftsmanship. From structural work to finishing touches.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-discussing-blueprint-with-architects_107420-74346.jpg?_wi=2",
|
||||
imageAlt: "Construction services",
|
||||
},
|
||||
id: "4", title: "Construction Works", description: "Professional construction services with quality materials and skilled craftsmanship. From structural work to finishing touches.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-discussing-blueprint-with-architects_107420-74346.jpg?_wi=2", imageAlt: "Construction services"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Maintenance Services",
|
||||
description: "Regular maintenance and repair services to keep your property in excellent condition. Preventative care and emergency repairs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746379.jpg?_wi=2",
|
||||
imageAlt: "Maintenance services",
|
||||
},
|
||||
id: "5", title: "Maintenance Services", description: "Regular maintenance and repair services to keep your property in excellent condition. Preventative care and emergency repairs.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746379.jpg?_wi=2", imageAlt: "Maintenance services"},
|
||||
{
|
||||
id: "6",
|
||||
title: "Commercial Finishing",
|
||||
description: "Specialized commercial property finishing. Offices, retail spaces, and commercial buildings with professional-grade finishes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg?_wi=4",
|
||||
imageAlt: "Commercial finishing",
|
||||
},
|
||||
id: "6", title: "Commercial Finishing", description: "Specialized commercial property finishing. Offices, retail spaces, and commercial buildings with professional-grade finishes.", imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg?_wi=4", imageAlt: "Commercial finishing"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -103,29 +73,17 @@ export default function ServicesPage() {
|
||||
<MetricCardThree
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: Award,
|
||||
title: "Years Experience",
|
||||
value: "15+",
|
||||
},
|
||||
id: "1", icon: Award,
|
||||
title: "Years Experience", value: "15+"},
|
||||
{
|
||||
id: "2",
|
||||
icon: CheckIcon,
|
||||
title: "Projects Completed",
|
||||
value: "500+",
|
||||
},
|
||||
id: "2", icon: CheckIcon,
|
||||
title: "Projects Completed", value: "500+"},
|
||||
{
|
||||
id: "3",
|
||||
icon: Users,
|
||||
title: "Satisfied Clients",
|
||||
value: "98%",
|
||||
},
|
||||
id: "3", icon: Users,
|
||||
title: "Satisfied Clients", value: "98%"},
|
||||
{
|
||||
id: "4",
|
||||
icon: Zap,
|
||||
title: "On-Time Delivery",
|
||||
value: "100%",
|
||||
},
|
||||
id: "4", icon: Zap,
|
||||
title: "On-Time Delivery", value: "100%"},
|
||||
]}
|
||||
title="Why Choose Infinity Services"
|
||||
description="Proven track record of excellence in construction and finishing with trusted expertise"
|
||||
@@ -141,41 +99,21 @@ export default function ServicesPage() {
|
||||
ctaTitle="Ready to Transform Your Space?"
|
||||
ctaDescription="Get in touch with our team for a free consultation and quote for your project."
|
||||
ctaButton={{
|
||||
text: "Contact Us Now",
|
||||
href: "/",
|
||||
}}
|
||||
text: "Contact Us Now", href: "/contact"}}
|
||||
ctaIcon={Phone}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I request a quote?",
|
||||
content: "Contact us via phone, WhatsApp, or our contact form. Our team will schedule a site visit to understand your project requirements and provide an accurate quote within 24 hours.",
|
||||
},
|
||||
id: "1", title: "How do I request a quote?", content: "Contact us via phone, WhatsApp, or our contact form. Our team will schedule a site visit to understand your project requirements and provide an accurate quote within 24 hours."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What is your typical project timeline?",
|
||||
content: "Project timelines vary based on scope. A typical residential renovation takes 4-8 weeks, while interior finishing might take 2-4 weeks. We'll provide a detailed timeline during consultation.",
|
||||
},
|
||||
id: "2", title: "What is your typical project timeline?", content: "Project timelines vary based on scope. A typical residential renovation takes 4-8 weeks, while interior finishing might take 2-4 weeks. We'll provide a detailed timeline during consultation."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you provide warranty on your work?",
|
||||
content: "Yes, we provide a comprehensive warranty on all our work. Labor warranty is typically 2 years, and materials carry manufacturer warranties. Details are provided in your contract.",
|
||||
},
|
||||
id: "3", title: "Do you provide warranty on your work?", content: "Yes, we provide a comprehensive warranty on all our work. Labor warranty is typically 2 years, and materials carry manufacturer warranties. Details are provided in your contract."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Can you work on commercial projects?",
|
||||
content: "Absolutely! We specialize in both residential and commercial finishing. We have experience with offices, retail spaces, and large commercial complexes. Contact us for commercial inquiries.",
|
||||
},
|
||||
id: "4", title: "Can you work on commercial projects?", content: "Absolutely! We specialize in both residential and commercial finishing. We have experience with offices, retail spaces, and large commercial complexes. Contact us for commercial inquiries."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Do you handle permits and regulations?",
|
||||
content: "Yes, we're familiar with local building codes and regulations. We can handle permit applications and ensure all work complies with local requirements.",
|
||||
},
|
||||
id: "5", title: "Do you handle permits and regulations?", content: "Yes, we're familiar with local building codes and regulations. We can handle permit applications and ensure all work complies with local requirements."},
|
||||
{
|
||||
id: "6",
|
||||
title: "What areas do you serve?",
|
||||
content: "We serve the local region and surrounding areas. Contact us to confirm if we operate in your location. For larger projects, we may be able to arrange special arrangements.",
|
||||
},
|
||||
id: "6", title: "What areas do you serve?", content: "We serve the local region and surrounding areas. Contact us to confirm if we operate in your location. For larger projects, we may be able to arrange special arrangements."},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
@@ -187,17 +125,15 @@ export default function ServicesPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Projects", href: "/" },
|
||||
{ label: "About", href: "/" },
|
||||
{ label: "Projects", href: "/projects" },
|
||||
{ label: "About", href: "/about" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Interior Finishing", href: "/services" },
|
||||
{ label: "Gypsum Design", href: "/services" },
|
||||
{ label: "Renovations", href: "/services" },
|
||||
@@ -206,9 +142,8 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{ label: "Contact Us", href: "/" },
|
||||
title: "Contact", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "WhatsApp", href: "https://wa.me/966xxxxxxxx" },
|
||||
{ label: "Email", href: "mailto:info@infinityservices.com" },
|
||||
{ label: "Privacy Policy", href: "/" },
|
||||
@@ -220,4 +155,4 @@ export default function ServicesPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #efebe5;
|
||||
--card: #f7f2ea;
|
||||
--foreground: #000000;
|
||||
--primary-cta: #000000;
|
||||
--background: #1a1a1a;
|
||||
--card: #2a2a2a;
|
||||
--foreground: #f5f5f5;
|
||||
--primary-cta: #d4af37;
|
||||
--primary-cta-text: #efebe5;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta: #2a2a2a;
|
||||
--secondary-cta-text: #000000;
|
||||
--accent: #ffffff;
|
||||
--background-accent: #e1b875;
|
||||
--accent: #d4af37;
|
||||
--background-accent: #3d3d3d;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user