diff --git a/src/app/page.tsx b/src/app/page.tsx
index 86827c1..2929c4f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
@@ -57,33 +49,21 @@ export default function LandingPage() {
description="Professional developers of premium warehouse spaces. We combine speed, integrity, and exceptional service to help your business grow without delay."
buttons={[
{
- text: "View Spaces",
- href: "#contact",
- },
+ text: "View Spaces", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1931.jpg"
imageAlt="Modern industrial warehouse facility"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/building-scheduling-metal-tomatoes-entrance-hall_1417-1114.jpg",
- alt: "Architectural team member",
- },
+ src: "http://img.b2bpic.net/free-photo/building-scheduling-metal-tomatoes-entrance-hall_1417-1114.jpg", alt: "Architectural team member"},
{
- src: "http://img.b2bpic.net/free-photo/warehouse-workplace-scheduling-rama-gateway-company_1417-1117.jpg",
- alt: "Operations specialist",
- },
+ src: "http://img.b2bpic.net/free-photo/warehouse-workplace-scheduling-rama-gateway-company_1417-1117.jpg", alt: "Operations specialist"},
{
- src: "http://img.b2bpic.net/free-photo/full-shot-people-working-out-together_23-2150405456.jpg",
- alt: "Site supervisor",
- },
+ src: "http://img.b2bpic.net/free-photo/full-shot-people-working-out-together_23-2150405456.jpg", alt: "Site supervisor"},
{
- src: "http://img.b2bpic.net/free-photo/full-shot-man-training-outdoors_23-2150405464.jpg",
- alt: "Project coordinator",
- },
+ src: "http://img.b2bpic.net/free-photo/full-shot-man-training-outdoors_23-2150405464.jpg", alt: "Project coordinator"},
{
- src: "http://img.b2bpic.net/free-photo/architect-working-complex-plan_23-2148242994.jpg",
- alt: "Lead engineer",
- },
+ src: "http://img.b2bpic.net/free-photo/architect-working-complex-plan_23-2148242994.jpg", alt: "Lead engineer"},
]}
avatarText="Trusted by local industry leaders"
/>
@@ -106,23 +86,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Rapid Move-in Ready",
- description: "Need space quickly? We make the move-in possible within 48 hours for urgent situations.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-face-mask_23-2148943341.jpg",
- imageAlt: "Warehouse logistics speed",
- },
+ title: "Rapid Move-in Ready", description: "Need space quickly? We make the move-in possible within 48 hours for urgent situations.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-face-mask_23-2148943341.jpg", imageAlt: "Warehouse logistics speed"},
{
- title: "Transparent & Fair",
- description: "We don't hold money. Once the job is inspected, you get your check immediately. It's that simple.",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-correcting-grammar-mistakes_23-2150171079.jpg",
- imageAlt: "Contract and documentation",
- },
+ title: "Transparent & Fair", description: "We don't hold money. Once the job is inspected, you get your check immediately. It's that simple.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-correcting-grammar-mistakes_23-2150171079.jpg", imageAlt: "Contract and documentation"},
{
- title: "Immaculate Properties",
- description: "Our rental warehouses are maintained to the highest standards, ensuring your business always has a professional home.",
- imageSrc: "http://img.b2bpic.net/free-photo/building-parking-lot_1127-25.jpg",
- imageAlt: "Warehouse interior quality",
- },
+ title: "Immaculate Properties", description: "Our rental warehouses are maintained to the highest standards, ensuring your business always has a professional home.", imageSrc: "http://img.b2bpic.net/free-photo/building-parking-lot_1127-25.jpg", imageAlt: "Warehouse interior quality"},
]}
title="Why Industry Leaders Choose Azur"
description="Fast-tracked results and honest business practices set us apart from the rest."
@@ -131,30 +99,16 @@ export default function LandingPage() {
@@ -257,33 +174,21 @@ export default function LandingPage() {
{
items: [
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Services",
- href: "#features",
- },
+ label: "Services", href: "#features"},
{
- label: "Testimonials",
- href: "#testimonials",
- },
+ label: "Testimonials", href: "#testimonials"},
],
},
{
items: [
{
- label: "Contact Us",
- href: "#contact",
- },
+ label: "Contact Us", href: "#contact"},
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
],
},
]}