Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5d31f474e1 | |||
| 72127f5cdd | |||
| 638eb1fe79 | |||
| 4730215832 | |||
| f9b40f4d58 | |||
| e15e028e03 |
176
src/app/page.tsx
176
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "features"},
|
||||||
id: "features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Testimonials",
|
name: "Testimonials", id: "testimonials"},
|
||||||
id: "testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Supertech"
|
brandName="Supertech"
|
||||||
/>
|
/>
|
||||||
@@ -54,61 +46,38 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboard
|
<HeroBillboard
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
title="Supertech Building Contracting"
|
title="Supertech Building Contracting"
|
||||||
description="Your trusted partner for high-quality building contracting and construction services. Expert solutions with professional precision."
|
description="Your trusted partner for high-quality building contracting and construction services. Expert solutions with professional precision."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Contact on WhatsApp",
|
text: "Contact on WhatsApp", href: "https://wa.me/971559278658"},
|
||||||
href: "https://wa.me/971559278658",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/architect-checking-new-project_23-2148242920.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/architect-checking-new-project_23-2148242920.jpg?_wi=1"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/architect-safety-equipment_23-2148242907.jpg",
|
src: "http://img.b2bpic.net/free-photo/architect-safety-equipment_23-2148242907.jpg", alt: "Architect in safety equipment"},
|
||||||
alt: "Architect in safety equipment",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-young-handsome-architect-writing-clipboard-outdoors_23-2148203949.jpg",
|
src: "http://img.b2bpic.net/free-photo/portrait-young-handsome-architect-writing-clipboard-outdoors_23-2148203949.jpg", alt: "Portrait of young handsome architect"},
|
||||||
alt: "Portrait of young handsome architect",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/architect-his-office-pointing-up_23-2148242911.jpg",
|
src: "http://img.b2bpic.net/free-photo/architect-his-office-pointing-up_23-2148242911.jpg", alt: "Architect in his office pointing up"},
|
||||||
alt: "Architect in his office pointing up",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/medium-shot-side-view-construction-engineer-using-tablet_23-2148233673.jpg",
|
src: "http://img.b2bpic.net/free-photo/medium-shot-side-view-construction-engineer-using-tablet_23-2148233673.jpg", alt: "Construction engineer using tablet"},
|
||||||
alt: "Construction engineer using tablet",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/group-engineers-working_23-2147704203.jpg",
|
src: "http://img.b2bpic.net/free-photo/group-engineers-working_23-2147704203.jpg", alt: "Group of engineers working"},
|
||||||
alt: "Group of engineers working",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Sustainable Construction"},
|
||||||
text: "Sustainable Construction",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Innovative Engineering"},
|
||||||
text: "Innovative Engineering",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Expert Facility Maintenance"},
|
||||||
text: "Expert Facility Maintenance",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Modern Architectural Planning"},
|
||||||
text: "Modern Architectural Planning",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Residential & Commercial"},
|
||||||
text: "Residential & Commercial",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -128,26 +97,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
tag: "Contracting",
|
tag: "Contracting", title: "Building Construction", subtitle: "From foundation to completion", description: "High-quality structural construction tailored to your blueprints.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-building-with-sky_23-2148106883.jpg?_wi=1", buttons: [{ text: "Inquire", href: "https://wa.me/971559278658" }]},
|
||||||
title: "Building Construction",
|
|
||||||
subtitle: "From foundation to completion",
|
|
||||||
description: "High-quality structural construction tailored to your blueprints.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-building-with-sky_23-2148106883.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
tag: "Finishing",
|
tag: "Finishing", title: "Renovations", subtitle: "Revitalize your spaces", description: "Expert interior and exterior renovations to enhance property value.", imageSrc: "http://img.b2bpic.net/free-photo/factory-engineers-protective-equipment-standing-production-hall-sharing-ideas_342744-248.jpg?_wi=1", buttons: [{ text: "Inquire", href: "https://wa.me/971559278658" }]},
|
||||||
title: "Renovations",
|
|
||||||
subtitle: "Revitalize your spaces",
|
|
||||||
description: "Expert interior and exterior renovations to enhance property value.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/factory-engineers-protective-equipment-standing-production-hall-sharing-ideas_342744-248.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
tag: "Support",
|
tag: "Support", title: "Facility Maintenance", subtitle: "Keeping it efficient", description: "Reliable maintenance services ensuring your infrastructure stays in top condition.", imageSrc: "http://img.b2bpic.net/free-photo/view-steel-hammer-with-other-construction-elements-tools_23-2150576410.jpg?_wi=1", buttons: [{ text: "Inquire", href: "https://wa.me/971559278658" }]},
|
||||||
title: "Facility Maintenance",
|
|
||||||
subtitle: "Keeping it efficient",
|
|
||||||
description: "Reliable maintenance services ensuring your infrastructure stays in top condition.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/view-steel-hammer-with-other-construction-elements-tools_23-2150576410.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Core Services"
|
title="Core Services"
|
||||||
description="We specialize in comprehensive building solutions for residential and commercial projects."
|
description="We specialize in comprehensive building solutions for residential and commercial projects."
|
||||||
@@ -160,60 +114,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Ahmed Ali", date: "Jan 2024", title: "Director", quote: "Exceptional construction service delivered on time.", tag: "Project Management", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-mid-adult-businessman-using-computer-while-working-office-desk_637285-6746.jpg", imageSrc: "http://img.b2bpic.net/free-photo/architect-checking-new-project_23-2148242920.jpg?_wi=2", imageAlt: "happy client professional office business"},
|
||||||
name: "Ahmed Ali",
|
|
||||||
date: "Jan 2024",
|
|
||||||
title: "Director",
|
|
||||||
quote: "Exceptional construction service delivered on time.",
|
|
||||||
tag: "Project Management",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-mid-adult-businessman-using-computer-while-working-office-desk_637285-6746.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/architect-checking-new-project_23-2148242920.jpg?_wi=2",
|
|
||||||
imageAlt: "happy client professional office business",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Sarah Khan", date: "Dec 2023", title: "Property Owner", quote: "Supertech transformed our office space completely.", tag: "Renovation", avatarSrc: "http://img.b2bpic.net/free-photo/architect-smiling-while-looking-camera_23-2148242957.jpg", imageSrc: "http://img.b2bpic.net/free-photo/team-professional-architects-brainstorming-ideeas-pointing-real-estate-construction-model-architectural-office-mixed-group-engineers-working-residential-project-desk_482257-37814.jpg?_wi=2", imageAlt: "happy client professional office business"},
|
||||||
name: "Sarah Khan",
|
|
||||||
date: "Dec 2023",
|
|
||||||
title: "Property Owner",
|
|
||||||
quote: "Supertech transformed our office space completely.",
|
|
||||||
tag: "Renovation",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/architect-smiling-while-looking-camera_23-2148242957.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/team-professional-architects-brainstorming-ideeas-pointing-real-estate-construction-model-architectural-office-mixed-group-engineers-working-residential-project-desk_482257-37814.jpg?_wi=2",
|
|
||||||
imageAlt: "happy client professional office business",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Omar Bin", date: "Nov 2023", title: "Investor", quote: "Professional team with deep technical expertise.", tag: "Infrastructure", avatarSrc: "http://img.b2bpic.net/low-angle-architects-shaking-hands_23-2148269341.jpg", imageSrc: "http://img.b2bpic.net/free-photo/abstract-building-with-sky_23-2148106883.jpg?_wi=2", imageAlt: "happy client professional office business"},
|
||||||
name: "Omar Bin",
|
|
||||||
date: "Nov 2023",
|
|
||||||
title: "Investor",
|
|
||||||
quote: "Professional team with deep technical expertise.",
|
|
||||||
tag: "Infrastructure",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/low-angle-architects-shaking-hands_23-2148269341.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-building-with-sky_23-2148106883.jpg?_wi=2",
|
|
||||||
imageAlt: "happy client professional office business",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Layla Saeed", date: "Oct 2023", title: "Architect", quote: "Great coordination and excellent build quality.", tag: "Collaboration", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-old-man-with-helmet-showing-approval_23-2148269393.jpg", imageSrc: "http://img.b2bpic.net/free-photo/factory-engineers-protective-equipment-standing-production-hall-sharing-ideas_342744-248.jpg?_wi=2", imageAlt: "happy client professional office business"},
|
||||||
name: "Layla Saeed",
|
|
||||||
date: "Oct 2023",
|
|
||||||
title: "Architect",
|
|
||||||
quote: "Great coordination and excellent build quality.",
|
|
||||||
tag: "Collaboration",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiley-old-man-with-helmet-showing-approval_23-2148269393.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/factory-engineers-protective-equipment-standing-production-hall-sharing-ideas_342744-248.jpg?_wi=2",
|
|
||||||
imageAlt: "happy client professional office business",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "John Doe", date: "Sep 2023", title: "Consultant", quote: "They strictly adhere to safety and design specs.", tag: "Compliance", avatarSrc: "http://img.b2bpic.net/free-photo/three-architects-talking-front-glass-buidling_23-2147702508.jpg", imageSrc: "http://img.b2bpic.net/free-photo/view-steel-hammer-with-other-construction-elements-tools_23-2150576410.jpg?_wi=2", imageAlt: "happy client professional office business"},
|
||||||
name: "John Doe",
|
|
||||||
date: "Sep 2023",
|
|
||||||
title: "Consultant",
|
|
||||||
quote: "They strictly adhere to safety and design specs.",
|
|
||||||
tag: "Compliance",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/three-architects-talking-front-glass-buidling_23-2147702508.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/view-steel-hammer-with-other-construction-elements-tools_23-2150576410.jpg?_wi=2",
|
|
||||||
imageAlt: "happy client professional office business",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Client Feedback"
|
title="Client Feedback"
|
||||||
description="Hear what our partners have to say about our professionalism."
|
description="Hear what our partners have to say about our professionalism."
|
||||||
@@ -225,14 +134,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={[
|
||||||
"Construction Corp",
|
"Construction Corp", "Architecture Global", "Engineering Systems", "Contracting Solutions", "Property Trust", "Urban Developers", "Facility Management Co"]}
|
||||||
"Architecture Global",
|
|
||||||
"Engineering Systems",
|
|
||||||
"Contracting Solutions",
|
|
||||||
"Property Trust",
|
|
||||||
"Urban Developers",
|
|
||||||
"Facility Management Co",
|
|
||||||
]}
|
|
||||||
title="Industry Partners"
|
title="Industry Partners"
|
||||||
description="Trusted by leading professionals and businesses."
|
description="Trusted by leading professionals and businesses."
|
||||||
/>
|
/>
|
||||||
@@ -244,20 +146,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "q1",
|
id: "q1", title: "How to contact us?", content: "Reach out to us directly on WhatsApp for quick inquiries. We strive to reply within 24 hours to ensure you get the support you need promptly."},
|
||||||
title: "How to contact us?",
|
|
||||||
content: "Reach out to us directly on WhatsApp for quick inquiries.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q2",
|
id: "q2", title: "What areas do you serve?", content: "We cover regional commercial and residential sectors."},
|
||||||
title: "What areas do you serve?",
|
|
||||||
content: "We cover regional commercial and residential sectors.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q3",
|
id: "q3", title: "Do you provide estimates?", content: "Yes, contact our team to discuss project requirements."},
|
||||||
title: "Do you provide estimates?",
|
|
||||||
content: "Yes, contact our team to discuss project requirements.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Common Inquiries"
|
title="Common Inquiries"
|
||||||
description="Quick answers to common construction and contracting questions."
|
description="Quick answers to common construction and contracting questions."
|
||||||
@@ -270,11 +163,10 @@ export default function LandingPage() {
|
|||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
tag="WhatsApp"
|
tag="WhatsApp"
|
||||||
title="Need a Quote?"
|
title="Need a Quote?"
|
||||||
description="Get in touch with us via WhatsApp to discuss your upcoming project requirements."
|
description="Get in touch with us via WhatsApp to discuss your upcoming project requirements. Get a professional site assessment within 48 hours."
|
||||||
buttonText="Chat on WhatsApp"
|
buttonText="Chat on WhatsApp"
|
||||||
onSubmit={(email) => console.log(email)}
|
onSubmit={(email) => console.log(email)}
|
||||||
/>
|
/>
|
||||||
@@ -284,13 +176,9 @@ export default function LandingPage() {
|
|||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="SUPERTECH"
|
logoText="SUPERTECH"
|
||||||
leftLink={{
|
leftLink={{
|
||||||
text: "supertechcont24@gmail.com",
|
text: "supertechcont24@gmail.com", href: "mailto:supertechcont24@gmail.com"}}
|
||||||
href: "mailto:supertechcont24@gmail.com",
|
|
||||||
}}
|
|
||||||
rightLink={{
|
rightLink={{
|
||||||
text: "+971 55 927 8658",
|
text: "+971 55 927 8658", href: "https://wa.me/971559278658"}}
|
||||||
href: "https://wa.me/971559278658",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user