240 lines
8.8 KiB
TypeScript
240 lines
8.8 KiB
TypeScript
"use client";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
|
import FeatureBento from "@/components/sections/feature/FeatureBento";
|
|
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
|
|
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
|
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
|
import Link from "next/link";
|
|
import {
|
|
Calendar,
|
|
Clock,
|
|
MapPin,
|
|
Users,
|
|
Heart,
|
|
Share2,
|
|
Gift,
|
|
} from "lucide-react";
|
|
|
|
export default function EventsPage() {
|
|
const navItems = [
|
|
{ name: "Home", id: "/" },
|
|
{ name: "Dashboard", id: "/dashboard" },
|
|
{ name: "Events", id: "/events" },
|
|
];
|
|
|
|
const footerColumns = [
|
|
{
|
|
title: "Product",
|
|
items: [
|
|
{ label: "Features", href: "/events#features" },
|
|
{ label: "Pricing", href: "/pricing" },
|
|
{ label: "Security", href: "#" },
|
|
{ label: "Status", href: "#" },
|
|
],
|
|
},
|
|
{
|
|
title: "Company",
|
|
items: [
|
|
{ label: "About", href: "/about" },
|
|
{ label: "Blog", href: "/blog" },
|
|
{ label: "Careers", href: "#" },
|
|
{ label: "Contact", href: "/events#contact" },
|
|
],
|
|
},
|
|
{
|
|
title: "Legal",
|
|
items: [
|
|
{ label: "Privacy Policy", href: "#" },
|
|
{ label: "Terms of Service", href: "#" },
|
|
{ label: "Cookie Policy", href: "#" },
|
|
{ label: "GDPR", href: "#" },
|
|
],
|
|
},
|
|
];
|
|
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="hover-magnetic"
|
|
defaultTextAnimation="background-highlight"
|
|
borderRadius="pill"
|
|
contentWidth="medium"
|
|
sizing="mediumLargeSizeLargeTitles"
|
|
background="grid"
|
|
cardStyle="solid"
|
|
primaryButtonStyle="radial-glow"
|
|
secondaryButtonStyle="layered"
|
|
headingFontWeight="bold"
|
|
>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarLayoutFloatingOverlay
|
|
brandName="Family Square"
|
|
navItems={navItems}
|
|
button={{
|
|
text: "Get Started",
|
|
href: "/auth/login",
|
|
}}
|
|
/>
|
|
</div>
|
|
|
|
<div id="features" data-section="features">
|
|
<FeatureBento
|
|
title="Family Event Planning Made Easy"
|
|
description="Create, manage, and coordinate family events effortlessly. From birthdays to reunions, keep everyone informed and organized."
|
|
tag="Events"
|
|
features={[
|
|
{
|
|
title: "Event Calendar",
|
|
description: "View all upcoming family events in one place.",
|
|
bentoComponent: "timeline",
|
|
heading: "Upcoming Family Events",
|
|
subheading: "Never miss an important celebration",
|
|
items: [
|
|
{
|
|
label: "Birthday Party",
|
|
detail: "Saturday at 6:00 PM",
|
|
},
|
|
{
|
|
label: "Family Dinner",
|
|
detail: "Sunday at 5:00 PM",
|
|
},
|
|
{
|
|
label: "Holiday Celebration",
|
|
detail: "December 25th",
|
|
},
|
|
],
|
|
completedLabel: "Completed",
|
|
},
|
|
{
|
|
title: "Event Details",
|
|
description: "Get comprehensive information about each event.",
|
|
bentoComponent: "3d-task-list",
|
|
title: "Event Checklist",
|
|
items: [
|
|
{
|
|
icon: Users,
|
|
label: "Invite Family",
|
|
time: "Day 7",
|
|
},
|
|
{
|
|
icon: MapPin,
|
|
label: "Confirm Location",
|
|
time: "Day 5",
|
|
},
|
|
{
|
|
icon: Clock,
|
|
label: "Set Time",
|
|
time: "Day 3",
|
|
},
|
|
],
|
|
},
|
|
{
|
|
title: "Photo Memories",
|
|
description: "Share and store event photos with the family.",
|
|
bentoComponent: "media-stack",
|
|
items: [
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-person-celebrating-work-close-up_23-2149305062.jpg?_wi=2",
|
|
},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149306382.jpg?_wi=2",
|
|
},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/people-looking-picture-album_23-2149548452.jpg?_wi=2",
|
|
},
|
|
],
|
|
},
|
|
]}
|
|
textboxLayout="default"
|
|
animationType="slide-up"
|
|
useInvertedBackground={false}
|
|
carouselMode="buttons"
|
|
/>
|
|
</div>
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
<TestimonialCardSix
|
|
title="Families Love Event Planning Together"
|
|
description="See what families are saying about coordinating events on Family Square."
|
|
tag="Testimonials"
|
|
textboxLayout="default"
|
|
animationType="slide-up"
|
|
useInvertedBackground={false}
|
|
testimonials={[
|
|
{
|
|
id: "1",
|
|
name: "Sarah Johnson",
|
|
handle: "@sarahj_family",
|
|
testimonial: "Planning my daughter's birthday party was so easy. Everyone knew the date, time, and could RSVP instantly. No more calling everyone!",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-gorgeous-young-caucasian-female-student-with-perfect-healthy-skin_273609-9035.jpg?_wi=3",
|
|
},
|
|
{
|
|
id: "2",
|
|
name: "Michael Chen",
|
|
handle: "@mikechen_dad",
|
|
testimonial: "Family reunions are now perfectly organized. We can coordinate accommodation, meals, and activities all in one place. Game changer!",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1620.jpg?_wi=3",
|
|
},
|
|
{
|
|
id: "3",
|
|
name: "Emily Rodriguez",
|
|
handle: "@emilyrodriguez",
|
|
testimonial: "As someone who hosts family dinners, this app has made coordination seamless. Everyone is happy and feels included in the planning.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-young-european-female-turquoise-blouse_181624-55855.jpg?_wi=2",
|
|
},
|
|
{
|
|
id: "4",
|
|
name: "David Kim",
|
|
handle: "@davidkim_family",
|
|
testimonial: "Holiday celebrations are chaotic no more. Family Square keeps us all synchronized. Love it!",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-cute-caucasian-man-park_181624-56266.jpg?_wi=2",
|
|
},
|
|
{
|
|
id: "5",
|
|
name: "Jennifer Martinez",
|
|
handle: "@jen_martinez",
|
|
testimonial: "My kids actually get excited about family events now because they're involved in the planning through Family Square!",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-gorgeous-young-caucasian-female-student-with-perfect-healthy-skin_273609-9035.jpg?_wi=4",
|
|
},
|
|
{
|
|
id: "6",
|
|
name: "Robert Thompson",
|
|
handle: "@bobthompson",
|
|
testimonial: "From small gatherings to large reunions, Family Square handles it all beautifully. Highly recommend!",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1620.jpg?_wi=4",
|
|
},
|
|
]}
|
|
speed={40}
|
|
/>
|
|
</div>
|
|
|
|
<div id="contact" data-section="contact">
|
|
<ContactCenter
|
|
tag="Event Notifications"
|
|
title="Never Miss a Family Event"
|
|
description="Subscribe to get instant notifications about upcoming family events, last-minute changes, and event reminders. Stay in the loop!"
|
|
tagIcon={Gift}
|
|
tagAnimation="slide-up"
|
|
background={{
|
|
variant: "radial-gradient",
|
|
}}
|
|
useInvertedBackground={false}
|
|
inputPlaceholder="Enter your email for event alerts"
|
|
buttonText="Subscribe to Events"
|
|
termsText="We'll send you event updates and reminders. You can unsubscribe at any time."
|
|
/>
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
<FooterMedia
|
|
imageSrc="http://img.b2bpic.net/free-photo/family-with-cute-kids-autumn-park_1157-22355.jpg?_wi=4"
|
|
imageAlt="Happy families celebrating together"
|
|
logoText="Family Square"
|
|
copyrightText="© 2025 Family Square. Bringing families closer together."
|
|
columns={footerColumns}
|
|
/>
|
|
</div>
|
|
</ThemeProvider>
|
|
);
|
|
} |