Merge version_1 into main #1
262
src/app/page.tsx
262
src/app/page.tsx
@@ -30,69 +30,30 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Projects",
|
||||
id: "projects",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Projects", id: "projects" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="ABIS"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="ABIS Architects"
|
||||
description="Designing Spaces That Define Legacy"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Projects",
|
||||
href: "#projects",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "View Our Projects", href: "#projects" }]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-staircase-talking-cellphone_23-2147970900.jpg",
|
||||
imageAlt: "Luxury home project",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920952.jpg",
|
||||
imageAlt: "Modern Villa exterior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings_1359-388.jpg",
|
||||
imageAlt: "Luxury Commercial Facade",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-modern-book-shelf-stairs_23-2148238645.jpg",
|
||||
imageAlt: "Minimalist Luxury Interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blueprints-computer-monitor-desk-real-estate-office_637285-1130.jpg",
|
||||
imageAlt: "Studio atmosphere",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architecture-shadows-day-city_23-2149451181.jpg",
|
||||
imageAlt: "Exterior Detail",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-staircase-talking-cellphone_23-2147970900.jpg", imageAlt: "Luxury home project" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920952.jpg", imageAlt: "Modern Villa exterior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings_1359-388.jpg", imageAlt: "Luxury Commercial Facade" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/minimalist-modern-book-shelf-stairs_23-2148238645.jpg", imageAlt: "Minimalist Luxury Interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/blueprints-computer-monitor-desk-real-estate-office_637285-1130.jpg", imageAlt: "Studio atmosphere" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/architecture-shadows-day-city_23-2149451181.jpg", imageAlt: "Exterior Detail" }
|
||||
]}
|
||||
tag="Luxury Architecture"
|
||||
/>
|
||||
@@ -105,18 +66,9 @@ export default function LandingPage() {
|
||||
title="Crafting Architectural Legacies"
|
||||
description="ABIS Architects is a Silchar-based premium architecture firm specializing in residential villas, commercial buildings, and modern interior design. We focus on attention to detail, modern luxury, and client-centric execution."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Design Excellence",
|
||||
description: "Every detail considered.",
|
||||
},
|
||||
{
|
||||
title: "Luxury Execution",
|
||||
description: "Premium materials only.",
|
||||
},
|
||||
{
|
||||
title: "Global Standards",
|
||||
description: "World-class planning.",
|
||||
},
|
||||
{ title: "Design Excellence", description: "Every detail considered." },
|
||||
{ title: "Luxury Execution", description: "Premium materials only." },
|
||||
{ title: "Global Standards", description: "World-class planning." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/design-studio-architect-creative-occupation-blueprint-office-concept_53876-16155.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -130,42 +82,12 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "The Grand Villa",
|
||||
price: "Residential",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-lake-landscape-sunset_23-2150343153.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Corporate Nexus",
|
||||
price: "Commercial",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-building-facade-with-vertical-panels-reflective-surfaces_23-2152032141.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Minimalist Retreat",
|
||||
price: "Interior",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-modern-styled-entryway_23-2150692265.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Skyline Heights",
|
||||
price: "Apartments",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920917.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Azure Offices",
|
||||
price: "Commercial",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sportsman-warming-up-before-running_23-2147757979.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Zen Garden House",
|
||||
price: "Residential",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797641.jpg",
|
||||
},
|
||||
{ id: "p1", name: "The Grand Villa", price: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-lake-landscape-sunset_23-2150343153.jpg" },
|
||||
{ id: "p2", name: "Corporate Nexus", price: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/modern-building-facade-with-vertical-panels-reflective-surfaces_23-2152032141.jpg" },
|
||||
{ id: "p3", name: "Minimalist Retreat", price: "Interior", imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-modern-styled-entryway_23-2150692265.jpg" },
|
||||
{ id: "p4", name: "Skyline Heights", price: "Apartments", imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920917.jpg" },
|
||||
{ id: "p5", name: "Azure Offices", price: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/sportsman-warming-up-before-running_23-2147757979.jpg" },
|
||||
{ id: "p6", name: "Zen Garden House", price: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797641.jpg" }
|
||||
]}
|
||||
title="Featured Projects"
|
||||
description="A showcase of our most ambitious luxury designs."
|
||||
@@ -177,26 +99,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Architecture",
|
||||
description: "Form meets perfect utility.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/santa-monica-beach-los-angeles_649448-2560.jpg",
|
||||
},
|
||||
{
|
||||
title: "Interior Design",
|
||||
description: "Bespoke, premium aesthetics.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-beige-fabric-couch-plant-living-room_53876-138116.jpg",
|
||||
},
|
||||
{
|
||||
title: "3D Visualization",
|
||||
description: "Precision rendering.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/part-building-made-white-pieces-metal-going-top-each-other_181624-19428.jpg",
|
||||
},
|
||||
{
|
||||
title: "Project Execution",
|
||||
description: "End-to-end management.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-interior-design-project_23-2150346503.jpg",
|
||||
},
|
||||
{ title: "Architecture", description: "Form meets perfect utility.", imageSrc: "http://img.b2bpic.net/free-photo/santa-monica-beach-los-angeles_649448-2560.jpg" },
|
||||
{ title: "Interior Design", description: "Bespoke, premium aesthetics.", imageSrc: "http://img.b2bpic.net/free-photo/modern-beige-fabric-couch-plant-living-room_53876-138116.jpg" },
|
||||
{ title: "3D Visualization", description: "Precision rendering.", imageSrc: "http://img.b2bpic.net/free-photo/part-building-made-white-pieces-metal-going-top-each-other_181624-19428.jpg" },
|
||||
{ title: "Project Execution", description: "End-to-end management.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-interior-design-project_23-2150346503.jpg" }
|
||||
]}
|
||||
title="Our Expert Services"
|
||||
description="Comprehensive design and execution for elite projects."
|
||||
@@ -210,21 +116,9 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "150+",
|
||||
description: "Premium Projects",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "12+",
|
||||
description: "Years Experience",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "99%",
|
||||
description: "Client Satisfaction",
|
||||
},
|
||||
{ id: "m1", value: "150+", description: "Premium Projects" },
|
||||
{ id: "m2", value: "12+", description: "Years Experience" },
|
||||
{ id: "m3", value: "99%", description: "Client Satisfaction" }
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Delivering high-ticket projects with excellence."
|
||||
@@ -236,21 +130,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Premium Design",
|
||||
description: "Top-tier aesthetic thinking.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dongdaemun-design-plaza-modern-architecture_335224-399.jpg",
|
||||
},
|
||||
{
|
||||
title: "On-time Delivery",
|
||||
description: "Respecting your schedule.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brutalist-inspiration-architecture-background_23-2149162837.jpg",
|
||||
},
|
||||
{
|
||||
title: "Trusted Quality",
|
||||
description: "Unmatched in Silchar.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-architect-man-holding-cellphone-hard-hat-with-blueprint-construction-site_23-2148203937.jpg",
|
||||
},
|
||||
{ title: "Premium Design", description: "Top-tier aesthetic thinking.", imageSrc: "http://img.b2bpic.net/free-photo/dongdaemun-design-plaza-modern-architecture_335224-399.jpg" },
|
||||
{ title: "On-time Delivery", description: "Respecting your schedule.", imageSrc: "http://img.b2bpic.net/free-photo/brutalist-inspiration-architecture-background_23-2149162837.jpg" },
|
||||
{ title: "Trusted Quality", description: "Unmatched in Silchar.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-architect-man-holding-cellphone-hard-hat-with-blueprint-construction-site_23-2148203937.jpg" }
|
||||
]}
|
||||
title="Why Choose ABIS"
|
||||
description="Trust the firm that creates legacies."
|
||||
@@ -264,26 +146,11 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Mr. Rahul Deb, Real Estate Developer"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17885.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-holding-hand-out_23-2148308579.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/group-young-people-celebrating-new-year-women-with-indian-man_1157-45169.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg", alt: "Client 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17885.jpg", alt: "Client 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/businessman-holding-hand-out_23-2148308579.jpg", alt: "Client 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg", alt: "Client 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/group-young-people-celebrating-new-year-women-with-indian-man_1157-45169.jpg", alt: "Client 5" }
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -293,18 +160,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Let's Talk"
|
||||
title="Start Your Dream Project"
|
||||
description="Book a consultation to discuss your luxury space requirements with our lead architects."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Consultation",
|
||||
href: "mailto:info@abisarchitects.com",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Book Consultation", href: "mailto:info@abisarchitects.com" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -313,39 +173,19 @@ export default function LandingPage() {
|
||||
logoText="ABIS Architects"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Projects",
|
||||
href: "#projects",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
],
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Projects", href: "#projects" },
|
||||
{ label: "Services", href: "#services" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Silchar, Assam",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "info@abisarchitects.com",
|
||||
href: "mailto:info@abisarchitects.com",
|
||||
},
|
||||
{
|
||||
label: "+91 98765 43210",
|
||||
href: "tel:+919876543210",
|
||||
},
|
||||
],
|
||||
},
|
||||
title: "Contact", items: [
|
||||
{ label: "Silchar, Assam", href: "#" },
|
||||
{ label: "info@abisarchitects.com", href: "mailto:info@abisarchitects.com" },
|
||||
{ label: "+91 98765 43210", href: "tel:+919876543210" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2024 ABIS Architects. All rights reserved."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user