Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
171
src/app/page.tsx
171
src/app/page.tsx
@@ -30,88 +30,55 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "/portfolio",
|
||||
},
|
||||
name: "Portfolio", id: "/portfolio"},
|
||||
]}
|
||||
brandName="Arbor"
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get Started", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Growing Your Digital Presence with Arbor"
|
||||
description="We build sustainable, high-performance websites and mobile applications tailored to help your business flourish in the digital landscape."
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Services",
|
||||
href: "/services",
|
||||
},
|
||||
text: "Our Services", href: "/services"},
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get Started", href: "/contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/macro-green-leaf_23-2148212010.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/macro-green-leaf_23-2148212010.jpg"
|
||||
imageAlt="Arbor Digital Growth"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/3d-abstract-science-background-with-flowing-particles_1048-17731.jpg",
|
||||
alt: "Team member 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/3d-abstract-science-background-with-flowing-particles_1048-17731.jpg", alt: "Team member 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-tech-view-futuristic-earth_23-2151100368.jpg",
|
||||
alt: "Team member 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/high-tech-view-futuristic-earth_23-2151100368.jpg", alt: "Team member 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/light-bulb-with-petal-grass_23-2147852593.jpg",
|
||||
alt: "Team member 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/light-bulb-with-petal-grass_23-2147852593.jpg", alt: "Team member 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-hand-holding-smartphone_23-2149151157.jpg",
|
||||
alt: "Team member 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-hand-holding-smartphone_23-2149151157.jpg", alt: "Team member 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/traditional-japanese-umbrella-traditional-japanese-accessories-concept_185193-110635.jpg",
|
||||
alt: "Team member 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/traditional-japanese-umbrella-traditional-japanese-accessories-concept_185193-110635.jpg", alt: "Team member 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustainable Design",
|
||||
},
|
||||
type: "text", text: "Sustainable Design"},
|
||||
{
|
||||
type: "text",
|
||||
text: "High Performance",
|
||||
},
|
||||
type: "text", text: "High Performance"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Expert Development",
|
||||
},
|
||||
type: "text", text: "Expert Development"},
|
||||
{
|
||||
type: "text",
|
||||
text: "User-Centric UI",
|
||||
},
|
||||
type: "text", text: "User-Centric UI"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Scalable Solutions",
|
||||
},
|
||||
type: "text", text: "Scalable Solutions"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -124,19 +91,13 @@ export default function LandingPage() {
|
||||
description="At Arbor, we nurture technology like trees. We focus on scalability, performance, and long-term sustainability to ensure your digital products stand the test of time."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Sustainable Code",
|
||||
description: "Writing clean, modular code that scales with your growth.",
|
||||
},
|
||||
title: "Sustainable Code", description: "Writing clean, modular code that scales with your growth."},
|
||||
{
|
||||
title: "Nature-First Design",
|
||||
description: "User-centric UI/UX that feels intuitive and natural.",
|
||||
},
|
||||
title: "Nature-First Design", description: "User-centric UI/UX that feels intuitive and natural."},
|
||||
{
|
||||
title: "Performance Roots",
|
||||
description: "Optimized architecture for lighting-fast loading speeds.",
|
||||
},
|
||||
title: "Performance Roots", description: "Optimized architecture for lighting-fast loading speeds."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/graphic-concept-with-wood-blocks-paper_23-2148950412.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/graphic-concept-with-wood-blocks-paper_23-2148950412.jpg"
|
||||
imageAlt="About Arbor Team"
|
||||
/>
|
||||
</div>
|
||||
@@ -148,55 +109,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Web Development",
|
||||
description: "Custom websites built for speed and conversion.",
|
||||
icon: Globe,
|
||||
title: "Web Development", description: "Custom websites built for speed and conversion.", icon: Globe,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nhw5if",
|
||||
imageAlt: "Web Dev",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nhw5if", imageAlt: "Web Dev"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=sbb5s2",
|
||||
imageAlt: "Web Dev",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=sbb5s2", imageAlt: "Web Dev"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/macro-green-leaf_23-2148212010.jpg?_wi=2",
|
||||
imageAlt: "modern web dev icon set",
|
||||
},
|
||||
{
|
||||
title: "Mobile Apps",
|
||||
description: "Engaging apps built for iOS and Android.",
|
||||
icon: Smartphone,
|
||||
title: "Mobile Apps", description: "Engaging apps built for iOS and Android.", icon: Smartphone,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mobile-app-analytics-dashboard_23-2151957122.jpg",
|
||||
imageAlt: "Mobile App",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mobile-app-analytics-dashboard_23-2151957122.jpg", imageAlt: "Mobile App"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/employee-looking-pc-monitor-drinking-coffee-checking-data_482257-108285.jpg",
|
||||
imageAlt: "Mobile App",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/employee-looking-pc-monitor-drinking-coffee-checking-data_482257-108285.jpg", imageAlt: "Mobile App"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/graphic-concept-with-wood-blocks-paper_23-2148950412.jpg?_wi=2",
|
||||
imageAlt: "modern web dev icon set",
|
||||
},
|
||||
{
|
||||
title: "Data Insights",
|
||||
description: "Meaningful analytics for your business success.",
|
||||
icon: BarChart2,
|
||||
title: "Data Insights", description: "Meaningful analytics for your business success.", icon: BarChart2,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-network-connections_23-2152020926.jpg",
|
||||
imageAlt: "Data Insights",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-network-connections_23-2152020926.jpg", imageAlt: "Data Insights"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/programming-background-with-html-text_23-2150040420.jpg",
|
||||
imageAlt: "Data Insights",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/programming-background-with-html-text_23-2150040420.jpg", imageAlt: "Data Insights"},
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ar4p9k",
|
||||
imageAlt: "modern web dev icon set",
|
||||
},
|
||||
]}
|
||||
title="Expertise in Digital Growth"
|
||||
@@ -209,14 +146,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"TechCorp",
|
||||
"InnovateLab",
|
||||
"GrowthCo",
|
||||
"StartupXYZ",
|
||||
"DigitalTree",
|
||||
"FutureApps",
|
||||
"ScaleSmart",
|
||||
]}
|
||||
"TechCorp", "InnovateLab", "GrowthCo", "StartupXYZ", "DigitalTree", "FutureApps", "ScaleSmart"]}
|
||||
title="Trusted by Growing Businesses"
|
||||
description="We partner with companies across the globe to help their digital visions bloom."
|
||||
/>
|
||||
@@ -230,9 +160,7 @@ export default function LandingPage() {
|
||||
author="Alex Reed, Product Lead at InnovateLab"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg",
|
||||
alt: "Reviewer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg", alt: "Reviewer"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -243,42 +171,27 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Arbor",
|
||||
items: [
|
||||
title: "Arbor", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Services", href: "/services"},
|
||||
{
|
||||
label: "Portfolio",
|
||||
href: "/portfolio",
|
||||
},
|
||||
label: "Portfolio", href: "/portfolio"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Get Started",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Get Started", href: "/contact"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
label: "Support", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user