Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ContactForm from '@/components/form/ContactForm';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
|
||||
export default function FeedPage() {
|
||||
return (
|
||||
@@ -30,11 +30,13 @@ export default function FeedPage() {
|
||||
<div className="container mx-auto px-4 py-24">
|
||||
<h1 className="text-4xl font-bold mb-8">Party Feed</h1>
|
||||
<div className="grid gap-8">
|
||||
<ContactForm
|
||||
<ContactSplit
|
||||
tag="Create"
|
||||
title="Host a New Party"
|
||||
description="Share your party details with the community."
|
||||
buttonText="Post Party"
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
/>
|
||||
<div className="border p-6 rounded-lg">
|
||||
<h2 className="text-xl font-semibold">Recent Parties</h2>
|
||||
|
||||
Reference in New Issue
Block a user