giptrac_kwvrPePT (1).mp4

MASTER PROMPT — Geptral Nature-Driven Landing Page (Pixel-Perfect Rebuild)

Build a premium, dark, cinematic, Awwwards-level landing page for Geptral — a nature-driven innovation company. The site must be a pixel- and animation-perfect reproduction of the spec below. All section code is provided verbatim — DO NOT modify logic, class names, timings, easings, opacities, or magic numbers. Treat the code as the source of truth.


1. Tech Stack & Global Setup

Page wrapper

<main className="bg-[#1b1b1b] text-white font-['Inter_Tight',_sans-serif]">
  <Hero />
  <Section2 />
  <Section3 />
  <Section4 />
  <Section5 />
  <Section6 />
  <Section7 />
  <Section8 />
</main>

2. Assets — load EVERY image/video from the CDN

All assets must be served from the base URL:

<https://qclay.design/lovable/ceptral/>

Map every @/assets/*.asset.json import to a simple object with a url field pointing to the matching CDN file. The cleanest way: create tiny stub modules under src/assets/ that export { url: "<https://qclay.design/lovable/ceptral/><filename>" }, OR replace the imports inline with the URL string. Example stub for src/assets/Professional_Mode_Large_group_of_small_fish_gracef (1).mp4.asset.json.ts: