Merge version_1 into main #2
289
src/app/page.tsx
289
src/app/page.tsx
@@ -29,30 +29,12 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "/portfolio",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "/testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Portfolio", id: "/portfolio" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Testimonials", id: "/testimonials" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Aramana Architects"
|
||||
/>
|
||||
@@ -60,64 +42,23 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Architecture That Speaks Before You Do"
|
||||
description="Mangaluru's boldest design studio — crafting spaces that inspire, function, and endure."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/orange-hat-young-cute-guy-smiling-with-crossed-hands-orange-tshirt_140725-163692.jpg",
|
||||
alt: "Alif Bin Haneef",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-portrait-confident-business-leader_1262-4808.jpg",
|
||||
alt: "Mazia Fathima",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/orange-hat-young-cute-guy-smiling-with-crossed-hands-orange-tshirt_140725-163692.jpg",
|
||||
alt: "Staff Member",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-portrait-confident-business-leader_1262-4808.jpg",
|
||||
alt: "Staff Member",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/orange-hat-young-cute-guy-smiling-with-crossed-hands-orange-tshirt_140725-163692.jpg",
|
||||
alt: "Team Member",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Your Project",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
text: "View Our Work",
|
||||
href: "/portfolio",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/orange-hat-young-cute-guy-smiling-with-crossed-hands-orange-tshirt_140725-163692.jpg", alt: "Alif Bin Haneef" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/closeup-portrait-confident-business-leader_1262-4808.jpg", alt: "Mazia Fathima" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/orange-hat-young-cute-guy-smiling-with-crossed-hands-orange-tshirt_140725-163692.jpg", alt: "Staff Member" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/closeup-portrait-confident-business-leader_1262-4808.jpg", alt: "Staff Member" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/orange-hat-young-cute-guy-smiling-with-crossed-hands-orange-tshirt_140725-163692.jpg", alt: "Team Member" },
|
||||
]}
|
||||
buttons={[{ text: "Start Your Project", href: "/contact" }, { text: "View Our Work", href: "/portfolio" }]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Innovative Design",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustainable Planning",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Institutional Expertise",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Modern Aesthetic",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Precision Engineering",
|
||||
},
|
||||
{ type: "text", text: "Innovative Design" },
|
||||
{ type: "text", text: "Sustainable Planning" },
|
||||
{ type: "text", text: "Institutional Expertise" },
|
||||
{ type: "text", text: "Modern Aesthetic" },
|
||||
{ type: "text", text: "Precision Engineering" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -126,35 +67,12 @@ export default function LandingPage() {
|
||||
<MetricCardTen
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="default"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
title: "Google Rating",
|
||||
subtitle: "4.9★ Excellence",
|
||||
category: "Rating",
|
||||
value: "4.9",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
title: "Happy Clients",
|
||||
subtitle: "21+ Reviews",
|
||||
category: "Trust",
|
||||
value: "21+",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
title: "Institutional Partners",
|
||||
subtitle: "5+ Collaborations",
|
||||
category: "Partnerships",
|
||||
value: "5+",
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
title: "Hospital Design",
|
||||
subtitle: "100-Bed Project",
|
||||
category: "Healthcare",
|
||||
value: "100+",
|
||||
},
|
||||
{ id: "m1", title: "Google Rating", subtitle: "4.9★ Excellence", category: "Rating", value: "4.9" },
|
||||
{ id: "m2", title: "Happy Clients", subtitle: "21+ Reviews", category: "Trust", value: "21+" },
|
||||
{ id: "m3", title: "Institutional Partners", subtitle: "5+ Collaborations", category: "Partnerships", value: "5+" },
|
||||
{ id: "m4", title: "Hospital Design", subtitle: "100-Bed Project", category: "Healthcare", value: "100+" },
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Trusted by hospitals, builders, and iconic brands."
|
||||
@@ -166,61 +84,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Ijaz Sulaiman",
|
||||
date: "2024",
|
||||
title: "Residential Client",
|
||||
quote: "Alif and Mazia exceeded my expectations with their innovative designs.",
|
||||
tag: "Top Rated",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-grey-white-building-roof-with-interesting-textures-blue-sky_181624-8347.jpg?_wi=1",
|
||||
imageAlt: "luxury modern architectural design villa exterior",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Wintouch Builders",
|
||||
date: "2024",
|
||||
title: "Commercial Partner",
|
||||
quote: "Very impressed with their architectural planning and interior design.",
|
||||
tag: "Institutional",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-woman-portrait_23-2149051721.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/orange-hat-young-cute-guy-smiling-with-crossed-hands-orange-tshirt_140725-163692.jpg?_wi=1",
|
||||
imageAlt: "young professional architect portrait studio",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sarah Khan",
|
||||
date: "2023",
|
||||
title: "Homeowner",
|
||||
quote: "They transformed our vision into a beautiful reality. Highly professional.",
|
||||
tag: "Recommended",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/orange-hat-young-cute-guy-smiling-with-crossed-hands-orange-tshirt_140725-163692.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-confident-business-leader_1262-4808.jpg",
|
||||
imageAlt: "professional woman architect portrait",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Rajesh M.",
|
||||
date: "2023",
|
||||
title: "Hospital Admin",
|
||||
quote: "Precise, efficient, and deeply creative in clinical facility planning.",
|
||||
tag: "Healthcare",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-confident-business-leader_1262-4808.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg",
|
||||
imageAlt: "satisfied client portrait professional",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "David W.",
|
||||
date: "2024",
|
||||
title: "Business Owner",
|
||||
quote: "The aesthetic balance they bring is simply unmatched in Mangaluru.",
|
||||
tag: "Commercial",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-woman-portrait_23-2149051721.jpg",
|
||||
imageAlt: "professional businessman portrait",
|
||||
},
|
||||
{ id: "t1", name: "Ijaz Sulaiman", date: "2024", title: "Residential Client", quote: "Alif and Mazia exceeded my expectations with their innovative designs.", tag: "Top Rated", avatarSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-grey-white-building-roof-with-interesting-textures-blue-sky_181624-8347.jpg", imageAlt: "luxury modern architectural design villa exterior" },
|
||||
{ id: "t2", name: "Wintouch Builders", date: "2024", title: "Commercial Partner", quote: "Very impressed with their architectural planning and interior design.", tag: "Institutional", avatarSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-woman-portrait_23-2149051721.jpg", imageSrc: "http://img.b2bpic.net/free-photo/orange-hat-young-cute-guy-smiling-with-crossed-hands-orange-tshirt_140725-163692.jpg", imageAlt: "young professional architect portrait studio" },
|
||||
{ id: "t3", name: "Sarah Khan", date: "2023", title: "Homeowner", quote: "They transformed our vision into a beautiful reality. Highly professional.", tag: "Recommended", avatarSrc: "http://img.b2bpic.net/free-photo/orange-hat-young-cute-guy-smiling-with-crossed-hands-orange-tshirt_140725-163692.jpg", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-confident-business-leader_1262-4808.jpg", imageAlt: "professional woman architect portrait" },
|
||||
{ id: "t4", name: "Rajesh M.", date: "2023", title: "Hospital Admin", quote: "Precise, efficient, and deeply creative in clinical facility planning.", tag: "Healthcare", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-confident-business-leader_1262-4808.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg", imageAlt: "satisfied client portrait professional" },
|
||||
{ id: "t5", name: "David W.", date: "2024", title: "Business Owner", quote: "The aesthetic balance they bring is simply unmatched in Mangaluru.", tag: "Commercial", avatarSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg", imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-woman-portrait_23-2149051721.jpg", imageAlt: "professional businessman portrait" },
|
||||
]}
|
||||
title="Client Stories"
|
||||
description="What our clients say about our design journey."
|
||||
@@ -235,41 +103,8 @@ export default function LandingPage() {
|
||||
title="Design Packages"
|
||||
description="Tailored solutions for your vision."
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
tag: "Essential",
|
||||
price: "₹XX,XXX",
|
||||
period: "Fixed",
|
||||
description: "Perfect for small residential projects.",
|
||||
button: {
|
||||
text: "Choose Basic",
|
||||
href: "/contact",
|
||||
},
|
||||
featuresTitle: "Included",
|
||||
features: [
|
||||
"Floor Plan",
|
||||
"Basic Elevation",
|
||||
"3 Consultations",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
tag: "Premium",
|
||||
price: "₹XX,XXX",
|
||||
period: "Fixed",
|
||||
description: "Comprehensive design for luxury homes.",
|
||||
button: {
|
||||
text: "Choose Pro",
|
||||
href: "/contact",
|
||||
},
|
||||
featuresTitle: "Included",
|
||||
features: [
|
||||
"3D Visualization",
|
||||
"Full Detailed Set",
|
||||
"5 Consultations",
|
||||
"Interior Moodboard",
|
||||
],
|
||||
},
|
||||
{ id: "p1", tag: "Essential", price: "₹XX,XXX", period: "Fixed", description: "Perfect for small residential projects.", button: { text: "Choose Basic", href: "/contact" }, featuresTitle: "Included", features: ["Floor Plan", "Basic Elevation", "3 Consultations"] },
|
||||
{ id: "p2", tag: "Premium", price: "₹XX,XXX", period: "Fixed", description: "Comprehensive design for luxury homes.", button: { text: "Choose Pro", href: "/contact" }, featuresTitle: "Included", features: ["3D Visualization", "Full Detailed Set", "5 Consultations", "Interior Moodboard"] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -280,22 +115,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
ctaTitle="Need specific details?"
|
||||
ctaDescription="Our architects are ready to answer your questions."
|
||||
ctaButton={{
|
||||
text: "Contact Us",
|
||||
href: "/contact",
|
||||
}}
|
||||
ctaButton={{ text: "Contact Us", href: "/contact" }}
|
||||
ctaIcon={Mail}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How do I start?",
|
||||
content: "Reach out via our contact form to schedule a site visit.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you work outside Mangaluru?",
|
||||
content: "Yes, we handle select institutional projects regionally.",
|
||||
},
|
||||
{ id: "f1", title: "How do I start?", content: "Reach out via our contact form to schedule a site visit." },
|
||||
{ id: "f2", title: "Do you work outside Mangaluru?", content: "Yes, we handle select institutional projects regionally." },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -303,50 +127,9 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Residential",
|
||||
href: "/services#residential",
|
||||
},
|
||||
{
|
||||
label: "Commercial",
|
||||
href: "/services#commercial",
|
||||
},
|
||||
{
|
||||
label: "Healthcare",
|
||||
href: "/services#healthcare",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "Portfolio",
|
||||
href: "/portfolio",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Call: +91 81291 70666",
|
||||
href: "tel:+918129170666",
|
||||
},
|
||||
{
|
||||
label: "WhatsApp Us",
|
||||
href: "https://wa.me/918129170666",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "Residential", href: "/services#residential" }, { label: "Commercial", href: "/services#commercial" }, { label: "Healthcare", href: "/services#healthcare" }] },
|
||||
{ items: [{ label: "Home", href: "/" }, { label: "Portfolio", href: "/portfolio" }, { label: "About", href: "/about" }] },
|
||||
{ items: [{ label: "Call: +91 81291 70666", href: "tel:+918129170666" }, { label: "WhatsApp Us", href: "https://wa.me/918129170666" }] },
|
||||
]}
|
||||
logoText="Aramana Architects"
|
||||
/>
|
||||
|
||||
@@ -8,7 +8,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import { Building, Home } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function ServicesPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-shift"
|
||||
@@ -26,30 +26,12 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "/portfolio",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "/testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Portfolio", id: "/portfolio" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Testimonials", id: "/testimonials" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Aramana Architects"
|
||||
/>
|
||||
@@ -64,34 +46,20 @@ export default function LandingPage() {
|
||||
description="Crafting homes that define comfort and elegance."
|
||||
features={[
|
||||
{
|
||||
title: "Modern Villas",
|
||||
description: "Custom designs for your dream home.",
|
||||
icon: Home,
|
||||
title: "Modern Villas", description: "Custom designs for your dream home.", icon: Home,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-grey-white-building-roof-with-interesting-textures-blue-sky_181624-8347.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-grey-white-building-roof-with-interesting-textures-blue-sky_181624-8347.jpg?_wi=3",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-grey-white-building-roof-with-interesting-textures-blue-sky_181624-8347.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-grey-white-building-roof-with-interesting-textures-blue-sky_181624-8347.jpg" },
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-grey-white-building-roof-with-interesting-textures-blue-sky_181624-8347.jpg?_wi=4",
|
||||
imageAlt: "luxury modern architectural design villa exterior",
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
title: "Urban Living",
|
||||
description: "Efficient floor plans for urban constraints.",
|
||||
icon: Building,
|
||||
title: "Urban Living", description: "Efficient floor plans for urban constraints.", icon: Building,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-grey-white-building-roof-with-interesting-textures-blue-sky_181624-8347.jpg?_wi=5",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-grey-white-building-roof-with-interesting-textures-blue-sky_181624-8347.jpg?_wi=6",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-grey-white-building-roof-with-interesting-textures-blue-sky_181624-8347.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-grey-white-building-roof-with-interesting-textures-blue-sky_181624-8347.jpg" },
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/orange-hat-young-cute-guy-smiling-with-crossed-hands-orange-tshirt_140725-163692.jpg?_wi=2",
|
||||
imageAlt: "young professional architect portrait studio",
|
||||
reverse: true,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -104,16 +72,10 @@ export default function LandingPage() {
|
||||
title="Our Approach"
|
||||
description="We bridge functionality with artistry."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Sustainability",
|
||||
description: "Energy efficient designs.",
|
||||
},
|
||||
{
|
||||
title: "Client-Centric",
|
||||
description: "Your vision, our expertise.",
|
||||
},
|
||||
{ title: "Sustainability", description: "Energy efficient designs." },
|
||||
{ title: "Client-Centric", description: "Your vision, our expertise." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/low-angle-shot-grey-white-building-roof-with-interesting-textures-blue-sky_181624-8347.jpg?_wi=7"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/low-angle-shot-grey-white-building-roof-with-interesting-textures-blue-sky_181624-8347.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -121,50 +83,9 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Residential",
|
||||
href: "/services#residential",
|
||||
},
|
||||
{
|
||||
label: "Commercial",
|
||||
href: "/services#commercial",
|
||||
},
|
||||
{
|
||||
label: "Healthcare",
|
||||
href: "/services#healthcare",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "Portfolio",
|
||||
href: "/portfolio",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Call: +91 81291 70666",
|
||||
href: "tel:+918129170666",
|
||||
},
|
||||
{
|
||||
label: "WhatsApp Us",
|
||||
href: "https://wa.me/918129170666",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "Residential", href: "/services#residential" }, { label: "Commercial", href: "/services#commercial" }, { label: "Healthcare", href: "/services#healthcare" }] },
|
||||
{ items: [{ label: "Home", href: "/" }, { label: "Portfolio", href: "/portfolio" }, { label: "About", href: "/about" }] },
|
||||
{ items: [{ label: "Call: +91 81291 70666", href: "tel:+918129170666" }, { label: "WhatsApp Us", href: "https://wa.me/918129170666" }] },
|
||||
]}
|
||||
logoText="Aramana Architects"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user