|
|
|
|
@@ -20,16 +20,16 @@ export default function HomePage() {
|
|
|
|
|
const testimonials = [
|
|
|
|
|
{
|
|
|
|
|
name: "Alex M.", handle: "Urban Explorer", testimonial: "Finally a way to discover events without algorithm fatigue. Civil is exactly what I needed.", rating: 5,
|
|
|
|
|
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Alex M. avatar"},
|
|
|
|
|
imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Alex M. avatar"},
|
|
|
|
|
{
|
|
|
|
|
name: "Jordan L.", handle: "Social Butterfly", testimonial: "No more missing out on local happenings. The realtime alerts are game-changing.", rating: 5,
|
|
|
|
|
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Jordan L. avatar"},
|
|
|
|
|
imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "Jordan L. avatar"},
|
|
|
|
|
{
|
|
|
|
|
name: "Casey R.", handle: "Community First", testimonial: "Civil connects me with my neighborhood like never before.", rating: 5,
|
|
|
|
|
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Casey R. avatar"},
|
|
|
|
|
imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Casey R. avatar"},
|
|
|
|
|
{
|
|
|
|
|
name: "Morgan T.", handle: "Night Owl", testimonial: "Curated events that actually match my interests. Obsessed.", rating: 5,
|
|
|
|
|
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Morgan T. avatar"},
|
|
|
|
|
imageSrc: "/placeholders/placeholder1.webp?_wi=4", imageAlt: "Morgan T. avatar"},
|
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
const features = [
|
|
|
|
|
@@ -107,7 +107,7 @@ export default function HomePage() {
|
|
|
|
|
{ text: "Learn More", href: "#features" },
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="blur-reveal"
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APttOxJC5nQhjbDKeuAuqNkFHV/uploaded-1772506302794-2p37ieqf.png"
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APttOxJC5nQhjbDKeuAuqNkFHV/uploaded-1772506302794-2p37ieqf.png?_wi=1"
|
|
|
|
|
imageAlt="Civil iOS app interface showing event discovery map with featured events"
|
|
|
|
|
imagePosition="right"
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
@@ -133,7 +133,7 @@ export default function HomePage() {
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<FooterMedia
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APttOxJC5nQhjbDKeuAuqNkFHV/uploaded-1772506302794-2p37ieqf.png"
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APttOxJC5nQhjbDKeuAuqNkFHV/uploaded-1772506302794-2p37ieqf.png?_wi=2"
|
|
|
|
|
imageAlt="Civil app interface"
|
|
|
|
|
columns={footerColumns}
|
|
|
|
|
logoText="Civil"
|
|
|
|
|
|