Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ae5ee1b2b5 | |||
| 5a54039b3f | |||
| 483ab11849 |
267
src/app/page.tsx
267
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "services"},
|
||||||
id: "services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="JTC Roofing"
|
brandName="JTC Roofing"
|
||||||
/>
|
/>
|
||||||
@@ -59,39 +51,23 @@ export default function LandingPage() {
|
|||||||
description="Precision Roofing for Exceptional Homes. Specialists in Zinc, Cladding & Architectural Roofing Systems."
|
description="Precision Roofing for Exceptional Homes. Specialists in Zinc, Cladding & Architectural Roofing Systems."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get a Quote",
|
text: "Get a Quote", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "View Projects",
|
text: "View Projects", href: "#featured-project"},
|
||||||
href: "#featured-project",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
slides={[
|
slides={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-field-with-partially-gone-dry-because-changes-weather_181624-7787.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-field-with-partially-gone-dry-because-changes-weather_181624-7787.jpg?_wi=1", imageAlt: "luxury zinc roofing architecture"},
|
||||||
imageAlt: "luxury zinc roofing architecture",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=1", imageAlt: "slate roof installation detail"},
|
||||||
imageAlt: "slate roof installation detail",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2594.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2594.jpg?_wi=1", imageAlt: "modern luxury home roofing"},
|
||||||
imageAlt: "modern luxury home roofing",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283301.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283301.jpg?_wi=1", imageAlt: "metal cladding architectural lines"},
|
||||||
imageAlt: "metal cladding architectural lines",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-photo-tall-building_250224-299.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-photo-tall-building_250224-299.jpg?_wi=1", imageAlt: "standing seam roof close up"},
|
||||||
imageAlt: "standing seam roof close up",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/temple-silhouette-sunset_23-2152005838.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/temple-silhouette-sunset_23-2152005838.jpg", imageAlt: "modern home roof line"},
|
||||||
imageAlt: "modern home roof line",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -103,40 +79,20 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", value: "15+", title: "Years Experience", items: [
|
||||||
value: "15+",
|
"Proven expertise", "Long-term legacy"],
|
||||||
title: "Years Experience",
|
|
||||||
items: [
|
|
||||||
"Proven expertise",
|
|
||||||
"Long-term legacy",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", value: "Premium", title: "Materials Only", items: [
|
||||||
value: "Premium",
|
"Top-tier zinc", "Durable slate"],
|
||||||
title: "Materials Only",
|
|
||||||
items: [
|
|
||||||
"Top-tier zinc",
|
|
||||||
"Durable slate",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", value: "100%", title: "Certified/Insured", items: [
|
||||||
value: "100%",
|
"Peace of mind", "Safety first"],
|
||||||
title: "Certified/Insured",
|
|
||||||
items: [
|
|
||||||
"Peace of mind",
|
|
||||||
"Safety first",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m4",
|
id: "m4", value: "Precision", title: "Installation", items: [
|
||||||
value: "Precision",
|
"Flawless finish", "Expert detail"],
|
||||||
title: "Installation",
|
|
||||||
items: [
|
|
||||||
"Flawless finish",
|
|
||||||
"Expert detail",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Unrivaled Expertise"
|
title="Unrivaled Expertise"
|
||||||
@@ -165,46 +121,21 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "s1",
|
id: "s1", title: "Zinc Roofing", descriptions: [
|
||||||
title: "Zinc Roofing",
|
"Achieves a sleek, ultra-modern aesthetic.", "Provides superior corrosion resistance for coastal or urban environments.", "Offers long-term structural integrity for maintenance-free peace of mind."],
|
||||||
descriptions: [
|
imageSrc: "http://img.b2bpic.net/free-photo/windows-building-textures_1203-7133.jpg", imageAlt: "luxury zinc roofing architecture"},
|
||||||
"Clean lines.",
|
|
||||||
"Modern finish.",
|
|
||||||
"Built to last decades.",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/windows-building-textures_1203-7133.jpg",
|
|
||||||
imageAlt: "luxury zinc roofing architecture",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "s2",
|
id: "s2", title: "Roof Cladding", descriptions: [
|
||||||
title: "Roof Cladding",
|
"Creates a bold, contemporary architectural profile.", "Enhances thermal insulation and weather protection for your building shell."],
|
||||||
descriptions: [
|
imageSrc: "http://img.b2bpic.net/free-photo/old-brown-roof-tile-pattern-background-texture_1150-21736.jpg", imageAlt: "slate roof installation detail"},
|
||||||
"Architectural systems.",
|
|
||||||
"Protection meets impact.",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/old-brown-roof-tile-pattern-background-texture_1150-21736.jpg",
|
|
||||||
imageAlt: "slate roof installation detail",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "s3",
|
id: "s3", title: "Roof Installation", descriptions: [
|
||||||
title: "Roof Installation",
|
"Ensures a watertight, lifetime-performance seal for new construction.", "Optimizes structural stability through precise installation protocols."],
|
||||||
descriptions: [
|
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-modern-house-roof-clouds_23-2149343646.jpg", imageAlt: "modern luxury home roofing"},
|
||||||
"Full-service installation.",
|
|
||||||
"New build expertise.",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-modern-house-roof-clouds_23-2149343646.jpg",
|
|
||||||
imageAlt: "modern luxury home roofing",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "s4",
|
id: "s4", title: "Restoration", descriptions: [
|
||||||
title: "Restoration",
|
"Revitalizes the aesthetic character of heritage structures.", "Upgrades older roof performance to modern energy-efficiency standards."],
|
||||||
descriptions: [
|
imageSrc: "http://img.b2bpic.net/free-photo/roof-section-urban-modern-building_122409-10.jpg", imageAlt: "metal cladding architectural lines"},
|
||||||
"Upgrade existing.",
|
|
||||||
"Modern standards.",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/roof-section-urban-modern-building_122409-10.jpg",
|
|
||||||
imageAlt: "metal cladding architectural lines",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Specialist Services"
|
title="Specialist Services"
|
||||||
description="Crafting premium roofing for every project phase."
|
description="Crafting premium roofing for every project phase."
|
||||||
@@ -219,53 +150,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "p1",
|
id: "p1", name: "Zinc Detail", price: "High Detail", variant: "Roofing", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-with-helmets_23-2149343708.jpg", imageAlt: "barn conversion roofing project"},
|
||||||
name: "Zinc Detail",
|
|
||||||
price: "High Detail",
|
|
||||||
variant: "Roofing",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-with-helmets_23-2149343708.jpg",
|
|
||||||
imageAlt: "barn conversion roofing project",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p2",
|
id: "p2", name: "Roof Finish", price: "Flawless", variant: "Cladding", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-high-stone-bridge-with-clear-blue-sky_181624-1811.jpg", imageAlt: "standing seam roof close up"},
|
||||||
name: "Roof Finish",
|
|
||||||
price: "Flawless",
|
|
||||||
variant: "Cladding",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-high-stone-bridge-with-clear-blue-sky_181624-1811.jpg",
|
|
||||||
imageAlt: "standing seam roof close up",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p3",
|
id: "p3", name: "Overall View", price: "Premium", variant: "Conversion", imageSrc: "http://img.b2bpic.net/free-photo/spirituality-reflected-modern-illuminated-architecture-design-generated-by-ai_188544-11198.jpg", imageAlt: "modern home roof line"},
|
||||||
name: "Overall View",
|
|
||||||
price: "Premium",
|
|
||||||
variant: "Conversion",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/spirituality-reflected-modern-illuminated-architecture-design-generated-by-ai_188544-11198.jpg",
|
|
||||||
imageAlt: "modern home roof line",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p4",
|
id: "p4", name: "Cladding Edge", price: "Architectural", variant: "Cladding", imageSrc: "http://img.b2bpic.net/free-photo/view-coarse-plaster-surfaces_23-2148252825.jpg", imageAlt: "luxury zinc roofing architecture"},
|
||||||
name: "Cladding Edge",
|
|
||||||
price: "Architectural",
|
|
||||||
variant: "Cladding",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/view-coarse-plaster-surfaces_23-2148252825.jpg",
|
|
||||||
imageAlt: "luxury zinc roofing architecture",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p5",
|
id: "p5", name: "Roof Corner", price: "Durability", variant: "Roofing", imageSrc: "http://img.b2bpic.net/free-photo/concrete-building_1127-2031.jpg", imageAlt: "slate roof installation detail"},
|
||||||
name: "Roof Corner",
|
|
||||||
price: "Durability",
|
|
||||||
variant: "Roofing",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/concrete-building_1127-2031.jpg",
|
|
||||||
imageAlt: "slate roof installation detail",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p6",
|
id: "p6", name: "Installation View", price: "On-Time", variant: "Conversion", imageSrc: "http://img.b2bpic.net/free-photo/roof-tiles-from-building-city_23-2148798634.jpg", imageAlt: "modern luxury home roofing"},
|
||||||
name: "Installation View",
|
|
||||||
price: "On-Time",
|
|
||||||
variant: "Conversion",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/roof-tiles-from-building-city_23-2148798634.jpg",
|
|
||||||
imageAlt: "modern luxury home roofing",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Featured Project"
|
title="Featured Project"
|
||||||
description="Barn Conversion – VM Zinc Roofing & Cladding"
|
description="Barn Conversion – VM Zinc Roofing & Cladding"
|
||||||
@@ -278,60 +173,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
id: "t1", name: "Sarah Johnson", date: "3 years ago", title: "Barn Conversion", quote: "JTC roofing agreed to provide and fit a VM Zinc roof and cladding to our barn conversion project. The project was completed on time, at cost to a high standard.", tag: "Architectural", avatarSrc: "http://img.b2bpic.net/free-photo/people-spending-time-together-experiencing-time-expansion_23-2151338278.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-field-with-partially-gone-dry-because-changes-weather_181624-7787.jpg?_wi=2", imageAlt: "professional headshot modern"},
|
||||||
name: "Sarah Johnson",
|
|
||||||
date: "3 years ago",
|
|
||||||
title: "Barn Conversion",
|
|
||||||
quote: "JTC roofing agreed to provide and fit a VM Zinc roof and cladding to our barn conversion project. The project was completed on time, at cost to a high standard.",
|
|
||||||
tag: "Architectural",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/people-spending-time-together-experiencing-time-expansion_23-2151338278.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-field-with-partially-gone-dry-because-changes-weather_181624-7787.jpg?_wi=2",
|
|
||||||
imageAlt: "professional headshot modern",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t2",
|
id: "t2", name: "Michael Chen", date: "2 years ago", title: "Home Renovation", quote: "Fantastic service. Flawless finish that stands the test of time.", tag: "Premium Residential", avatarSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-coffee-looking-her-boyfriend_23-2148363567.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=2", imageAlt: "professional headshot modern"},
|
||||||
name: "Michael Chen",
|
|
||||||
date: "2 years ago",
|
|
||||||
title: "Home Renovation",
|
|
||||||
quote: "Fantastic service. Flawless finish that stands the test of time.",
|
|
||||||
tag: "Premium Residential",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-coffee-looking-her-boyfriend_23-2148363567.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=2",
|
|
||||||
imageAlt: "professional headshot modern",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t3",
|
id: "t3", name: "Emily R.", date: "1 year ago", title: "New Build", quote: "Expert team, professional site conduct, and incredible roofing quality.", tag: "New Build", avatarSrc: "http://img.b2bpic.net/free-photo/people-spending-time-together-experiencing-time-expansion_23-2151338280.jpg", imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2594.jpg?_wi=2", imageAlt: "professional headshot modern"},
|
||||||
name: "Emily R.",
|
|
||||||
date: "1 year ago",
|
|
||||||
title: "New Build",
|
|
||||||
quote: "Expert team, professional site conduct, and incredible roofing quality.",
|
|
||||||
tag: "New Build",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/people-spending-time-together-experiencing-time-expansion_23-2151338280.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2594.jpg?_wi=2",
|
|
||||||
imageAlt: "professional headshot modern",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t4",
|
id: "t4", name: "David K.", date: "6 months ago", title: "Restoration", quote: "Restored our existing structure perfectly. Highly recommend their craftsmanship.", tag: "Restoration", avatarSrc: "http://img.b2bpic.net/free-photo/two-architects-working-together-looking-tablet-with-blueprints-sitting-desk-modern-architectural-office-project-engineers-doing-teamwork-using-digital-device-table-with-scale-model_482257-37779.jpg", imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283301.jpg?_wi=2", imageAlt: "professional headshot modern"},
|
||||||
name: "David K.",
|
|
||||||
date: "6 months ago",
|
|
||||||
title: "Restoration",
|
|
||||||
quote: "Restored our existing structure perfectly. Highly recommend their craftsmanship.",
|
|
||||||
tag: "Restoration",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/two-architects-working-together-looking-tablet-with-blueprints-sitting-desk-modern-architectural-office-project-engineers-doing-teamwork-using-digital-device-table-with-scale-model_482257-37779.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283301.jpg?_wi=2",
|
|
||||||
imageAlt: "professional headshot modern",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t5",
|
id: "t5", name: "Amanda P.", date: "2 months ago", title: "Cladding Project", quote: "High-ticket roofing work done with pure expertise. Great value.", tag: "Cladding", avatarSrc: "http://img.b2bpic.net/free-photo/couple-holding-hands-sofa-home_23-2147744902.jpg", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-photo-tall-building_250224-299.jpg?_wi=2", imageAlt: "professional headshot modern"},
|
||||||
name: "Amanda P.",
|
|
||||||
date: "2 months ago",
|
|
||||||
title: "Cladding Project",
|
|
||||||
quote: "High-ticket roofing work done with pure expertise. Great value.",
|
|
||||||
tag: "Cladding",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/couple-holding-hands-sofa-home_23-2147744902.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-photo-tall-building_250224-299.jpg?_wi=2",
|
|
||||||
imageAlt: "professional headshot modern",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Client Feedback"
|
title="Client Feedback"
|
||||||
description="Excellence delivered across the board."
|
description="Excellence delivered across the board."
|
||||||
@@ -343,25 +193,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "f1",
|
id: "f1", title: "Precision standards", content: "Unmatched attention to installation detail."},
|
||||||
title: "Precision standards",
|
|
||||||
content: "Unmatched attention to installation detail.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f2",
|
id: "f2", title: "Premium materials", content: "We only source the highest grade zinc and slate."},
|
||||||
title: "Premium materials",
|
|
||||||
content: "We only source the highest grade zinc and slate.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f3",
|
id: "f3", title: "Durability focus", content: "Built to last decades of extreme weather."},
|
||||||
title: "Durability focus",
|
|
||||||
content: "Built to last decades of extreme weather.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f4",
|
id: "f4", title: "Transparent pricing", content: "Clear, honest estimates for every high-ticket project."},
|
||||||
title: "Transparent pricing",
|
|
||||||
content: "Clear, honest estimates for every high-ticket project.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
sideTitle="The Difference is in the Detail"
|
sideTitle="The Difference is in the Detail"
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
@@ -372,8 +210,7 @@ export default function LandingPage() {
|
|||||||
<ContactSplit
|
<ContactSplit
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
title="Let’s Build Something That Lasts"
|
title="Let’s Build Something That Lasts"
|
||||||
description="Speak with our team today to discuss your project."
|
description="Speak with our team today to discuss your project."
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/window-building_74190-146.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/window-building_74190-146.jpg"
|
||||||
@@ -387,13 +224,9 @@ export default function LandingPage() {
|
|||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="JTC Roofing"
|
logoText="JTC Roofing"
|
||||||
leftLink={{
|
leftLink={{
|
||||||
text: "Privacy Policy",
|
text: "Privacy Policy", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
rightLink={{
|
rightLink={{
|
||||||
text: "Contact Us",
|
text: "Contact Us", href: "#contact"}}
|
||||||
href: "#contact",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user