Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3789dc329e | |||
| b7fcd9ecf2 |
167
src/app/page.tsx
167
src/app/page.tsx
@@ -31,16 +31,11 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "hero" },
|
||||||
name: "Home", id: "hero"},
|
{ name: "About", id: "about" },
|
||||||
{
|
{ name: "Projects", id: "projects" },
|
||||||
name: "About", id: "about"},
|
{ name: "Services", id: "services" },
|
||||||
{
|
{ name: "Contact", id: "contact" },
|
||||||
name: "Projects", id: "projects"},
|
|
||||||
{
|
|
||||||
name: "Services", id: "services"},
|
|
||||||
{
|
|
||||||
name: "Contact", id: "contact"},
|
|
||||||
]}
|
]}
|
||||||
brandName="AVEN"
|
brandName="AVEN"
|
||||||
button={{ text: "Get Started", href: "#contact" }}
|
button={{ text: "Get Started", href: "#contact" }}
|
||||||
@@ -49,58 +44,15 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitTestimonial
|
<HeroSplitTestimonial
|
||||||
background={{
|
background={{ variant: "plain" }}
|
||||||
variant: "plain"}}
|
|
||||||
title="Spaces Designed for Living, Built for You"
|
title="Spaces Designed for Living, Built for You"
|
||||||
description="AVEN Associates transforms interiors and exteriors into stunning, functional environments that reflect your vision and enhance your lifestyle. From residential renovations to commercial installations, we deliver design excellence."
|
description="AVEN Associates transforms interiors and exteriors into stunning, functional environments that reflect your vision and enhance your lifestyle. With over 5 years of experience and 30+ completed projects, we deliver design excellence."
|
||||||
testimonials={[
|
testimonials={[]}
|
||||||
{
|
|
||||||
name: "Sarah Miller", handle: "@sarah_designs", testimonial: "AVEN Associates turned my dated residence into a modern sanctuary. Their attention to detail is unparalleled.", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/designing-staff-gives-high-five-upon-achieving-success_482257-101064.jpg"},
|
|
||||||
{
|
|
||||||
name: "David Thorne", handle: "@dt_architecture", testimonial: "The precision and aesthetic vision brought to our commercial lobby were exceptional.", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-photorealistic-lamp-design_23-2151039009.jpg"},
|
|
||||||
{
|
|
||||||
name: "Elena Vance", handle: "@evance_home", testimonial: "A seamless transformation. They truly listen to the client's needs.", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-interior-design_23-2150794684.jpg"},
|
|
||||||
{
|
|
||||||
name: "Marcus Reed", handle: "@mreed_develops", testimonial: "Professional, reliable, and incredibly talented. Will definitely partner again.", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/comfortable-sofa-modern-lamp-elegant-home-decor-generated-by-ai_188544-27174.jpg"},
|
|
||||||
{
|
|
||||||
name: "Julia Park", handle: "@jpark_design", testimonial: "An incredible experience from discovery to final installation. Highly recommended.", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/minimal-amazing-interior-design_23-2150534505.jpg"},
|
|
||||||
]}
|
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "Start Your Project", href: "#contact" },
|
||||||
text: "Start Your Project", href: "#contact"},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/elegant-young-woman-dressed-silk-skirt-corset-sitting-chair-vintage-boho-luxury-style-apartment-beautiful-blonde-caucasian-girl-posing-near-glowing-lamp-classing-interior-beauty-model_8353-12453.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/elegant-young-woman-dressed-silk-skirt-corset-sitting-chair-vintage-boho-luxury-style-apartment-beautiful-blonde-caucasian-girl-posing-near-glowing-lamp-classing-interior-beauty-model_8353-12453.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
avatars={[
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/female-realtor-handshaking-couple-congratulate-them-their-new-house_23-2148895484.jpg", alt: "Client 1"},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/construction-architect-team-working-desk-office-blueprint-layout-caucasian-colleagues-standing_482257-2828.jpg", alt: "Client 2"},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/multi-ethnic-people-working-with-laptop-tablet-building-model-architecture-project-coworkers-doing-teamwork-design-maquette-construction-layout-with-blueprints_482257-38871.jpg", alt: "Client 3"},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/architects-doing-teamwork-looking-each-other-discussing-blueprints-modern-architecture-office-team-two-architects-colleagues-working-together-urban-planning-project_482257-37792.jpg", alt: "Client 4"},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/content-female-architect-customer-discussing-house-design_1262-18425.jpg", alt: "Client 5"},
|
|
||||||
]}
|
|
||||||
avatarText="Join 150+ happy clients"
|
|
||||||
marqueeItems={[
|
|
||||||
{
|
|
||||||
type: "text", text: "Residential Renovation"},
|
|
||||||
{
|
|
||||||
type: "text", text: "Commercial Interiors"},
|
|
||||||
{
|
|
||||||
type: "text", text: "Architectural Facade"},
|
|
||||||
{
|
|
||||||
type: "text", text: "Project Management"},
|
|
||||||
{
|
|
||||||
type: "text", text: "Aesthetic Styling"},
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -108,10 +60,8 @@ export default function LandingPage() {
|
|||||||
<InlineImageSplitTextAbout
|
<InlineImageSplitTextAbout
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
heading={[
|
heading={[
|
||||||
{
|
{ type: "text", content: "Our Philosophy of Design" },
|
||||||
type: "text", content: "Our Philosophy of Design"},
|
{ type: "image", src: "http://img.b2bpic.net/free-photo/team-diverse-coworkers-modern-office-discuss-their-project-together_93675-133719.jpg", alt: "Design process" },
|
||||||
{
|
|
||||||
type: "image", src: "http://img.b2bpic.net/free-photo/team-diverse-coworkers-modern-office-discuss-their-project-together_93675-133719.jpg", alt: "Design process"},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -122,22 +72,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[]}
|
||||||
{
|
|
||||||
id: "1", name: "Modern Sanctuary", price: "Residential", variant: "Renovation", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-hotel-office-reception-lounge-with-meeting-room_105762-1772.jpg"},
|
|
||||||
{
|
|
||||||
id: "2", name: "Urban Kitchen", price: "Residential", variant: "Modern", imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-bedroom-arrangement_23-2149135755.jpg"},
|
|
||||||
{
|
|
||||||
id: "3", name: "Corporate Lounge", price: "Commercial", variant: "Hospitality", imageSrc: "http://img.b2bpic.net/free-photo/tranquil-space-with-plants_1137-266.jpg"},
|
|
||||||
{
|
|
||||||
id: "4", name: "Vista Exterior", price: "Residential", variant: "Landscaping", imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-bedroom-arrangement_23-2149135754.jpg"},
|
|
||||||
{
|
|
||||||
id: "5", name: "Retail Boutique", price: "Commercial", variant: "Retail", imageSrc: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150861868.jpg"},
|
|
||||||
{
|
|
||||||
id: "6", name: "Serene Terrace", price: "Residential", variant: "Exterior", imageSrc: "http://img.b2bpic.net/free-photo/rustic-deck-with-patio-furniture-vegetation_23-2150698456.jpg"},
|
|
||||||
]}
|
|
||||||
title="Selected Projects"
|
title="Selected Projects"
|
||||||
description="A showcase of our recent residential and commercial design transformations."
|
description="We have successfully completed over 30+ projects, ranging from residential renovations to commercial spaces."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -146,22 +83,9 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[]}
|
||||||
{
|
|
||||||
id: "s1", title: "Interior Planning", author: "AVEN Team", description: "Space optimization and aesthetic styling.", tags: [
|
|
||||||
"Residential", "Commercial"],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/light-diagonal-drawer-close-up-minimal-kitchen_169016-68937.jpg"},
|
|
||||||
{
|
|
||||||
id: "s2", title: "Exterior Facade", author: "AVEN Team", description: "Modernizing home and building exteriors.", tags: [
|
|
||||||
"Architecture", "Exterior"],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-vases-with-red-blue-light_23-2149835501.jpg"},
|
|
||||||
{
|
|
||||||
id: "s3", title: "Project Management", author: "AVEN Team", description: "Handling design execution from start to finish.", tags: [
|
|
||||||
"Professional", "Reliable"],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/from-people-near-drafts-laptop_23-2147785637.jpg"},
|
|
||||||
]}
|
|
||||||
title="Comprehensive Design Services"
|
title="Comprehensive Design Services"
|
||||||
description="Full-scale interior and exterior design solutions tailored to your unique requirements."
|
description="Leveraging 5+ years of experience, we provide full-scale interior and exterior design solutions tailored to your unique requirements."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -171,18 +95,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{ id: "m1", value: "30+", title: "Projects Completed", items: ["Residential", "Commercial"] },
|
||||||
id: "m1", value: "150+", title: "Projects Completed", items: [
|
{ id: "m2", value: "5+", title: "Years Experience", items: ["Design Excellence", "Professional"] },
|
||||||
"Residential", "Commercial"],
|
{ id: "m3", value: "95%", title: "Client Satisfaction", items: ["Happy Clients", "Referrals"] },
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "m2", value: "10+", title: "Years Experience", items: [
|
|
||||||
"Design Excellence", "Trusted"],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "m3", value: "95%", title: "Client Satisfaction", items: [
|
|
||||||
"Happy Clients", "Referrals"],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Design Journey"
|
title="Our Design Journey"
|
||||||
description="Proven results through professional expertise."
|
description="Proven results through professional expertise."
|
||||||
@@ -194,33 +109,14 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[]}
|
||||||
{
|
|
||||||
id: "1", name: "Elena Ross", role: "Owner", company: "Villa Modern", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-man-showing-tablet-screen-blonde-client_74855-8799.jpg"},
|
|
||||||
{
|
|
||||||
id: "2", name: "James Chen", role: "Developer", company: "UrbanCorp", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/content-african-american-designer-explaining-project-client-showing-draft_74855-9753.jpg"},
|
|
||||||
{
|
|
||||||
id: "3", name: "Linda V.", role: "Homeowner", company: "Private Res", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-elder-woman-kitchen-holding-tablet_23-2148419314.jpg"},
|
|
||||||
{
|
|
||||||
id: "4", name: "Mark D.", role: "Manager", company: "Retail Group", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-professionals-shaking-hands_23-2148352569.jpg"},
|
|
||||||
{
|
|
||||||
id: "5", name: "Sophia L.", role: "Agent", company: "Lux Estates", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/people-interacting-office_23-2147727721.jpg"},
|
|
||||||
]}
|
|
||||||
kpiItems={[
|
kpiItems={[
|
||||||
{
|
{ value: "30+", label: "Projects" },
|
||||||
value: "95%", label: "Retention"},
|
{ value: "5+", label: "Years Exp." },
|
||||||
{
|
{ value: "4.9/5", label: "Rating" },
|
||||||
value: "120+", label: "Projects"},
|
|
||||||
{
|
|
||||||
value: "4.9/5", label: "Rating"},
|
|
||||||
]}
|
]}
|
||||||
title="Client Stories"
|
title="Client Stories"
|
||||||
description="See how we help clients realize their design visions."
|
description="Clients choose Aven for our minimalist and elegant design style. We've built a reputation for excellence through our 30+ projects over 5+ years of operation."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -229,12 +125,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{ id: "f1", title: "What defines Aven's approach?", content: "We prioritize comfort in our client engagement, ensuring every project is as functional as it is aesthetic." },
|
||||||
id: "f1", title: "How do we start?", content: "Schedule a discovery call to discuss your vision."},
|
{ id: "f2", title: "What is the Aven procedure?", content: "Our workflow involves thorough site layouting, detailed site observation, and then systematic design development." },
|
||||||
{
|
{ id: "f3", title: "Do you do commercial?", content: "Yes, we handle office and retail designs." },
|
||||||
id: "f2", title: "What's the timeline?", content: "Varies by project scope and complexity."},
|
|
||||||
{
|
|
||||||
id: "f3", title: "Do you do commercial?", content: "Yes, we handle office and retail designs."},
|
|
||||||
]}
|
]}
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Everything you need to know about our design process."
|
description="Everything you need to know about our design process."
|
||||||
@@ -245,14 +138,12 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{ variant: "plain" }}
|
||||||
variant: "plain"}}
|
|
||||||
tag="Ready to design?"
|
tag="Ready to design?"
|
||||||
title="Start Your Project"
|
title="Start Your Project"
|
||||||
description="Let's create the space of your dreams together. Contact us for a consultation."
|
description="Let's create the space of your dreams together. Contact us for a consultation at aven.architect.co@gmail.com."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "Contact Us", href: "mailto:aven.architect.co@gmail.com" },
|
||||||
text: "Contact Us", href: "#"},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user