diff --git a/src/app/page.tsx b/src/app/page.tsx index 36ff623..bced0ca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,80 +33,49 @@ export default function LandingPage() {
@@ -116,19 +85,13 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Who We Are: Your Partner in ", - }, + type: "text", content: "Who We Are: Your Partner in "}, { - type: "text", - content: "Interior Excellence", - }, + type: "text", content: "Interior Excellence"}, ]} buttons={[ { - text: "Learn More About Aydan", - href: "#", - }, + text: "Learn More About Aydan", href: "#"}, ]} /> @@ -139,29 +102,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - tag: "Commercial", - title: "Corporate Fitout Solutions", - subtitle: "Optimizing Workspaces for Success", - description: "We specialize in designing and executing sophisticated office and commercial fitouts that enhance productivity, foster collaboration, and reflect your brand identity.", - imageSrc: "http://img.b2bpic.net/free-photo/owner-tech-startup-searching-new-office-spaces-by-using-blueprints_482257-95531.jpg", - imageAlt: "Modern office interior", - }, + tag: "Commercial", title: "Corporate Fitout Solutions", subtitle: "Optimizing Workspaces for Success", description: "We specialize in designing and executing sophisticated office and commercial fitouts that enhance productivity, foster collaboration, and reflect your brand identity.", imageSrc: "http://img.b2bpic.net/free-photo/owner-tech-startup-searching-new-office-spaces-by-using-blueprints_482257-95531.jpg", imageAlt: "Modern office interior"}, { - tag: "Residential", - title: "Luxury Home Interiors", - subtitle: "Crafting Dream Living Spaces", - description: "Our residential services bring bespoke luxury and comfort to villas and apartments, creating personalized interiors that epitomize elegance and functionality.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-house-plans_1048-4704.jpg", - imageAlt: "Luxury home interior", - }, + tag: "Residential", title: "Luxury Home Interiors", subtitle: "Crafting Dream Living Spaces", description: "Our residential services bring bespoke luxury and comfort to villas and apartments, creating personalized interiors that epitomize elegance and functionality.", imageSrc: "http://img.b2bpic.net/free-photo/3d-house-plans_1048-4704.jpg", imageAlt: "Luxury home interior"}, { - tag: "Management", - title: "Integrated Facility Management", - subtitle: "Ensuring Seamless Operations", - description: "Beyond aesthetics, we provide comprehensive facility management, ensuring your spaces are maintained to the highest standards, allowing you to focus on your core business.", - imageSrc: "http://img.b2bpic.net/free-vector/ui-ux-thin-line-mobile-app-development-process-construction-web-design-illustration_1284-53022.jpg", - imageAlt: "Facility management illustration", - }, + tag: "Management", title: "Integrated Facility Management", subtitle: "Ensuring Seamless Operations", description: "Beyond aesthetics, we provide comprehensive facility management, ensuring your spaces are maintained to the highest standards, allowing you to focus on your core business.", imageSrc: "http://img.b2bpic.net/free-vector/ui-ux-thin-line-mobile-app-development-process-construction-web-design-illustration_1284-53022.jpg", imageAlt: "Facility management illustration"}, ]} title="Our Expertise: Transforming Visions into Reality" description="Aydan offers a full spectrum of services, from initial concept to flawless execution, ensuring every project reflects unparalleled quality and precision." @@ -176,47 +121,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Executive Office Fitout", - price: "Commercial", - imageSrc: "http://img.b2bpic.net/free-photo/empty-office-workspace-showcases-monitor-with-research-analysis-meetings_482257-118634.jpg", - imageAlt: "Modern executive office fitout", - }, + id: "p1", name: "Executive Office Fitout", price: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/empty-office-workspace-showcases-monitor-with-research-analysis-meetings_482257-118634.jpg", imageAlt: "Modern executive office fitout"}, { - id: "p2", - name: "Luxury Kitchen Design", - price: "Residential", - imageSrc: "http://img.b2bpic.net/free-photo/colorful-pastel-minimal-interior-design_23-2151883533.jpg", - imageAlt: "High-end residential kitchen design", - }, + id: "p2", name: "Luxury Kitchen Design", price: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/colorful-pastel-minimal-interior-design_23-2151883533.jpg", imageAlt: "High-end residential kitchen design"}, { - id: "p3", - name: "Boutique Retail Space", - price: "Commercial", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-choose-their-clothes-home_1153-7645.jpg", - imageAlt: "Stylish boutique retail interior", - }, + id: "p3", name: "Boutique Retail Space", price: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-choose-their-clothes-home_1153-7645.jpg", imageAlt: "Stylish boutique retail interior"}, { - id: "p4", - name: "Hotel Lobby Redesign", - price: "Hospitality", - imageSrc: "http://img.b2bpic.net/free-photo/elderly-guest-arrives-hotel-lobby_482257-81592.jpg", - imageAlt: "Elegant hotel lobby redesign", - }, + id: "p4", name: "Hotel Lobby Redesign", price: "Hospitality", imageSrc: "http://img.b2bpic.net/free-photo/elderly-guest-arrives-hotel-lobby_482257-81592.jpg", imageAlt: "Elegant hotel lobby redesign"}, { - id: "p5", - name: "Premium Villa Interior", - price: "Residential", - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-luxury-waterfront-homes-private-docks-gold-coast_1308-189354.jpg", - imageAlt: "Luxury villa interior design", - }, + id: "p5", name: "Premium Villa Interior", price: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-luxury-waterfront-homes-private-docks-gold-coast_1308-189354.jpg", imageAlt: "Luxury villa interior design"}, { - id: "p6", - name: "Signature Restaurant Design", - price: "Hospitality", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157821.jpg", - imageAlt: "Modern restaurant interior design", - }, + id: "p6", name: "Signature Restaurant Design", price: "Hospitality", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157821.jpg", imageAlt: "Modern restaurant interior design"}, ]} title="Our Diverse Portfolio" description="Explore a selection of our finest commercial and residential projects that showcase our commitment to design excellence and flawless execution." @@ -230,34 +145,16 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - value: "150+", - title: "Projects Completed", - items: [ - "Across diverse sectors", - "On time and budget", - "Achieving client goals", - ], + id: "m1", value: "150+", title: "Projects Completed", items: [ + "Across diverse sectors", "On time and budget", "Achieving client goals"], }, { - id: "m2", - value: "100%", - title: "Client Satisfaction", - items: [ - "Repeat business rate", - "Positive feedback", - "Building long-term relationships", - ], + id: "m2", value: "100%", title: "Client Satisfaction", items: [ + "Repeat business rate", "Positive feedback", "Building long-term relationships"], }, { - id: "m3", - value: "12+", - title: "Years of Expertise", - items: [ - "Industry leading experience", - "Specialized in UAE market", - "Innovative design solutions", - ], + id: "m3", value: "12+", title: "Years of Expertise", items: [ + "Industry leading experience", "Specialized in UAE market", "Innovative design solutions"], }, ]} title="Our Impact & Achievements" @@ -272,64 +169,28 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Johnson", - role: "Facilities Manager", - company: "Horizon Corp", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-muslim-businesswoman-posing-outside_74855-2007.jpg", - imageAlt: "Sarah Johnson", - }, + id: "1", name: "Sarah Johnson", role: "Facilities Manager", company: "Horizon Corp", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-muslim-businesswoman-posing-outside_74855-2007.jpg", imageAlt: "Sarah Johnson"}, { - id: "2", - name: "Ahmed Al-Mansoori", - role: "Real Estate Developer", - company: "Capital Developments", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", - imageAlt: "Ahmed Al-Mansoori", - }, + id: "2", name: "Ahmed Al-Mansoori", role: "Real Estate Developer", company: "Capital Developments", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageAlt: "Ahmed Al-Mansoori"}, { - id: "3", - name: "Fatima Khan", - role: "Homeowner", - company: "Private Client", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517453.jpg", - imageAlt: "Fatima Khan", - }, + id: "3", name: "Fatima Khan", role: "Homeowner", company: "Private Client", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517453.jpg", imageAlt: "Fatima Khan"}, { - id: "4", - name: "David Miller", - role: "Senior Architect", - company: "Apex Designs", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-businessman-with-hard-hat_23-2150917242.jpg", - imageAlt: "David Miller", - }, + id: "4", name: "David Miller", role: "Senior Architect", company: "Apex Designs", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-businessman-with-hard-hat_23-2150917242.jpg", imageAlt: "David Miller"}, { - id: "5", - name: "Nadia Saeed", - role: "Property Investor", - company: "Luxury Holdings", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-as-interior-designer_23-2150346500.jpg", - imageAlt: "Nadia Saeed", - }, + id: "5", name: "Nadia Saeed", role: "Property Investor", company: "Luxury Holdings", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-as-interior-designer_23-2150346500.jpg", imageAlt: "Nadia Saeed"}, ]} kpiItems={[ { - value: "5.0", - label: "Average Rating", - }, + value: "5.0", label: "Average Rating"}, { - value: "100%", - label: "Project Completion", - }, + value: "100%", label: "Project Completion"}, { - value: "UAE", - label: "Service Area", - }, + value: "UAE", label: "Service Area"}, ]} title="What Our Clients Say" description="Hear directly from our satisfied corporate and residential clients about their experience partnering with Aydan Interior Decoration LLC." @@ -341,14 +202,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Horizon Corp", - "Capital Developments", - "Luxury Holdings", - "Apex Designs", - "Global Ventures", - "Innovate Solutions", - "Elite Properties", - ]} + "Horizon Corp", "Capital Developments", "Luxury Holdings", "Apex Designs", "Global Ventures", "Innovate Solutions", "Elite Properties"]} title="Partnering with Industry Leaders" description="We are proud to collaborate with esteemed clients and partners who trust Aydan for their interior decoration and facility management needs across various sectors." /> @@ -360,20 +214,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "faq1", - title: "What types of projects does Aydan specialize in?", - content: "Aydan Interior Decoration LLC specializes in both commercial and residential interior fitout projects, as well as comprehensive facility management services across various sectors in the UAE.", - }, + id: "faq1", title: "What types of projects does Aydan specialize in?", content: "Aydan Interior Decoration LLC specializes in both commercial and residential interior fitout projects, as well as comprehensive facility management services across various sectors in the UAE."}, { - id: "faq2", - title: "How long does a typical fitout project take?", - content: "Project timelines vary significantly based on scope, size, and complexity. We provide a detailed timeline after the initial consultation and design phase to ensure transparency and timely delivery.", - }, + id: "faq2", title: "How long does a typical fitout project take?", content: "Project timelines vary significantly based on scope, size, and complexity. We provide a detailed timeline after the initial consultation and design phase to ensure transparency and timely delivery."}, { - id: "faq3", - title: "Do you offer custom design solutions?", - content: "Absolutely. Every project is unique, and we pride ourselves on offering bespoke design solutions tailored to meet the specific aesthetic, functional, and budgetary requirements of our clients.", - }, + id: "faq3", title: "Do you offer custom design solutions?", content: "Absolutely. Every project is unique, and we pride ourselves on offering bespoke design solutions tailored to meet the specific aesthetic, functional, and budgetary requirements of our clients."}, ]} imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-white-wood-living-room-near-bedroom-upstair_105762-2197.jpg" imageAlt="Interior design project visualization" @@ -389,20 +234,15 @@ export default function LandingPage() { @@ -411,66 +251,39 @@ export default function LandingPage() { ); -} +} \ No newline at end of file