Merge version_1 into main #1
311
src/app/page.tsx
311
src/app/page.tsx
@@ -31,47 +31,25 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "Projects",
|
||||
id: "#projects",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Projects", id: "projects" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Aurelius Inc"
|
||||
button={{ text: "Get Started" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
logoText="Building Excellence. Delivering Aurelius."
|
||||
description="Premium construction and architectural services for commercial, residential, and industrial projects."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Projects",
|
||||
href: "#projects",
|
||||
},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "View Projects", href: "#projects" },
|
||||
{ text: "Contact Us", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/draftsman-construction-site_23-2147785488.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -83,9 +61,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="A Legacy of Integrity"
|
||||
description={[
|
||||
"Founded on the principles of precision and durability, Aurelius Inc has become a cornerstone of structural integrity.",
|
||||
"Our dedicated team combines state-of-the-art methodology with time-honored craftsmanship to bring your vision to life.",
|
||||
]}
|
||||
"Founded on the principles of precision and durability, Aurelius Inc has become a cornerstone of structural integrity.", "Our dedicated team combines state-of-the-art methodology with time-honored craftsmanship to bring your vision to life."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -96,20 +72,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Architectural Design",
|
||||
description: "Cutting-edge design focused on functionality and aesthetic appeal.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/eyeglasses-paper-plan-table_23-2148039940.jpg",
|
||||
},
|
||||
title: "Architectural Design", description: "Cutting-edge design focused on functionality and aesthetic appeal.", imageSrc: "http://img.b2bpic.net/free-photo/eyeglasses-paper-plan-table_23-2148039940.jpg"},
|
||||
{
|
||||
title: "Building Renovation",
|
||||
description: "Expert restoration of historic or outdated structures.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-white-scene-showcasing-life-construction-workers-site_23-2151431589.jpg",
|
||||
},
|
||||
title: "Building Renovation", description: "Expert restoration of historic or outdated structures.", imageSrc: "http://img.b2bpic.net/free-photo/black-white-scene-showcasing-life-construction-workers-site_23-2151431589.jpg"},
|
||||
{
|
||||
title: "Safety & Compliance",
|
||||
description: "Strict adherence to all safety regulations for every site.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-employee-with-safety-equipment_23-2148908444.jpg",
|
||||
},
|
||||
title: "Safety & Compliance", description: "Strict adherence to all safety regulations for every site.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-employee-with-safety-equipment_23-2148908444.jpg"},
|
||||
]}
|
||||
title="Core Expertise"
|
||||
description="We offer comprehensive construction management, general contracting, and architectural consultation."
|
||||
@@ -121,61 +88,26 @@ export default function LandingPage() {
|
||||
textboxLayout="split-description"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Commercial",
|
||||
name: "Metropolitan Office Tower",
|
||||
price: "$15M",
|
||||
rating: 5,
|
||||
reviewCount: "24",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-black-stairs-pedestrian-subway-3d-render_1127-3114.jpg",
|
||||
},
|
||||
id: "p1", brand: "Commercial", name: "Metropolitan Office Tower", price: "$15M", rating: 5,
|
||||
reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/empty-black-stairs-pedestrian-subway-3d-render_1127-3114.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Residential",
|
||||
name: "Riverside Luxury Estates",
|
||||
price: "$8M",
|
||||
rating: 5,
|
||||
reviewCount: "18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-16.jpg",
|
||||
},
|
||||
id: "p2", brand: "Residential", name: "Riverside Luxury Estates", price: "$8M", rating: 5,
|
||||
reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-16.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Infrastructure",
|
||||
name: "Central Bridge Expansion",
|
||||
price: "$22M",
|
||||
rating: 4,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tolbuhinsky-bridge-through-kotorosl_1398-2644.jpg",
|
||||
},
|
||||
id: "p3", brand: "Infrastructure", name: "Central Bridge Expansion", price: "$22M", rating: 4,
|
||||
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/tolbuhinsky-bridge-through-kotorosl_1398-2644.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Renovation",
|
||||
name: "Grand Hall Restorations",
|
||||
price: "$3.5M",
|
||||
rating: 5,
|
||||
reviewCount: "30",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-corridor-with-yellow-walls-ceiling-white-doors_140725-8329.jpg",
|
||||
},
|
||||
id: "p4", brand: "Renovation", name: "Grand Hall Restorations", price: "$3.5M", rating: 5,
|
||||
reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/long-corridor-with-yellow-walls-ceiling-white-doors_140725-8329.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Residential",
|
||||
name: "Modern Villa complex",
|
||||
price: "$12M",
|
||||
rating: 5,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bangkok-elephant-care-sanctuary-buildings-with-lake-lotus-flowers_482257-123883.jpg",
|
||||
},
|
||||
id: "p5", brand: "Residential", name: "Modern Villa complex", price: "$12M", rating: 5,
|
||||
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/bangkok-elephant-care-sanctuary-buildings-with-lake-lotus-flowers_482257-123883.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Industrial",
|
||||
name: "Automated Logistics Hub",
|
||||
price: "$25M",
|
||||
rating: 5,
|
||||
reviewCount: "10",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/urban-landscape-japan-rails_23-2148889589.jpg",
|
||||
},
|
||||
id: "p6", brand: "Industrial", name: "Automated Logistics Hub", price: "$25M", rating: 5,
|
||||
reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/urban-landscape-japan-rails_23-2148889589.jpg"},
|
||||
]}
|
||||
title="Featured Projects"
|
||||
description="A glimpse into our recent construction and infrastructure accomplishments."
|
||||
@@ -189,52 +121,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "plan-1",
|
||||
tag: "Essentials",
|
||||
price: "$5,000",
|
||||
period: "Consult",
|
||||
description: "Project feasibility and site assessment.",
|
||||
button: {
|
||||
text: "Get Quote",
|
||||
},
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"Site survey",
|
||||
"Zoning check",
|
||||
"Concept design",
|
||||
],
|
||||
id: "plan-1", tag: "Essentials", price: "$5,000", period: "Consult", description: "Project feasibility and site assessment.", button: { text: "Get Quote" },
|
||||
featuresTitle: "Includes:", features: ["Site survey", "Zoning check", "Concept design"],
|
||||
},
|
||||
{
|
||||
id: "plan-2",
|
||||
tag: "Pro",
|
||||
price: "$50,000",
|
||||
period: "Execution",
|
||||
description: "Full general contracting services.",
|
||||
button: {
|
||||
text: "Get Quote",
|
||||
},
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"Full build management",
|
||||
"Material procurement",
|
||||
"Safety protocol",
|
||||
],
|
||||
id: "plan-2", tag: "Pro", price: "$50,000", period: "Execution", description: "Full general contracting services.", button: { text: "Get Quote" },
|
||||
featuresTitle: "Includes:", features: ["Full build management", "Material procurement", "Safety protocol"],
|
||||
},
|
||||
{
|
||||
id: "plan-3",
|
||||
tag: "Enterprise",
|
||||
price: "Custom",
|
||||
period: "Large Scale",
|
||||
description: "Custom solutions for massive infrastructure projects.",
|
||||
button: {
|
||||
text: "Contact Us",
|
||||
},
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"24/7 site supervision",
|
||||
"Complex project lead",
|
||||
"Turnkey completion",
|
||||
],
|
||||
id: "plan-3", tag: "Enterprise", price: "Custom", period: "Large Scale", description: "Custom solutions for massive infrastructure projects.", button: { text: "Contact Us" },
|
||||
featuresTitle: "Includes:", features: ["24/7 site supervision", "Complex project lead", "Turnkey completion"],
|
||||
},
|
||||
]}
|
||||
title="Transparent Estimation"
|
||||
@@ -248,26 +144,10 @@ export default function LandingPage() {
|
||||
title="Aurelius by Numbers"
|
||||
tag="Reliability"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "150+",
|
||||
description: "Completed Projects",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "25",
|
||||
description: "Years of Experience",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "98%",
|
||||
description: "Client Satisfaction",
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
value: "2.5M+",
|
||||
description: "Safety Hours Recorded",
|
||||
},
|
||||
{ id: "m1", value: "150+", description: "Completed Projects" },
|
||||
{ id: "m2", value: "25", description: "Years of Experience" },
|
||||
{ id: "m3", value: "98%", description: "Client Satisfaction" },
|
||||
{ id: "m4", value: "2.5M+", description: "Safety Hours Recorded" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -278,49 +158,24 @@ export default function LandingPage() {
|
||||
animationType="depth-3d"
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={true}
|
||||
showRating={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Marcus Thorne",
|
||||
handle: "CEO, Thorne Group",
|
||||
testimonial: "Aurelius transformed our office landscape. Unparalleled professionalism.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
|
||||
},
|
||||
id: "t1", name: "Marcus Thorne", handle: "CEO, Thorne Group", testimonial: "Aurelius transformed our office landscape. Unparalleled professionalism.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Elena Sterling",
|
||||
handle: "VP, Sterling Realty",
|
||||
testimonial: "Their structural precision is unmatched in the industry today.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-business-executive-using-mobile-phone_1170-840.jpg",
|
||||
},
|
||||
id: "t2", name: "Elena Sterling", handle: "VP, Sterling Realty", testimonial: "Their structural precision is unmatched in the industry today.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-business-executive-using-mobile-phone_1170-840.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Arthur Dent",
|
||||
handle: "Public Works Director",
|
||||
testimonial: "A complex project completed on time and exactly to code.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg",
|
||||
},
|
||||
id: "t3", name: "Arthur Dent", handle: "Public Works Director", testimonial: "A complex project completed on time and exactly to code.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sofia Reyes",
|
||||
handle: "Lead Architect",
|
||||
testimonial: "Collaboration with Aurelius is always a seamless experience.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-with-helmet-crossed-arms_23-2148269266.jpg",
|
||||
},
|
||||
id: "t4", name: "Sofia Reyes", handle: "Lead Architect", testimonial: "Collaboration with Aurelius is always a seamless experience.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-with-helmet-crossed-arms_23-2148269266.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jonathan Vane",
|
||||
handle: "Founder, Vane Ventures",
|
||||
testimonial: "They turned our vision into a robust physical reality.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-hand-shaking-human-resources-person_23-2148507819.jpg",
|
||||
},
|
||||
id: "t5", name: "Jonathan Vane", handle: "Founder, Vane Ventures", testimonial: "They turned our vision into a robust physical reality.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-hand-shaking-human-resources-person_23-2148507819.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Building Trust"
|
||||
description="What our clients and partners say about our professionalism."
|
||||
/>
|
||||
@@ -332,23 +187,11 @@ export default function LandingPage() {
|
||||
title="Start Your Project"
|
||||
description="Ready to build something lasting? Get in touch with our team today."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Describe your project",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Describe your project", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-technical-office-with-real-estate-construction-plan-building-model-desk-nobody-workplace-used-construction-design-architectural-structure-with-urban-project_482257-38832.jpg"
|
||||
@@ -360,54 +203,24 @@ export default function LandingPage() {
|
||||
logoText="Aurelius Inc"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Sustainability",
|
||||
href: "#",
|
||||
},
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Careers", href: "#" },
|
||||
{ label: "Sustainability", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Commercial",
|
||||
href: "#projects",
|
||||
},
|
||||
{
|
||||
label: "Residential",
|
||||
href: "#projects",
|
||||
},
|
||||
{
|
||||
label: "Infrastructure",
|
||||
href: "#projects",
|
||||
},
|
||||
title: "Services", items: [
|
||||
{ label: "Commercial", href: "#projects" },
|
||||
{ label: "Residential", href: "#projects" },
|
||||
{ label: "Infrastructure", href: "#projects" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Support",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Press",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Partners",
|
||||
href: "#contact",
|
||||
},
|
||||
title: "Contact", items: [
|
||||
{ label: "Support", href: "#contact" },
|
||||
{ label: "Press", href: "#contact" },
|
||||
{ label: "Partners", href: "#contact" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user