feat: redesign landing page with report-inspired visuals and conversion optimization
Add tabbed report preview (score gauge, domains, issues, actions), annotated review evidence cards with sentiment highlights, social proof bar, and visual how-it-works mockups. Enhance hero with stat pills, testimonials with stars, and banner with mini gauge. Remove redundant features section. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,16 +1,20 @@
|
||||
import { Banner } from "~/modules/marketing/home/banner";
|
||||
import { Faq } from "~/modules/marketing/home/faq";
|
||||
import { Features } from "~/modules/marketing/home/features";
|
||||
import { Hero } from "~/modules/marketing/home/hero";
|
||||
import { HowItWorks } from "~/modules/marketing/home/how-it-works";
|
||||
import { ReportPreview } from "~/modules/marketing/home/report-preview";
|
||||
import { ReviewEvidence } from "~/modules/marketing/home/review-evidence";
|
||||
import { SocialProof } from "~/modules/marketing/home/social-proof";
|
||||
import { Testimonials } from "~/modules/marketing/home/testimonials";
|
||||
|
||||
const HomePage = () => {
|
||||
return (
|
||||
<>
|
||||
<Hero />
|
||||
<SocialProof />
|
||||
<HowItWorks />
|
||||
<Features />
|
||||
<ReportPreview />
|
||||
<ReviewEvidence />
|
||||
<Testimonials />
|
||||
<Faq />
|
||||
<Banner />
|
||||
|
||||
Reference in New Issue
Block a user