The Rental Led landing page is implemented locally and the SDD cycle was completed and archived. After the first GitHub push, the visual design was criticized and then revised locally. The latest local version includes the corrected visual polish and the screenshot fixes, but those latest visual changes have not been committed or pushed yet.
- Local path:
/Users/fernandogabrielrusso/Desktop/Rentalled - GitHub repo:
https://github.com/russofg/Rentalled - Visibility: private
- Initial pushed commit:
089d499 feat: add Rental Led landing - Current local state: visual redesign/fixes after that commit are local only until committed and pushed.
- Domain:
https://rentalled.com.ar - WhatsApp:
+54 9 11 4973 4510 - WhatsApp URL:
https://wa.me/5491149734510 - Instagram:
https://www.instagram.com/rentalled.ar - Instagram handle:
@rentalled.ar
The user rejected the first visual direction as not professional enough. Specific issues included generic/repetitive copy, stretched-looking typography, ugly service cards, and weak FAQ styling.
Then a second screenshot showed two concrete issues:
- The skip link
Saltar al contenido principalwas visible by default. - The Clients section had broken narrow vertical cards with clipped text.
Latest local fixes:
- Skip link now uses an accessible visually-hidden pattern and only appears on keyboard focus.
- Clients section was redesigned into responsive audience cards with safe widths and no clipped headings.
- The broader visual direction was revised toward a premium industrial/editorial event-production style.
- Typography, hero, service presentation, FAQ, copy density, and repeated credibility copy were improved.
The latest local fixes passed:
npm run build
npm run check:seo
npm run check:finalLatest reported final check:
- Client JS:
565 bytesgzipped - SEO production values valid
- PNG OG image valid
- Static accessibility/motion checks pass
src/content/site.ts— centralized bilingual content, production contact values, metadata source.src/styles/global.css— typography, layout, responsive behavior, skip link, cards, motion, tap targets.src/components/Clients.astro— latest screenshot-driven redesign.src/components/Hero.astro— revised visual direction with image-backed hero.src/components/Services.astro— revised service presentation.src/components/Faq.astro— revised FAQ presentation.src/layouts/BaseLayout.astro— shared layout, SEO/schema injection, skip link markup.scripts/check-seo.mjs— validates SEO/schema/sitemap/robots/production values.scripts/check-final.mjs— validates final static/accessibility/motion/JS budget checks.public/og-rental-led.png— 1200x630 PNG generated fromLogo.pngfor OG/Twitter.openspec/changes/archive/2026-07-05-add-rental-led-landing/— archived SDD audit trail.openspec/specs/rental-led-landing/spec.md— source-of-truth spec after archive.
-
Open
localhost:4321and visually review the latest local version. -
If approved, run:
npm run build && npm run check:seo && npm run check:final git status --short git diff
-
Commit the local visual fixes.
-
Push to
origin/main. -
Configure deployment/DNS for
rentalled.com.arwhen ready.
- Add production monitoring/rollback notes if this site will be maintained actively after launch.