feat: add react-social-media-embed package and update homepage layout with new components

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2026-07-17 23:16:34 -07:00
parent 3f2f327c79
commit 0bf92beb93
29 changed files with 5240 additions and 90 deletions

View file

@ -4,19 +4,17 @@ import { CompareTable } from "@/components/homepage/compare-table";
import { ConnectorGrid } from "@/components/homepage/connector-grid";
import { HeroSection } from "@/components/homepage/hero-section";
import { HomeFaq } from "@/components/homepage/home-faq";
import { HowItWorks } from "@/components/homepage/how-it-works";
import { PersonaPaths } from "@/components/homepage/persona-paths";
import { UseCasesRow } from "@/components/homepage/use-cases";
import { LogoCloud } from "@/components/homepage/logo-cloud";
import { SocialProof } from "@/components/homepage/social-proof";
export default function HomePage() {
return (
<div className="min-h-screen bg-linear-to-b from-gray-50 to-gray-100 text-gray-900 dark:from-black dark:to-gray-900 dark:text-white">
<AuthRedirect />
<HeroSection />
<PersonaPaths />
<LogoCloud />
<SocialProof />
<ConnectorGrid />
<HowItWorks />
<UseCasesRow />
<CompareTable />
<HomeFaq />
<CommunityStrip />