mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-24 23:41:10 +02:00
feat: add react-social-media-embed package and update homepage layout with new components
This commit is contained in:
parent
3f2f327c79
commit
0bf92beb93
29 changed files with 5240 additions and 90 deletions
|
|
@ -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 />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue