Merge version_1 into main #2
442
src/app/page.tsx
442
src/app/page.tsx
@@ -56,9 +56,7 @@ export default function HomePage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Book Consultation",
|
||||
href: "/book-consultation",
|
||||
}}
|
||||
text: "Book Consultation", href: "/book-consultation"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -73,26 +71,18 @@ export default function HomePage() {
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Discovery Consultation",
|
||||
href: "/book-consultation",
|
||||
},
|
||||
text: "Book Discovery Consultation", href: "/book-consultation"},
|
||||
{
|
||||
text: "View Portfolio",
|
||||
href: "#portfolio",
|
||||
},
|
||||
text: "View Portfolio", href: "#portfolio"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/room-interior-details-with-comfortable-armchair-gray-tapestry-wall-vertical-frame_166373-2415.jpg?_wi=1",
|
||||
imageAlt: "Luxury modern interior design",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/room-interior-details-with-comfortable-armchair-gray-tapestry-wall-vertical-frame_166373-2415.jpg", imageAlt: "Luxury modern interior design"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/abstract-brown-cubic-patterned_53876-95467.jpg?_wi=1",
|
||||
imageAlt: "Premium architectural detail",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/abstract-brown-cubic-patterned_53876-95467.jpg", imageAlt: "Premium architectural detail"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -105,16 +95,12 @@ export default function HomePage() {
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Why Clients Choose ARCHIQ",
|
||||
},
|
||||
type: "text", content: "Why Clients Choose ARCHIQ"},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Difference",
|
||||
href: "#guarantee",
|
||||
},
|
||||
text: "Explore Our Difference", href: "#guarantee"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -130,40 +116,28 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
icon: Clock,
|
||||
title: "Timeline: 6-9 months",
|
||||
description:
|
||||
"Traditional design phases stretch across months with unclear deliverables and budget creep.",
|
||||
},
|
||||
title: "Timeline: 6-9 months", description:
|
||||
"Traditional design phases stretch across months with unclear deliverables and budget creep."},
|
||||
{
|
||||
icon: AlertCircle,
|
||||
title: "Budget: Unclear until midway",
|
||||
description:
|
||||
"Cost estimates become estimates. Revisions and scope changes cascade into overruns.",
|
||||
},
|
||||
title: "Budget: Unclear until midway", description:
|
||||
"Cost estimates become estimates. Revisions and scope changes cascade into overruns."},
|
||||
{
|
||||
icon: Lock,
|
||||
title: "Revisions: Limited by time/cost",
|
||||
description:
|
||||
"Design iterations are constrained by project timelines, limiting creative exploration.",
|
||||
},
|
||||
title: "Revisions: Limited by time/cost", description:
|
||||
"Design iterations are constrained by project timelines, limiting creative exploration."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "ARCHIQ Timeline: 2-3 weeks",
|
||||
description:
|
||||
"48hrs for AI concepts, then 2-3 weeks for architect refinement. You're in construction sooner.",
|
||||
},
|
||||
title: "ARCHIQ Timeline: 2-3 weeks", description:
|
||||
"48hrs for AI concepts, then 2-3 weeks for architect refinement. You're in construction sooner."},
|
||||
{
|
||||
icon: DollarSign,
|
||||
title: "Budget: Fixed price upfront",
|
||||
description:
|
||||
"You know the exact cost before we start. No surprises. Transparent milestone billing.",
|
||||
},
|
||||
title: "Budget: Fixed price upfront", description:
|
||||
"You know the exact cost before we start. No surprises. Transparent milestone billing."},
|
||||
{
|
||||
icon: Infinity,
|
||||
title: "Revisions: Unlimited AI iterations",
|
||||
description:
|
||||
"Explore 50+ design variations. Choose your direction. AI handles the exploration cost.",
|
||||
},
|
||||
title: "Revisions: Unlimited AI iterations", description:
|
||||
"Explore 50+ design variations. Choose your direction. AI handles the exploration cost."},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -185,38 +159,17 @@ export default function HomePage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "hospitality",
|
||||
brand: "HOSPITALITY",
|
||||
name: "Open Sooner. Maximize RevPAR.",
|
||||
price: "From ₹1Cr",
|
||||
rating: 5,
|
||||
reviewCount: "15+ hotel projects",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/group-friends-taking-photos-restaurant_23-2150520116.jpg?_wi=1",
|
||||
imageAlt: "Luxury boutique hotel",
|
||||
},
|
||||
id: "hospitality", brand: "HOSPITALITY", name: "Open Sooner. Maximize RevPAR.", price: "From ₹1Cr", rating: 5,
|
||||
reviewCount: "15+ hotel projects", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/group-friends-taking-photos-restaurant_23-2150520116.jpg", imageAlt: "Luxury boutique hotel"},
|
||||
{
|
||||
id: "residential",
|
||||
brand: "RESIDENTIAL",
|
||||
name: "Your Vision. Zero Budget Overruns.",
|
||||
price: "From ₹75L",
|
||||
rating: 5,
|
||||
reviewCount: "25+ homes designed",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/luxury-villa-with-pool-lush-tropical-surroundings_23-2152008195.jpg?_wi=1",
|
||||
imageAlt: "Modern villa architecture",
|
||||
},
|
||||
id: "residential", brand: "RESIDENTIAL", name: "Your Vision. Zero Budget Overruns.", price: "From ₹75L", rating: 5,
|
||||
reviewCount: "25+ homes designed", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/luxury-villa-with-pool-lush-tropical-surroundings_23-2152008195.jpg", imageAlt: "Modern villa architecture"},
|
||||
{
|
||||
id: "commercial",
|
||||
brand: "DEVELOPERS",
|
||||
name: "Faster Sales. Premium Pricing.",
|
||||
price: "From ₹1Cr",
|
||||
rating: 5,
|
||||
reviewCount: "10+ developments",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-with-coffee-sitting-cafe_23-2147775894.jpg?_wi=1",
|
||||
imageAlt: "Luxury clubhouse design",
|
||||
},
|
||||
id: "commercial", brand: "DEVELOPERS", name: "Faster Sales. Premium Pricing.", price: "From ₹1Cr", rating: 5,
|
||||
reviewCount: "10+ developments", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-with-coffee-sitting-cafe_23-2147775894.jpg", imageAlt: "Luxury clubhouse design"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -231,33 +184,21 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "fixed-price",
|
||||
value: "100%",
|
||||
title: "Fixed-Price Contracts",
|
||||
description:
|
||||
"Know your exact cost before we start. No hidden fees, no scope creep, no surprises.",
|
||||
},
|
||||
id: "fixed-price", value: "100%", title: "Fixed-Price Contracts", description:
|
||||
"Know your exact cost before we start. No hidden fees, no scope creep, no surprises.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/room-interior-details-with-comfortable-armchair-gray-tapestry-wall-vertical-frame_166373-2415.jpg", imageAlt: "Fixed-price guarantee"},
|
||||
{
|
||||
id: "ai-concepts",
|
||||
value: "48hrs",
|
||||
title: "AI Concepts",
|
||||
description:
|
||||
"See your space rendered in photorealistic detail within 48 hours of discovery consultation.",
|
||||
},
|
||||
id: "ai-concepts", value: "48hrs", title: "AI Concepts", description:
|
||||
"See your space rendered in photorealistic detail within 48 hours of discovery consultation.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/abstract-brown-cubic-patterned_53876-95467.jpg", imageAlt: "AI-generated concepts"},
|
||||
{
|
||||
id: "transparent-billing",
|
||||
value: "Milestone",
|
||||
title: "Transparent Billing",
|
||||
description:
|
||||
"Pay only when we hit agreed milestones. You control the cash flow.",
|
||||
},
|
||||
id: "transparent-billing", value: "Milestone", title: "Transparent Billing", description:
|
||||
"Pay only when we hit agreed milestones. You control the cash flow.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/group-friends-taking-photos-restaurant_23-2150520116.jpg", imageAlt: "Transparent billing process"},
|
||||
{
|
||||
id: "vendor-network",
|
||||
value: "Vetted",
|
||||
title: "Pre-Vetted Network",
|
||||
description:
|
||||
"Single point of accountability. We manage vendors, you get peace of mind.",
|
||||
},
|
||||
id: "vendor-network", value: "Vetted", title: "Pre-Vetted Network", description:
|
||||
"Single point of accountability. We manage vendors, you get peace of mind.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/luxury-villa-with-pool-lush-tropical-surroundings_23-2152008195.jpg", imageAlt: "Vendor network management"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -278,131 +219,50 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
blogs={[
|
||||
{
|
||||
id: "hotel-1",
|
||||
category: "Hospitality",
|
||||
title: "Heritage Boutique Hotel, Jubilee Hills",
|
||||
excerpt:
|
||||
"15 rooms, ₹3.2Cr project. Delivered 8 months ahead of schedule.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/group-friends-taking-photos-restaurant_23-2150520116.jpg?_wi=2",
|
||||
imageAlt: "Heritage boutique hotel",
|
||||
authorName: "ARCHIQ",
|
||||
authorAvatar:
|
||||
"http://img.b2bpic.net/free-photo/group-friends-taking-photos-restaurant_23-2150520116.jpg",
|
||||
date: "2024",
|
||||
},
|
||||
id: "hotel-1", category: "Hospitality", title: "Heritage Boutique Hotel, Jubilee Hills", excerpt:
|
||||
"15 rooms, ₹3.2Cr project. Delivered 8 months ahead of schedule.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/group-friends-taking-photos-restaurant_23-2150520116.jpg", imageAlt: "Heritage boutique hotel", authorName: "ARCHIQ", authorAvatar:
|
||||
"http://img.b2bpic.net/free-photo/group-friends-taking-photos-restaurant_23-2150520116.jpg", date: "2024"},
|
||||
{
|
||||
id: "hotel-2",
|
||||
category: "Hospitality",
|
||||
title: "Wellness Resort, Ooty",
|
||||
excerpt:
|
||||
"22 rooms, ₹4.8Cr project. Guest experience optimized through data-driven space planning.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/still-life-spa_23-2148000228.jpg",
|
||||
imageAlt: "Wellness resort design",
|
||||
authorName: "ARCHIQ",
|
||||
authorAvatar:
|
||||
"http://img.b2bpic.net/free-photo/still-life-spa_23-2148000228.jpg",
|
||||
date: "2024",
|
||||
},
|
||||
id: "hotel-2", category: "Hospitality", title: "Wellness Resort, Ooty", excerpt:
|
||||
"22 rooms, ₹4.8Cr project. Guest experience optimized through data-driven space planning.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/still-life-spa_23-2148000228.jpg", imageAlt: "Wellness resort design", authorName: "ARCHIQ", authorAvatar:
|
||||
"http://img.b2bpic.net/free-photo/still-life-spa_23-2148000228.jpg", date: "2024"},
|
||||
{
|
||||
id: "hotel-3",
|
||||
category: "Hospitality",
|
||||
title: "Rooftop Restaurant, Indiranagar",
|
||||
excerpt:
|
||||
"120 covers, ₹1.8Cr project. Premium dining experience with architectural distinction.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081461.jpg",
|
||||
imageAlt: "Rooftop restaurant design",
|
||||
authorName: "ARCHIQ",
|
||||
authorAvatar:
|
||||
"http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081461.jpg",
|
||||
date: "2023",
|
||||
},
|
||||
id: "hotel-3", category: "Hospitality", title: "Rooftop Restaurant, Indiranagar", excerpt:
|
||||
"120 covers, ₹1.8Cr project. Premium dining experience with architectural distinction.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081461.jpg", imageAlt: "Rooftop restaurant design", authorName: "ARCHIQ", authorAvatar:
|
||||
"http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081461.jpg", date: "2023"},
|
||||
{
|
||||
id: "residential-1",
|
||||
category: "Residential",
|
||||
title: "Modern Villa, Whitefield",
|
||||
excerpt:
|
||||
"5,200 sq ft, ₹2.1Cr project. Contemporary luxury with smart home integration.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/luxury-villa-with-pool-lush-tropical-surroundings_23-2152008195.jpg?_wi=2",
|
||||
imageAlt: "Modern villa architecture",
|
||||
authorName: "ARCHIQ",
|
||||
authorAvatar:
|
||||
"http://img.b2bpic.net/free-photo/luxury-villa-with-pool-lush-tropical-surroundings_23-2152008195.jpg",
|
||||
date: "2024",
|
||||
},
|
||||
id: "residential-1", category: "Residential", title: "Modern Villa, Whitefield", excerpt:
|
||||
"5,200 sq ft, ₹2.1Cr project. Contemporary luxury with smart home integration.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/luxury-villa-with-pool-lush-tropical-surroundings_23-2152008195.jpg", imageAlt: "Modern villa architecture", authorName: "ARCHIQ", authorAvatar:
|
||||
"http://img.b2bpic.net/free-photo/luxury-villa-with-pool-lush-tropical-surroundings_23-2152008195.jpg", date: "2024"},
|
||||
{
|
||||
id: "residential-2",
|
||||
category: "Residential",
|
||||
title: "Penthouse Renovation, Banjara Hills",
|
||||
excerpt:
|
||||
"4,800 sq ft, ₹1.9Cr project. Luxury urban living with panoramic city views.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/architecture-light-gothic-arches-windows-aesthetic-church-space_169016-68625.jpg",
|
||||
imageAlt: "Penthouse luxury design",
|
||||
authorName: "ARCHIQ",
|
||||
authorAvatar:
|
||||
"http://img.b2bpic.net/free-photo/architecture-light-gothic-arches-windows-aesthetic-church-space_169016-68625.jpg",
|
||||
date: "2024",
|
||||
},
|
||||
id: "residential-2", category: "Residential", title: "Penthouse Renovation, Banjara Hills", excerpt:
|
||||
"4,800 sq ft, ₹1.9Cr project. Luxury urban living with panoramic city views.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/architecture-light-gothic-arches-windows-aesthetic-church-space_169016-68625.jpg", imageAlt: "Penthouse luxury design", authorName: "ARCHIQ", authorAvatar:
|
||||
"http://img.b2bpic.net/free-photo/architecture-light-gothic-arches-windows-aesthetic-church-space_169016-68625.jpg", date: "2024"},
|
||||
{
|
||||
id: "residential-3",
|
||||
category: "Residential",
|
||||
title: "Farmhouse, Nelamangala",
|
||||
excerpt:
|
||||
"7,500 sq ft, ₹3.5Cr project. Rural luxury with sustainable design principles.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/magnificent-unicorn-nature_23-2149547483.jpg",
|
||||
imageAlt: "Luxury farmhouse design",
|
||||
authorName: "ARCHIQ",
|
||||
authorAvatar:
|
||||
"http://img.b2bpic.net/free-photo/magnificent-unicorn-nature_23-2149547483.jpg",
|
||||
date: "2023",
|
||||
},
|
||||
id: "residential-3", category: "Residential", title: "Farmhouse, Nelamangala", excerpt:
|
||||
"7,500 sq ft, ₹3.5Cr project. Rural luxury with sustainable design principles.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/magnificent-unicorn-nature_23-2149547483.jpg", imageAlt: "Luxury farmhouse design", authorName: "ARCHIQ", authorAvatar:
|
||||
"http://img.b2bpic.net/free-photo/magnificent-unicorn-nature_23-2149547483.jpg", date: "2023"},
|
||||
{
|
||||
id: "commercial-1",
|
||||
category: "Commercial",
|
||||
title: "Luxury Clubhouse, Prestige Project",
|
||||
excerpt:
|
||||
"12,000 sq ft, ₹2.8Cr. Premium member amenities with architectural excellence.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-with-coffee-sitting-cafe_23-2147775894.jpg?_wi=2",
|
||||
imageAlt: "Luxury clubhouse interior",
|
||||
authorName: "ARCHIQ",
|
||||
authorAvatar:
|
||||
"http://img.b2bpic.net/free-photo/man-with-coffee-sitting-cafe_23-2147775894.jpg",
|
||||
date: "2024",
|
||||
},
|
||||
id: "commercial-1", category: "Commercial", title: "Luxury Clubhouse, Prestige Project", excerpt:
|
||||
"12,000 sq ft, ₹2.8Cr. Premium member amenities with architectural excellence.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-with-coffee-sitting-cafe_23-2147775894.jpg", imageAlt: "Luxury clubhouse interior", authorName: "ARCHIQ", authorAvatar:
|
||||
"http://img.b2bpic.net/free-photo/man-with-coffee-sitting-cafe_23-2147775894.jpg", date: "2024"},
|
||||
{
|
||||
id: "commercial-2",
|
||||
category: "Commercial",
|
||||
title: "Model Apartments, Brigade Development",
|
||||
excerpt:
|
||||
"3 units, ₹1.6Cr. Showcase units that accelerated sales by 40%.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-young-young-woman-sitting-modern-cafe_171337-17123.jpg",
|
||||
imageAlt: "Model apartment showcase",
|
||||
authorName: "ARCHIQ",
|
||||
authorAvatar:
|
||||
"http://img.b2bpic.net/free-photo/portrait-young-young-woman-sitting-modern-cafe_171337-17123.jpg",
|
||||
date: "2024",
|
||||
},
|
||||
id: "commercial-2", category: "Commercial", title: "Model Apartments, Brigade Development", excerpt:
|
||||
"3 units, ₹1.6Cr. Showcase units that accelerated sales by 40%.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-young-young-woman-sitting-modern-cafe_171337-17123.jpg", imageAlt: "Model apartment showcase", authorName: "ARCHIQ", authorAvatar:
|
||||
"http://img.b2bpic.net/free-photo/portrait-young-young-woman-sitting-modern-cafe_171337-17123.jpg", date: "2024"},
|
||||
{
|
||||
id: "commercial-3",
|
||||
category: "Commercial",
|
||||
title: "Show Villa, Sobha Project",
|
||||
excerpt:
|
||||
"6,200 sq ft, ₹2.4Cr. Premium demonstration home driving buyer conversions.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/view-resort-blue-table-home_1203-5551.jpg",
|
||||
imageAlt: "Show villa design",
|
||||
authorName: "ARCHIQ",
|
||||
authorAvatar:
|
||||
"http://img.b2bpic.net/free-photo/view-resort-blue-table-home_1203-5551.jpg",
|
||||
date: "2023",
|
||||
},
|
||||
id: "commercial-3", category: "Commercial", title: "Show Villa, Sobha Project", excerpt:
|
||||
"6,200 sq ft, ₹2.4Cr. Premium demonstration home driving buyer conversions.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/view-resort-blue-table-home_1203-5551.jpg", imageAlt: "Show villa design", authorName: "ARCHIQ", authorAvatar:
|
||||
"http://img.b2bpic.net/free-photo/view-resort-blue-table-home_1203-5551.jpg", date: "2023"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -418,22 +278,16 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
icon: MessageCircle,
|
||||
title: "Discovery Consultation (30 min)",
|
||||
description:
|
||||
"Tell us your vision, budget, and timeline. We capture requirements, spatial constraints, and design preferences.",
|
||||
},
|
||||
title: "Discovery Consultation (30 min)", description:
|
||||
"Tell us your vision, budget, and timeline. We capture requirements, spatial constraints, and design preferences."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "AI Generates Options (48 hours)",
|
||||
description:
|
||||
"Our AI system explores 50+ design variations, filtering for spatial efficiency, aesthetic coherence, and budget alignment. You receive 3-5 photorealistic concepts.",
|
||||
},
|
||||
title: "AI Generates Options (48 hours)", description:
|
||||
"Our AI system explores 50+ design variations, filtering for spatial efficiency, aesthetic coherence, and budget alignment. You receive 3-5 photorealistic concepts."},
|
||||
{
|
||||
icon: PenTool,
|
||||
title: "Architect Refinement (2-3 weeks)",
|
||||
description:
|
||||
"Choose your direction. Our architects refine materials, lighting, details, and construction specifications. Final design delivered with full budget breakdown.",
|
||||
},
|
||||
title: "Architect Refinement (2-3 weeks)", description:
|
||||
"Choose your direction. Our architects refine materials, lighting, details, and construction specifications. Final design delivered with full budget breakdown."},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -453,49 +307,21 @@ export default function HomePage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Hotel Opening Timeline",
|
||||
quote:
|
||||
"We opened our hotel 8 months earlier than planned. ARCHIQ's 48-hour renders helped us secure investor approval in our first meeting, and the final design delivered on every promise.",
|
||||
name: "Rajesh Mehta",
|
||||
role: "Heritage Boutique Hotel, Jubilee Hills",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/handsome-man-posing-camera-studio_23-2148532567.jpg",
|
||||
imageAlt: "Rajesh Mehta",
|
||||
},
|
||||
id: "1", title: "Hotel Opening Timeline", quote:
|
||||
"We opened our hotel 8 months earlier than planned. ARCHIQ's 48-hour renders helped us secure investor approval in our first meeting, and the final design delivered on every promise.", name: "Rajesh Mehta", role: "Heritage Boutique Hotel, Jubilee Hills", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/handsome-man-posing-camera-studio_23-2148532567.jpg", imageAlt: "Rajesh Mehta"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Budget Certainty",
|
||||
quote:
|
||||
"After getting burned by two traditional firms with budget overruns, ARCHIQ's fixed-price contract was a relief. Final cost was within ₹50,000 of the quote. First time that's ever happened.",
|
||||
name: "Priya & Anil Sharma",
|
||||
role: "Villa in Whitefield",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/front-view-businessman-with-crossed-arms_23-2148242733.jpg",
|
||||
imageAlt: "Priya and Anil Sharma",
|
||||
},
|
||||
id: "2", title: "Budget Certainty", quote:
|
||||
"After getting burned by two traditional firms with budget overruns, ARCHIQ's fixed-price contract was a relief. Final cost was within ₹50,000 of the quote. First time that's ever happened.", name: "Priya & Anil Sharma", role: "Villa in Whitefield", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/front-view-businessman-with-crossed-arms_23-2148242733.jpg", imageAlt: "Priya and Anil Sharma"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Sales Impact",
|
||||
quote:
|
||||
"Our model apartments sold out in 3 weeks. Buyers specifically mentioned the clubhouse design as a reason they chose our project over competitors. ARCHIQ understood the ROI better than we did.",
|
||||
name: "Karthik Rao",
|
||||
role: "Managing Director, Prestige Developments",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg",
|
||||
imageAlt: "Karthik Rao",
|
||||
},
|
||||
id: "3", title: "Sales Impact", quote:
|
||||
"Our model apartments sold out in 3 weeks. Buyers specifically mentioned the clubhouse design as a reason they chose our project over competitors. ARCHIQ understood the ROI better than we did.", name: "Karthik Rao", role: "Managing Director, Prestige Developments", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg", imageAlt: "Karthik Rao"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Premium Positioning",
|
||||
quote:
|
||||
"The design quality exceeded our expectations at every level. From concept to execution, ARCHIQ demonstrated expertise that justified our premium pricing strategy.",
|
||||
name: "Deepika Nair",
|
||||
role: "Developer, Commercial Projects",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-preparing-studio-shooting_23-2148424440.jpg",
|
||||
imageAlt: "Deepika Nair",
|
||||
},
|
||||
id: "4", title: "Premium Positioning", quote:
|
||||
"The design quality exceeded our expectations at every level. From concept to execution, ARCHIQ demonstrated expertise that justified our premium pricing strategy.", name: "Deepika Nair", role: "Developer, Commercial Projects", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-preparing-studio-shooting_23-2148424440.jpg", imageAlt: "Deepika Nair"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -510,50 +336,32 @@ export default function HomePage() {
|
||||
description="Get clarity on our process, pricing, and delivery timeline."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/customer-standing-front-mirror-barbershop_23-2148181953.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/customer-standing-front-mirror-barbershop_23-2148181953.jpg"
|
||||
imageAlt="Architecture office workspace"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title:
|
||||
"How can you deliver designs in 2-3 weeks when traditional firms take 6-9 months?",
|
||||
content:
|
||||
"Our AI system handles the iteration-heavy work—exploring layouts, material combinations, and spatial configurations. This compresses the exploratory phase from months to 48 hours. Our architects then refine the AI-generated concepts with human expertise, detailing, and technical specifications. You get speed without sacrificing quality.",
|
||||
},
|
||||
id: "1", title:
|
||||
"How can you deliver designs in 2-3 weeks when traditional firms take 6-9 months?", content:
|
||||
"Our AI system handles the iteration-heavy work—exploring layouts, material combinations, and spatial configurations. This compresses the exploratory phase from months to 48 hours. Our architects then refine the AI-generated concepts with human expertise, detailing, and technical specifications. You get speed without sacrificing quality."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What does 'fixed-price contract' actually mean?",
|
||||
content:
|
||||
"You'll receive a detailed proposal with the exact cost broken down by milestone: design phase, procurement, project management, execution. This number doesn't change unless you request scope changes (e.g., adding rooms, upgrading materials beyond initial spec). No hidden fees. No 'unforeseen costs.'",
|
||||
},
|
||||
id: "2", title: "What does 'fixed-price contract' actually mean?", content:
|
||||
"You'll receive a detailed proposal with the exact cost broken down by milestone: design phase, procurement, project management, execution. This number doesn't change unless you request scope changes (e.g., adding rooms, upgrading materials beyond initial spec). No hidden fees. No 'unforeseen costs.'"},
|
||||
{
|
||||
id: "3",
|
||||
title: "What happens if I don't like the AI-generated concepts?",
|
||||
content:
|
||||
"The AI generates concepts based on your discovery consultation inputs. If none resonate, we refine the parameters and generate a new set—unlimited iterations until you're satisfied. Most clients choose a direction from the first set, but we don't move forward until you're excited about the concept.",
|
||||
},
|
||||
id: "3", title: "What happens if I don't like the AI-generated concepts?", content:
|
||||
"The AI generates concepts based on your discovery consultation inputs. If none resonate, we refine the parameters and generate a new set—unlimited iterations until you're satisfied. Most clients choose a direction from the first set, but we don't move forward until you're excited about the concept."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you work outside the top 4 metros?",
|
||||
content:
|
||||
"Currently, we focus on Hyderabad, Bangalore, Mumbai, and Delhi for project execution. However, we can provide design-only services for projects in other cities, with you managing local execution. Contact us to discuss your specific situation.",
|
||||
},
|
||||
id: "4", title: "Do you work outside the top 4 metros?", content:
|
||||
"Currently, we focus on Hyderabad, Bangalore, Mumbai, and Delhi for project execution. However, we can provide design-only services for projects in other cities, with you managing local execution. Contact us to discuss your specific situation."},
|
||||
{
|
||||
id: "5",
|
||||
title: "What's the minimum project budget you work with?",
|
||||
content:
|
||||
"Residential: ₹75L+, Hospitality: ₹1Cr+, Commercial/Developer: ₹1Cr+. Projects below these thresholds typically don't benefit from our AI-powered process and fixed-price model.",
|
||||
},
|
||||
id: "5", title: "What's the minimum project budget you work with?", content:
|
||||
"Residential: ₹75L+, Hospitality: ₹1Cr+, Commercial/Developer: ₹1Cr+. Projects below these thresholds typically don't benefit from our AI-powered process and fixed-price model."},
|
||||
{
|
||||
id: "6",
|
||||
title:
|
||||
"How long does the full project take from consultation to completion?",
|
||||
content:
|
||||
"Design phase: 2-3 weeks (after discovery consultation). Execution timeline depends on project scope: Residential 4-6 months average, Hospitality 6-9 months average, Developer (model units) 3-5 months average. This includes procurement, project management, and execution.",
|
||||
},
|
||||
id: "6", title:
|
||||
"How long does the full project take from consultation to completion?", content:
|
||||
"Design phase: 2-3 weeks (after discovery consultation). Execution timeline depends on project scope: Residential 4-6 months average, Hospitality 6-9 months average, Developer (model units) 3-5 months average. This includes procurement, project management, and execution."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -580,29 +388,19 @@ export default function HomePage() {
|
||||
logoText="ARCHIQ"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Full-service Architecture + Interiors",
|
||||
href: "#",
|
||||
},
|
||||
label: "Full-service Architecture + Interiors", href: "#"},
|
||||
{
|
||||
label: "Design + Project Management",
|
||||
href: "#",
|
||||
},
|
||||
label: "Design + Project Management", href: "#"},
|
||||
{
|
||||
label: "Consulting & Advisory",
|
||||
href: "#",
|
||||
},
|
||||
label: "Consulting & Advisory", href: "#"},
|
||||
{
|
||||
label: "AI Design Concepts",
|
||||
href: "#",
|
||||
},
|
||||
label: "AI Design Concepts", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Markets",
|
||||
items: [
|
||||
title: "Markets", items: [
|
||||
{ label: "Hyderabad", href: "#" },
|
||||
{ label: "Bangalore", href: "#" },
|
||||
{ label: "Mumbai", href: "#" },
|
||||
@@ -610,8 +408,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#" },
|
||||
{ label: "Our Work", href: "#portfolio" },
|
||||
{ label: "How We Work", href: "#process" },
|
||||
@@ -619,15 +416,12 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "hello@archiq.in", href: "mailto:hello@archiq.in" },
|
||||
{ label: "WhatsApp us", href: "https://wa.me/" },
|
||||
{ label: "Instagram", href: "https://instagram.com/archiq" },
|
||||
{
|
||||
label: "LinkedIn",
|
||||
href: "https://linkedin.com/company/archiq",
|
||||
},
|
||||
label: "LinkedIn", href: "https://linkedin.com/company/archiq"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user