Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-03 21:40:48 +00:00

View File

@@ -10,7 +10,7 @@ import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarou
import SplitAbout from '@/components/sections/about/SplitAbout';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import { Award, MapPin, Scan, CheckCircle, Search } from "lucide-react";
import { Scan, CheckCircle, Search } from "lucide-react";
export default function LandingPage() {
return (
@@ -33,7 +33,8 @@ export default function LandingPage() {
{ name: "Features", id: "features" },
{ name: "How It Works", id: "how-it-works" },
{ name: "Testimonials", id: "testimonials" },
{ name: "FAQ", id: "faq" }
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" }
]}
brandName="Find My Stuff"
/>
@@ -59,7 +60,6 @@ export default function LandingPage() {
<div id="features" data-section="features">
<FeatureCardEight
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
title="Recover what matters with confidence"
@@ -76,6 +76,7 @@ export default function LandingPage() {
title="Simple, secure, and effective."
description="Our three-step process makes sure your items move from lost to found without any stress."
textboxLayout="split"
useInvertedBackground={false}
bulletPoints={[
{ title: "Post a Listing", description: "Quickly describe your item using our intuitive form.", icon: Scan },
{ title: "Smart Matching", description: "Our platform matches your item with recent found entries.", icon: Search },
@@ -91,6 +92,8 @@ export default function LandingPage() {
title="Trusted by our community"
description="Hear from people who have successfully reunited with their lost items."
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "t1", name: "Sarah M.", role: "Local Cape Town Resident", testimonial: "I was devastated when I lost my keys, but the community found them for me within an hour. Incredible service!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-football-game_23-2149015525.jpg"
@@ -105,6 +108,7 @@ export default function LandingPage() {
description="Everything you need to know about getting your stuff back."
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{ id: "1", title: "How do I report a lost item?", content: "Simply click the 'Report Lost' button, describe your item, and upload any photos if available." },
{ id: "2", title: "Are my details secure?", content: "We protect your privacy and only share necessary details when a match is confirmed." }
@@ -116,6 +120,7 @@ export default function LandingPage() {
<ContactSplitForm
title="Get in touch with us"
description="Have questions or need urgent help? We are here to assist you."
useInvertedBackground={false}
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true }