Update src/app/page.tsx
This commit is contained in:
308
src/app/page.tsx
308
src/app/page.tsx
@@ -13,7 +13,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TeamCardFive from '@/components/sections/team/TeamCardFive';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { Building, Users } from "lucide-react";
|
||||
import { ArrowRight, Building, Users } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -34,37 +34,21 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Projects",
|
||||
id: "#projects",
|
||||
},
|
||||
name: "Projects", id: "#projects"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Team", id: "#team"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Clients",
|
||||
id: "#clients",
|
||||
},
|
||||
name: "Clients", id: "#clients"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/flat-design-labour-day-usa-badge-collection_23-2148270580.jpg"
|
||||
logoAlt="GraniteEdge Construction Logo"
|
||||
@@ -72,9 +56,7 @@ export default function LandingPage() {
|
||||
bottomLeftText="Building Excellence"
|
||||
bottomRightText="contact@graniteedge.com"
|
||||
button={{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get a Quote", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -84,39 +66,23 @@ export default function LandingPage() {
|
||||
description="Building the Future, One Foundation at a Time. Your Trusted Partner in Construction Excellence."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Quote", href: "#contact"},
|
||||
{
|
||||
text: "Our Projects",
|
||||
href: "#projects",
|
||||
},
|
||||
text: "Our Projects", href: "#projects"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicago-city-urban-skyline-panorama_649448-1005.jpg",
|
||||
imageAlt: "Modern skyscraper construction site",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicago-city-urban-skyline-panorama_649448-1005.jpg", imageAlt: "Modern skyscraper construction site"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-house-real-estate-sale-property-generative-ai_169016-29365.jpg",
|
||||
imageAlt: "Residential housing development",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-house-real-estate-sale-property-generative-ai_169016-29365.jpg", imageAlt: "Residential housing development"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-with-helmet-warehouse_23-2148923129.jpg",
|
||||
imageAlt: "Heavy construction machinery",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-with-helmet-warehouse_23-2148923129.jpg", imageAlt: "Heavy construction machinery"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-alone-corridor_1127-279.jpg",
|
||||
imageAlt: "Interior architectural design",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-alone-corridor_1127-279.jpg", imageAlt: "Interior architectural design"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-cartoon-house_23-2150188323.jpg",
|
||||
imageAlt: "Sustainable building green construction",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-cartoon-house_23-2150188323.jpg", imageAlt: "Sustainable building green construction"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-engineer-working-blueprint-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus_1418-511.jpg",
|
||||
imageAlt: "Construction blueprint plan",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-engineer-working-blueprint-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus_1418-511.jpg", imageAlt: "Construction blueprint plan"},
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
showDimOverlay={true}
|
||||
@@ -130,19 +96,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Building,
|
||||
label: "Years in Business",
|
||||
value: "25+",
|
||||
},
|
||||
label: "Years in Business", value: "25+"},
|
||||
{
|
||||
icon: Building,
|
||||
label: "Projects Completed",
|
||||
value: "500+",
|
||||
},
|
||||
label: "Projects Completed", value: "500+"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Satisfied Clients",
|
||||
value: "98%",
|
||||
},
|
||||
label: "Satisfied Clients", value: "98%"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -154,32 +114,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Commercial Construction",
|
||||
description: "Building high-performance commercial spaces for businesses of all sizes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-skyscrapers_1359-705.jpg",
|
||||
imageAlt: "Modern commercial building",
|
||||
buttonIcon: "ArrowRight",
|
||||
title: "Commercial Construction", description: "Building high-performance commercial spaces for businesses of all sizes.", imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-skyscrapers_1359-705.jpg", imageAlt: "Modern commercial building", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Residential Developments",
|
||||
description: "Crafting beautiful and sustainable homes that stand the test of time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-beautiful-village-surrounded-by-nature_1268-15592.jpg",
|
||||
imageAlt: "Luxury residential house",
|
||||
buttonIcon: "ArrowRight",
|
||||
title: "Residential Developments", description: "Crafting beautiful and sustainable homes that stand the test of time.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-beautiful-village-surrounded-by-nature_1268-15592.jpg", imageAlt: "Luxury residential house", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Infrastructure Projects",
|
||||
description: "Developing critical infrastructure that connects communities and supports growth.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/highway-aerial-view_649448-5133.jpg",
|
||||
imageAlt: "Road and bridge construction",
|
||||
buttonIcon: "ArrowRight",
|
||||
title: "Infrastructure Projects", description: "Developing critical infrastructure that connects communities and supports growth.", imageSrc: "http://img.b2bpic.net/free-photo/highway-aerial-view_649448-5133.jpg", imageAlt: "Road and bridge construction", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Sustainable Building",
|
||||
description: "Implementing eco-friendly practices and materials for a greener future.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-building-with-lush-vertical-garden_23-2151990799.jpg",
|
||||
imageAlt: "Green building with solar panels",
|
||||
buttonIcon: "ArrowRight",
|
||||
title: "Sustainable Building", description: "Implementing eco-friendly practices and materials for a greener future.", imageSrc: "http://img.b2bpic.net/free-photo/green-building-with-lush-vertical-garden_23-2151990799.jpg", imageAlt: "Green building with solar panels", buttonIcon: ArrowRight,
|
||||
},
|
||||
]}
|
||||
title="Our Specialized Construction Services"
|
||||
@@ -194,37 +138,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "95%",
|
||||
title: "On-time Project Completion",
|
||||
description: "Consistently delivering projects within agreed timelines, ensuring client satisfaction.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stock-exchange-trading-forex-finance-graphic-concept_53876-121530.jpg",
|
||||
imageAlt: "Clock and calendar showing on-time delivery",
|
||||
},
|
||||
id: "m1", value: "95%", title: "On-time Project Completion", description: "Consistently delivering projects within agreed timelines, ensuring client satisfaction.", imageSrc: "http://img.b2bpic.net/free-photo/stock-exchange-trading-forex-finance-graphic-concept_53876-121530.jpg", imageAlt: "Clock and calendar showing on-time delivery"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "0.01%",
|
||||
title: "Safety Incident Rate",
|
||||
description: "Prioritizing the well-being of our workforce with an outstanding safety record.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-builder-holding-hands-waist-shirt-vest-helmet-looking-serious-front-view_176474-29824.jpg",
|
||||
imageAlt: "Safety helmet and construction gear",
|
||||
},
|
||||
id: "m2", value: "0.01%", title: "Safety Incident Rate", description: "Prioritizing the well-being of our workforce with an outstanding safety record.", imageSrc: "http://img.b2bpic.net/free-photo/young-builder-holding-hands-waist-shirt-vest-helmet-looking-serious-front-view_176474-29824.jpg", imageAlt: "Safety helmet and construction gear"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "90%",
|
||||
title: "Client Retention",
|
||||
description: "Building lasting relationships with clients who trust us with their repeat business.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_23-2148017062.jpg",
|
||||
imageAlt: "Business handshake agreement",
|
||||
},
|
||||
id: "m3", value: "90%", title: "Client Retention", description: "Building lasting relationships with clients who trust us with their repeat business.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_23-2148017062.jpg", imageAlt: "Business handshake agreement"},
|
||||
{
|
||||
id: "m4",
|
||||
value: "20%+",
|
||||
title: "Average ROI for Clients",
|
||||
description: "Maximizing investment value through strategic construction and development.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-show-money-bank-note-make-financial-plan-invite-people-sell-buy-house-car-monetary-properties-loan-credit-insurance-concept_1150-13576.jpg",
|
||||
imageAlt: "Financial growth chart",
|
||||
},
|
||||
id: "m4", value: "20%+", title: "Average ROI for Clients", description: "Maximizing investment value through strategic construction and development.", imageSrc: "http://img.b2bpic.net/free-photo/business-man-show-money-bank-note-make-financial-plan-invite-people-sell-buy-house-car-monetary-properties-loan-credit-insurance-concept_1150-13576.jpg", imageAlt: "Financial growth chart"},
|
||||
]}
|
||||
title="Delivering Tangible Results"
|
||||
description="Our commitment to quality, efficiency, and client satisfaction is consistently reflected in our key performance indicators."
|
||||
@@ -239,47 +159,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "The Skyline Commercial Tower",
|
||||
price: "Commercial Development",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-business-buildings_1359-1085.jpg",
|
||||
imageAlt: "Modern office tower",
|
||||
},
|
||||
id: "p1", name: "The Skyline Commercial Tower", price: "Commercial Development", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-business-buildings_1359-1085.jpg", imageAlt: "Modern office tower"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Harmony Residential Estate",
|
||||
price: "Luxury Residential",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-modern-styled-entryway_23-2150692205.jpg",
|
||||
imageAlt: "Luxury villa",
|
||||
},
|
||||
id: "p2", name: "Harmony Residential Estate", price: "Luxury Residential", imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-modern-styled-entryway_23-2150692205.jpg", imageAlt: "Luxury villa"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Apex Industrial Complex",
|
||||
price: "Industrial Warehousing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/warehouse-workers-discussing-about-logistics-distribution-packages-market_342744-1558.jpg",
|
||||
imageAlt: "Large industrial warehouse",
|
||||
},
|
||||
id: "p3", name: "Apex Industrial Complex", price: "Industrial Warehousing", imageSrc: "http://img.b2bpic.net/free-photo/warehouse-workers-discussing-about-logistics-distribution-packages-market_342744-1558.jpg", imageAlt: "Large industrial warehouse"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Eco-Central Business Park",
|
||||
price: "Sustainable Commercial",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-women-table-library_23-2147678959.jpg",
|
||||
imageAlt: "Green office building",
|
||||
},
|
||||
id: "p4", name: "Eco-Central Business Park", price: "Sustainable Commercial", imageSrc: "http://img.b2bpic.net/free-photo/man-women-table-library_23-2147678959.jpg", imageAlt: "Green office building"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Grand Retail Hub",
|
||||
price: "Retail & Leisure",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-floor-front-modern-building_1127-2888.jpg",
|
||||
imageAlt: "Modern shopping mall",
|
||||
},
|
||||
id: "p5", name: "Grand Retail Hub", price: "Retail & Leisure", imageSrc: "http://img.b2bpic.net/free-photo/empty-floor-front-modern-building_1127-2888.jpg", imageAlt: "Modern shopping mall"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Urban Edge Apartments",
|
||||
price: "High-Rise Residential",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/day-tourism-scene-turquoise-swimming_1253-766.jpg",
|
||||
imageAlt: "High-rise apartment building",
|
||||
},
|
||||
id: "p6", name: "Urban Edge Apartments", price: "High-Rise Residential", imageSrc: "http://img.b2bpic.net/free-photo/day-tourism-scene-turquoise-swimming_1253-766.jpg", imageAlt: "High-rise apartment building"},
|
||||
]}
|
||||
title="Our Portfolio of Signature Projects"
|
||||
description="Showcasing a selection of our successful ventures across diverse sectors, built with precision and passion."
|
||||
@@ -293,33 +183,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
team={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Arjun Sharma",
|
||||
role: "CEO & Founder",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architect-putting-safety-helmet-desk_23-2148242987.jpg",
|
||||
imageAlt: "Arjun Sharma, CEO & Founder",
|
||||
},
|
||||
id: "t1", name: "Arjun Sharma", role: "CEO & Founder", imageSrc: "http://img.b2bpic.net/free-photo/architect-putting-safety-helmet-desk_23-2148242987.jpg", imageAlt: "Arjun Sharma, CEO & Founder"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Priya Singh",
|
||||
role: "Chief Architect",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-engineer-white-helmet-gear-holding-checklist-looking-report_114579-24430.jpg",
|
||||
imageAlt: "Priya Singh, Chief Architect",
|
||||
},
|
||||
id: "t2", name: "Priya Singh", role: "Chief Architect", imageSrc: "http://img.b2bpic.net/free-photo/female-engineer-white-helmet-gear-holding-checklist-looking-report_114579-24430.jpg", imageAlt: "Priya Singh, Chief Architect"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Rajesh Kumar",
|
||||
role: "Head of Operations",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-clipboard_23-2148921393.jpg",
|
||||
imageAlt: "Rajesh Kumar, Head of Operations",
|
||||
},
|
||||
id: "t3", name: "Rajesh Kumar", role: "Head of Operations", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-clipboard_23-2148921393.jpg", imageAlt: "Rajesh Kumar, Head of Operations"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Neha Patel",
|
||||
role: "Lead Project Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-stands-house-design-sketch-ready-renovation_273609-37317.jpg",
|
||||
imageAlt: "Neha Patel, Lead Project Manager",
|
||||
},
|
||||
id: "t4", name: "Neha Patel", role: "Lead Project Manager", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-stands-house-design-sketch-ready-renovation_273609-37317.jpg", imageAlt: "Neha Patel, Lead Project Manager"},
|
||||
]}
|
||||
title="Meet Our Expert Leadership Team"
|
||||
description="A dedicated group of seasoned professionals driving innovation, quality, and excellence in every facet of our operations."
|
||||
@@ -333,45 +203,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "te1",
|
||||
name: "Sarah Johnson",
|
||||
role: "CEO, Tech Solutions Inc.",
|
||||
testimonial: "GraniteEdge delivered our new headquarters on time and within budget. Their attention to detail was exceptional.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architect-with-building-plans-looking-away_23-2148269411.jpg",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "te1", name: "Sarah Johnson", role: "CEO, Tech Solutions Inc.", testimonial: "GraniteEdge delivered our new headquarters on time and within budget. Their attention to detail was exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/architect-with-building-plans-looking-away_23-2148269411.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "te2",
|
||||
name: "Michael Chen",
|
||||
role: "Director, Urban Developments",
|
||||
testimonial: "Their expertise in large-scale residential projects is unmatched. We are thrilled with the quality of work.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12830.jpg",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "te2", name: "Michael Chen", role: "Director, Urban Developments", testimonial: "Their expertise in large-scale residential projects is unmatched. We are thrilled with the quality of work.", imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12830.jpg", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "te3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Private Homeowner",
|
||||
testimonial: "Building our dream home was seamless with GraniteEdge. They made the complex process feel easy and enjoyable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/displeased-dark-skinned-businesswoman-convinces-her-husband-pay-attention-some-figures-financial-report_273609-44861.jpg",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
id: "te3", name: "Emily Rodriguez", role: "Private Homeowner", testimonial: "Building our dream home was seamless with GraniteEdge. They made the complex process feel easy and enjoyable.", imageSrc: "http://img.b2bpic.net/free-photo/displeased-dark-skinned-businesswoman-convinces-her-husband-pay-attention-some-figures-financial-report_273609-44861.jpg", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "te4",
|
||||
name: "David Kim",
|
||||
role: "City Council Member",
|
||||
testimonial: "The infrastructure project they handled for the city was executed flawlessly, enhancing our community significantly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-discussing-paper-with-his-colleague-office_23-2147923436.jpg",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "te4", name: "David Kim", role: "City Council Member", testimonial: "The infrastructure project they handled for the city was executed flawlessly, enhancing our community significantly.", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-discussing-paper-with-his-colleague-office_23-2147923436.jpg", imageAlt: "David Kim"},
|
||||
{
|
||||
id: "te5",
|
||||
name: "Jessica Lee",
|
||||
role: "Investor, Global Properties",
|
||||
testimonial: "Their construction quality directly translated to higher property values. A truly reliable partner.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-startup-team-celebrating-business-success-while-using-computer-office_637285-2688.jpg",
|
||||
imageAlt: "Jessica Lee",
|
||||
},
|
||||
id: "te5", name: "Jessica Lee", role: "Investor, Global Properties", testimonial: "Their construction quality directly translated to higher property values. A truly reliable partner.", imageSrc: "http://img.b2bpic.net/free-photo/young-startup-team-celebrating-business-success-while-using-computer-office_637285-2688.jpg", imageAlt: "Jessica Lee"},
|
||||
]}
|
||||
title="What Our Valued Clients Say"
|
||||
description="Hear directly from those who've experienced the GraniteEdge difference and trust us with their most ambitious projects."
|
||||
@@ -383,14 +223,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Global Corp",
|
||||
"Urban Ventures",
|
||||
"Future Homes",
|
||||
"EcoBuild Innovations",
|
||||
"CityConnect Dev",
|
||||
"Industrial Solutions",
|
||||
"Retail Dynamics",
|
||||
]}
|
||||
"Global Corp", "Urban Ventures", "Future Homes", "EcoBuild Innovations", "CityConnect Dev", "Industrial Solutions", "Retail Dynamics"]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="Our successful partnerships with leading organizations across various sectors underscore our reliability and commitment to excellence."
|
||||
/>
|
||||
@@ -400,16 +233,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Ready to Build Your Vision?"
|
||||
description="Let's discuss your next construction project and bring your architectural dreams to life with our expertise."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Consultation",
|
||||
href: "mailto:contact@graniteedge.com",
|
||||
},
|
||||
text: "Get a Free Consultation", href: "mailto:contact@graniteedge.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -422,57 +252,35 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Commercial",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Commercial", href: "#services"},
|
||||
{
|
||||
label: "Residential",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Residential", href: "#services"},
|
||||
{
|
||||
label: "Infrastructure",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Infrastructure", href: "#services"},
|
||||
{
|
||||
label: "Sustainable",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Sustainable", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "#team",
|
||||
},
|
||||
label: "Our Team", href: "#team"},
|
||||
{
|
||||
label: "Projects",
|
||||
href: "#projects",
|
||||
},
|
||||
label: "Projects", href: "#projects"},
|
||||
{
|
||||
label: "Clients",
|
||||
href: "#clients",
|
||||
},
|
||||
label: "Clients", href: "#clients"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user