From d8e77f1e5b0e197c23f435648c71714a06161c18 Mon Sep 17 00:00:00 2001 From: azeeee05 Date: Wed, 9 Sep 2026 10:32:54 +0530 Subject: [PATCH] feat: implement HeroSection component and enable trailing slash in next.config.ts --- next.config.ts | 1 + .../HomePage/components/HeroSection.tsx | 38 ++++++++++--------- 2 files changed, 21 insertions(+), 18 deletions(-) diff --git a/next.config.ts b/next.config.ts index 00c940e..d58102b 100644 --- a/next.config.ts +++ b/next.config.ts @@ -2,6 +2,7 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { output: "export", + trailingSlash: true, images: { unoptimized: true, }, diff --git a/src/app/(features)/HomePage/components/HeroSection.tsx b/src/app/(features)/HomePage/components/HeroSection.tsx index 00e8074..21068a9 100644 --- a/src/app/(features)/HomePage/components/HeroSection.tsx +++ b/src/app/(features)/HomePage/components/HeroSection.tsx @@ -8,50 +8,52 @@ import Button from '../../Components/Button'; const HeroSection: React.FC = () => { return (
-
+
{/* Left Column: Content */} -
+
{/* Badge */} -
- - NEW · AI AUTO-INDEXING +
+
+ + NEW · AI AUTO-INDEXING +
{/* Heading */} -

- All Your Documents. +

+ All Your Documents. One Intelligent System.

{/* Subtitle */} -

+

Manage, edit, automate and sign — without switching tools. Run the whole platform, or start with the single module you need.

{/* Buttons */} -
- -
{/* Right Column: Shuffled Images */} -
+
{/* Decorative Glow */} -
+
{/* Image 4 (Back-most, Left) */} -
+
{
{/* Image 3 (Back-most, Right) */} -
+
{
{/* Image 2 (Middle, slightly left) */} -
+
{
{/* Image 1 (Front-most) */} -
+