Initial commit

This commit is contained in:
2026-04-30 20:22:49 +05:30
parent b710d5e6a1
commit 1fd65261b4
104 changed files with 5443 additions and 114 deletions
+587 -56
View File
@@ -1,65 +1,596 @@
import Image from "next/image";
"use client";
import Link from "next/link";
import { useEffect } from "react";
export default function HomePage() {
export default function Home() {
return (
<div className="flex flex-col flex-1 items-center justify-center bg-zinc-50 font-sans dark:bg-black">
<main className="flex flex-1 w-full max-w-3xl flex-col items-center justify-between py-32 px-16 bg-white dark:bg-black sm:items-start">
<Image
className="dark:invert"
src="/next.svg"
alt="Next.js logo"
width={100}
height={20}
priority
/>
<div className="flex flex-col items-center gap-6 text-center sm:items-start sm:text-left">
<h1 className="max-w-xs text-3xl font-semibold leading-10 tracking-tight text-black dark:text-zinc-50">
To get started, edit the page.tsx file.
</h1>
<p className="max-w-md text-lg leading-8 text-zinc-600 dark:text-zinc-400">
Looking for a starting point or more instructions? Head over to{" "}
<a
href="https://vercel.com/templates?framework=next.js&utm_source=create-next-app&utm_medium=appdir-template-tw&utm_campaign=create-next-app"
className="font-medium text-zinc-950 dark:text-zinc-50"
>
Templates
</a>{" "}
or the{" "}
<a
href="https://nextjs.org/learn?utm_source=create-next-app&utm_medium=appdir-template-tw&utm_campaign=create-next-app"
className="font-medium text-zinc-950 dark:text-zinc-50"
>
Learning
</a>{" "}
center.
</p>
<>
<section className="ux-hero-section">
<div className="container">
<div className="row justify-content-center text-center">
<div className="col-lg-8">
<h1 className="ux-hero-title">
One Strong Idea.
<br />
Executed Across Every <br />{" "}
<span className="ux-text-highlight">Digital</span> Surface.
</h1>
<p className="ux-hero-subtitle">
Designing digital homes, brand systems, and scalable content for
modern operators.
</p>
<div className="ux-hero-actions">
<a href="#" className="btn ux-btn-primary">
Start a Project{" "}
<span className="ux-btn-icon">
<img src="assets/images/arrowbuttonwhite.svg" alt="" />
</span>
</a>
<a href="#" className="btn ux-btn-secondary">
View Case Studies
</a>
</div>
</div>
</div>
<div className="flex flex-col gap-4 text-base font-medium sm:flex-row">
<a
className="flex h-12 w-full items-center justify-center gap-2 rounded-full bg-foreground px-5 text-background transition-colors hover:bg-[#383838] dark:hover:bg-[#ccc] md:w-[158px]"
href="https://vercel.com/new?utm_source=create-next-app&utm_medium=appdir-template-tw&utm_campaign=create-next-app"
target="_blank"
rel="noopener noreferrer"
>
<Image
className="dark:invert"
src="/vercel.svg"
alt="Vercel logomark"
width={16}
height={16}
{/* BOTTOM CARDS */}
<div className="row align-items-center mt-5 g-4 ux-bottom-wrapper">
{/* Left Image */}
<div className="col-lg-3">
<div className="ux-img-card">
<img src="assets/images/Onestrong.png" className="img-fluid" />
</div>
</div>
{/* 400+ */}
<div className="col-lg-2">
<div className="ux-stat-box ux-light">
<h2 className="ux-counter" data-count={400}>
0
</h2>
<p>
Our Esteemed
<br />
Clients and Partners
</p>
</div>
</div>
{/* Trusted */}
<div className="col-lg-2">
<div className="ux-stat-box ux-dark">
<h5>
Trusted &amp;
<br />
Transparent
<br />
Growth
</h5>
<div className="ux-icon">
<img src="assets/images/flower.svg" alt="" />
</div>
</div>
</div>
{/* 20+ */}
<div className="col-lg-2">
<div className="ux-stat-box ux-dark">
<h2>20+</h2>
<p>
Global Enterprise
<br />
Drives Innovation
</p>
</div>
</div>
{/* Right Image */}
<div className="col-lg-3">
<div className="ux-img-card">
<img src="assets/images/Onestrong1.png" className="img-fluid" />
</div>
</div>
</div>
</div>
</section>
<section className="ux-about-section">
<div className="container">
{/* Top Heading */}
<div className="row mb-5">
<div className="col-lg-3">
<p className="ux-section-label">About AaideA</p>
</div>
<div className="col-lg-9">
<h2 className="ux-main-heading">
We build digital homes, brand systems, and scalable content engines
designed for clarity and growth. Everything is structured to help{" "}
<span>
{" "}
fast-moving operators stay consistent, move with precision, and
turn attention into lasting momentum.
</span>
</h2>
</div>
</div>
{/* Content Row */}
<div className="row align-items-end mb-5">
{/* Left Counter */}
<div className="col-lg-3 text-center text-lg-start">
<h2 className="ux-big-counter">10+</h2>
<p className="ux-small-text">Years Of Creative Excellence</p>
</div>
{/* Image */}
<div className="col-lg-3 text-center">
<img
src="assets/images/digitalabout.png"
className="img-fluid ux-about-img"
/>
Deploy Now
</a>
<a
className="flex h-12 w-full items-center justify-center rounded-full border border-solid border-black/[.08] px-5 transition-colors hover:border-transparent hover:bg-black/[.04] dark:border-white/[.145] dark:hover:bg-[#1a1a1a] md:w-[158px]"
href="https://nextjs.org/docs?utm_source=create-next-app&utm_medium=appdir-template-tw&utm_campaign=create-next-app"
target="_blank"
rel="noopener noreferrer"
>
Documentation
</div>
{/* Content */}
<div className="col-lg-6">
<h4 className="ux-card-title">We build digital homes</h4>
<p className="ux-card-text">
We build digital homes, brand systems, and scalable content engines
designed for clarity and growth.
</p>
<a href="#" className="btn ux-btn-primary">
Start a Project{" "}
<span className="ux-btn-icon">
<img src="assets/images/arrowbuttonwhite.svg" alt="" />
</span>
</a>
</div>
</div>
<div className="partners-wrapper">
<div className="partner-item">
<img src="assets/images/lutron.png" alt="" />
</div>
<div className="partner-item">
<img src="assets/images/kohler.png" alt="" />
</div>
<div className="partner-item">
<img src="assets/images/samsung.png" alt="" />
</div>
<div className="partner-item">
<img src="assets/images/ring.png" alt="" />
</div>
<div className="partner-item">
<img src="assets/images/nest.png" alt="" />
</div>
<div className="partner-item">
<img src="assets/images/sherwin.png" alt="" />
</div>
</div>
</div>
</section>
<section className="ux-work-section">
<div className="container">
{/* Header */}
<div className="d-flex justify-content-between align-items-center mb-4">
<div className="displayflexhead">
<p className="ux-section-label">Featured Work</p>
<h2 className="ux-main-heading">
We build digital homes, brand systems, and scalable
</h2>
</div>
{/* Arrows */}
<div className="ux-swiper-nav">
<div className="ux-arrow work-prev">
<img src="assets/images/arrowpre.png" alt="" />
</div>
<div className="ux-arrow work-next">
<img src="assets/images/arrownext.png" alt="" />
</div>
</div>
</div>
{/* Slider */}
<div className="swiper ux-work-swiper">
<div className="swiper-wrapper">
{/* CARD */}
<div className="swiper-slide">
<div className="ux-work-card">
<img
src="assets/images/Digital Transformation.png"
className="img-fluid"
/>
<h4>HVAC Digital Transformation</h4>
<p>
Turning a legacy service business into a structured digital lead
engine.
</p>
<a href="#" className="ux-link">
Learn Case <img src="assets/images/arrowlearn.svg" alt="" />
</a>
</div>
</div>
<div className="swiper-slide">
<div className="ux-work-card">
<img src="assets/images/AchievAR1.png" className="img-fluid" />
<h4>AchievAR</h4>
<p>
Building a brand system for immersive learning in a fragmented
market.
</p>
<a href="#" className="ux-link">
Learn Case <img src="assets/images/arrowlearn.svg" alt="" />
</a>
</div>
</div>
<div className="swiper-slide">
<div className="ux-work-card">
<img src="assets/images/pro.png" className="img-fluid" />
<h4>LynkedUp Pro</h4>
<p>
Designing a SaaS platform that bridges vetted talent and
execution.
</p>
<a href="#" className="ux-link">
Learn Case <img src="assets/images/arrowlearn.svg" alt="" />
</a>
</div>
</div>
<div className="swiper-slide">
<div className="ux-work-card">
<img src="assets/images/foundation.png" className="img-fluid" />
<h4>LynkedUp Foundation</h4>
<p>
Turning a legacy service business into a structured digital lead
engine.
</p>
<a href="#" className="ux-link">
Learn Case <img src="assets/images/arrowlearn.svg" alt="" />
</a>
</div>
</div>
<div className="swiper-slide">
<div className="ux-work-card">
<img
src="assets/images/Digital Transformation.png"
className="img-fluid"
/>
<h4>HVAC Digital Transformation</h4>
<p>
Turning a legacy service business into a structured digital lead
engine.
</p>
<a href="#" className="ux-link">
Learn Case <img src="assets/images/arrowlearn.svg" alt="" />
</a>
</div>
</div>
<div className="swiper-slide">
<div className="ux-work-card">
<img src="assets/images/AchievAR1.png" className="img-fluid" />
<h4>AchievAR</h4>
<p>
Building a brand system for immersive learning in a fragmented
market.
</p>
<a href="#" className="ux-link">
Learn Case <img src="assets/images/arrowlearn.svg" alt="" />
</a>
</div>
</div>
<div className="swiper-slide">
<div className="ux-work-card">
<img src="assets/images/pro.png" className="img-fluid" />
<h4>LynkedUp Pro</h4>
<p>
Designing a SaaS platform that bridges vetted talent and
execution.
</p>
<a href="#" className="ux-link">
Learn Case <img src="assets/images/arrowlearn.svg" alt="" />
</a>
</div>
</div>
<div className="swiper-slide">
<div className="ux-work-card">
<img src="assets/images/foundation.png" className="img-fluid" />
<h4>LynkedUp Foundation</h4>
<p>
Turning a legacy service business into a structured digital lead
engine.
</p>
<a href="#" className="ux-link">
Learn Case <img src="assets/images/arrowlearn.svg" alt="" />
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section className="ux-why-section">
<div className="container">
{/* Heading */}
<div className="displayflexhead" style={{ width: "90%" }}>
<p className="ux-section-label">Why AAideA</p>
<h2 className="ux-main-heading main-headingexit">
AAideA exists for decision-makers who value clarity over noise. We
don't chase trends. We build structured execution.
</h2>
</div>
{/* Content */}
<div className="row align-items-center existpadd">
{/* Image */}
<div className="col-lg-4">
<div className="ux-why-img">
<img src="assets/images/Why AAideA.png" className="img-fluid" />
</div>
</div>
{/* Cards */}
<div className="col-lg-8">
<div className="row g-4">
<div className="col-md-4">
<div className="ux-why-card">
<span className="ux-number">01</span>
<h6>Systems over chaos</h6>
</div>
</div>
<div className="col-md-4">
<div className="ux-why-card">
<span className="ux-number">02</span>
<h6>Taste without ego</h6>
</div>
</div>
<div className="col-md-4">
<div className="ux-why-card">
<span className="ux-number">03</span>
<h6>AI as amplifier</h6>
</div>
</div>
<div className="col-md-4">
<div className="ux-why-card">
<span className="ux-number">04</span>
<h6>Built for operators</h6>
</div>
</div>
<div className="col-md-4">
<div className="ux-why-card">
<span className="ux-number">05</span>
<h6>Structured to scale</h6>
</div>
</div>
<div className="col-md-4">
<div className="ux-why-card">
<span className="ux-number">06</span>
<h6>Designed to endure</h6>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section className="ux-build-section">
<div className="container">
{/* Header */}
<div className="d-flex justify-content-between align-items-center">
<div className="displayflexhead">
<p className="ux-section-label" style={{ color: "white" }}>
What we build.
</p>
<h2 className="ux-main-heading text-white">
We dont sell services. We build systems that scale.
</h2>
</div>
{/* Arrows */}
<div className="ux-swiper-nav">
{/* Work section arrows — change to work-prev / work-next */}
<div className="ux-arrow build-prev">
<img src="assets/images/arrowpre.png" />
</div>
<div className="ux-arrow build-next">
<img src="assets/images/arrownext.png" />
</div>
</div>
</div>
</div>
{/* Slider */}
<div className="swiper ux-build-swiper">
<div className="swiper-wrapper">
{/* CARD */}
<div className="swiper-slide">
<div className="ux-build-card">
<span>
<img src="assets/images/Websitesdesign.svg" alt="" />
</span>
<h5>Websites &amp; Digital Platforms</h5>
<p>
High-performance marketing sites, SaaS platforms, landing
ecosystems.
</p>
</div>
</div>
<div className="swiper-slide">
<div className="ux-build-card">
<span>
{" "}
<img src="assets/images/brandsystem.svg" alt="" />
</span>
<h5>Brand Systems</h5>
<p>
Identity, structure, messaging architecture, scalable visual
language.
</p>
</div>
</div>
{/* ACTIVE CARD */}
<div className="swiper-slide">
<div className="ux-build-card active">
<span>
{" "}
<img src="assets/images/campaignicon.svg" alt="" />
</span>
<h5>Campaign &amp; Performance Creative</h5>
<p>Conversion-led campaigns across web and social.</p>
</div>
</div>
<div className="swiper-slide">
<div className="ux-build-card">
<span>
{" "}
<img src="assets/images/Motion.svg" alt="" />
</span>
<h5>Motion &amp; Content Systems</h5>
<p>Video, reels, explainers, multi-format content packaging.</p>
</div>
</div>
<div className="swiper-slide">
<div className="ux-build-card">
<span>
{" "}
<img src="assets/images/AI-Accelerated.svg" alt="" />
</span>
<h5>AI-Accelerated Production</h5>
<p>Structured workflows that amplify execution speed.</p>
</div>
</div>
<div className="swiper-slide">
<div className="ux-build-card active">
<span>
{" "}
<img src="assets/images/campaignicon.svg" alt="" />
</span>
<h5>Campaign &amp; Performance Creative</h5>
<p>Conversion-led campaigns across web and social.</p>
</div>
</div>
<div className="swiper-slide">
<div className="ux-build-card">
<span>
<img src="assets/images/Motion.svg" alt="" />
</span>
<h5>Motion &amp; Content Systems</h5>
<p>Video, reels, explainers, multi-format content packaging.</p>
</div>
</div>
<div className="swiper-slide">
<div className="ux-build-card">
<span>
{" "}
<img src="assets/images/AI-Accelerated.svg" alt="" />
</span>
<h5>AI-Accelerated Production</h5>
<p>Structured workflows that amplify execution speed.</p>
</div>
</div>
<div className="swiper-slide">
<div className="ux-build-card active">
<span>
{" "}
<img src="assets/images/campaignicon.svg" alt="" />
</span>
<h5>Campaign &amp; Performance Creative</h5>
<p>Conversion-led campaigns across web and social.</p>
</div>
</div>
<div className="swiper-slide">
<div className="ux-build-card">
<span>
{" "}
<img src="assets/images/Motion.svg" alt="" />
</span>
<h5>Motion &amp; Content Systems</h5>
<p>Video, reels, explainers, multi-format content packaging.</p>
</div>
</div>
<div className="swiper-slide">
<div className="ux-build-card">
<span>
<img src="assets/images/AI-Accelerated.svg" alt="" />
</span>
<h5>AI-Accelerated Production</h5>
<p>Structured workflows that amplify execution speed.</p>
</div>
</div>
</div>
</div>
</section>
<section className="ux-process-section">
<div className="container">
{/* Top Header */}
<div className="d-flex justify-content-between align-items-center mb-5 flex-wrap">
<div className="displayflexhead">
<p className="ux-section-label">Structured execution.</p>
<h2 className="ux-main-heading">
Every project follows the same internal discipline.
</h2>
</div>
<a href="#" className="btn ux-btn-primary">
Explore our Process
<span className="ux-btn-icon">
<img src="assets/images/arrowbuttonwhite.svg" alt="" />
</span>
</a>
</div>
</main>
{/* Steps */}
<div className="row g-4 align-items-stretch">
{/* STEP 1 */}
<div className="col-lg-4 position-relative">
<div className="ux-process-card">
<span className="ux-step">STEP 01</span>
<h4>Absorb</h4>
<p>
We dissect the problem before designing the solution. Positioning.
Constraints.
</p>
<img src="assets/images/Absorbhome.png" className="img-fluid" />
</div>
{/* Arrow */}
<div className="ux-step-arrow d-none d-lg-block">
<img src="assets/images/arrowforward.svg" alt="" />
</div>
</div>
{/* STEP 2 */}
<div className="col-lg-4 position-relative">
<div className="ux-process-card">
<span className="ux-step">STEP 02</span>
<h4>Amplify</h4>
<p>
We build the system. Design language. Digital architecture.
AI-assisted iterations.
</p>
<img src="assets/images/Amplifyhome.png" className="img-fluid" />
</div>
{/* Arrow */}
<div className="ux-step-arrow d-none d-lg-block">
<img src="assets/images/arrowforward.svg" alt="" />
</div>
</div>
{/* STEP 3 */}
<div className="col-lg-4">
<div className="ux-process-card">
<span className="ux-step">STEP 03</span>
<h4>Activate</h4>
<p>
We ship across formats. Web. Campaign. Motion. Content.
Distribution.
</p>
<img src="assets/images/Activatehome.png" className="img-fluid" />
</div>
</div>
</div>
</div>
</section>
{/* TOP CTA */}
<div className="ux-footer-hero">
<div className="container">
<div className="ux-footer-hero-content text-center">
<p className="ux-section-label">AAideA</p>
<h2 className="ux-footer-title">
If the idea is strong, we'll scale it.
</h2>
<div className="ux-hero-actions">
<a href="#" className="btn ux-btn-primary">
Start a Project{" "}
<span className="ux-btn-icon">
<img src="assets/images/arrowbuttonwhite.svg" alt="" />
</span>
</a>
</div>
</div>
</div>
</div>
</>
);
}