diff --git a/src/app/browse/page.tsx b/src/app/browse/page.tsx index a8f479c..7cdc0ea 100644 --- a/src/app/browse/page.tsx +++ b/src/app/browse/page.tsx @@ -19,8 +19,7 @@ export default function BrowseItemsPage() { const footerColumns = [ { - title: "Platform", - items: [ + title: "Platform", items: [ { label: "Browse Items", href: "/browse" }, { label: "Report Item", href: "/report" }, { label: "How It Works", href: "#how-it-works" }, @@ -28,8 +27,7 @@ export default function BrowseItemsPage() { ], }, { - title: "Community", - items: [ + title: "Community", items: [ { label: "Success Stories", href: "#testimonials" }, { label: "Guidelines", href: "#" }, { label: "Help Center", href: "#" }, @@ -37,8 +35,7 @@ export default function BrowseItemsPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "#" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" }, @@ -46,8 +43,7 @@ export default function BrowseItemsPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -58,47 +54,17 @@ export default function BrowseItemsPage() { const allItems = [ { - id: "1", - name: "Blue Backpack", - price: "Lost - $150 value", - imageSrc: "http://img.b2bpic.net/free-photo/woman-leaning-her-car-beach_23-2148218377.jpg?_wi=2", - imageAlt: "Blue backpack", - }, + id: "1", name: "Blue Backpack", price: "Lost - $150 value", imageSrc: "http://img.b2bpic.net/free-photo/woman-leaning-her-car-beach_23-2148218377.jpg", imageAlt: "Blue backpack"}, { - id: "2", - name: "Leather Wallet", - price: "Found - Electronics Category", - imageSrc: "http://img.b2bpic.net/free-photo/man-saving-money-energy-crisis_23-2150061852.jpg?_wi=2", - imageAlt: "Brown leather wallet", - }, + id: "2", name: "Leather Wallet", price: "Found - Electronics Category", imageSrc: "http://img.b2bpic.net/free-photo/man-saving-money-energy-crisis_23-2150061852.jpg", imageAlt: "Brown leather wallet"}, { - id: "3", - name: "iPhone 14", - price: "Lost - Downtown Area", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-adult-man-browsing-his-mobile-phone_23-2148531034.jpg?_wi=2", - imageAlt: "iPhone 14 device", - }, + id: "3", name: "iPhone 14", price: "Lost - Downtown Area", imageSrc: "http://img.b2bpic.net/free-photo/close-up-adult-man-browsing-his-mobile-phone_23-2148531034.jpg", imageAlt: "iPhone 14 device"}, { - id: "4", - name: "Vintage Watch", - price: "Found - Jewelry Category", - imageSrc: "http://img.b2bpic.net/free-photo/woman-leaning-her-car-beach_23-2148218377.jpg?_wi=3", - imageAlt: "Vintage watch", - }, + id: "4", name: "Vintage Watch", price: "Found - Jewelry Category", imageSrc: "http://img.b2bpic.net/free-photo/woman-leaning-her-car-beach_23-2148218377.jpg", imageAlt: "Vintage watch"}, { - id: "5", - name: "Prescription Glasses", - price: "Lost - Last seen at Cafe", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-adult-man-browsing-his-mobile-phone_23-2148531034.jpg?_wi=3", - imageAlt: "Prescription glasses", - }, + id: "5", name: "Prescription Glasses", price: "Lost - Last seen at Cafe", imageSrc: "http://img.b2bpic.net/free-photo/close-up-adult-man-browsing-his-mobile-phone_23-2148531034.jpg", imageAlt: "Prescription glasses"}, { - id: "6", - name: "Gold Ring", - price: "Found - Wedding Band", - imageSrc: "http://img.b2bpic.net/free-photo/man-saving-money-energy-crisis_23-2150061852.jpg?_wi=3", - imageAlt: "Gold ring", - }, + id: "6", name: "Gold Ring", price: "Found - Wedding Band", imageSrc: "http://img.b2bpic.net/free-photo/man-saving-money-energy-crisis_23-2150061852.jpg", imageAlt: "Gold ring"}, ]; return ( @@ -108,7 +74,7 @@ export default function BrowseItemsPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="mediumSizeLargeTitles" - background="floatingGradient" + background="circleGradient" cardStyle="solid" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -143,25 +109,13 @@ export default function BrowseItemsPage() { sideDescription="Find answers to common questions about browsing and searching for lost and found items on FindIt." faqs={[ { - id: "1", - title: "How do I search for my lost item?", - content: "Use our search bar to enter keywords about your item. You can also filter by category (electronics, jewelry, documents, etc.), location, and date range. Our smart search will help you find matching items quickly.", - }, + id: "1", title: "How do I search for my lost item?", content: "Use our search bar to enter keywords about your item. You can also filter by category (electronics, jewelry, documents, etc.), location, and date range. Our smart search will help you find matching items quickly."}, { - id: "2", - title: "Can I get notifications for new matching items?", - content: "Yes! After you report a lost item, enable notifications in your dashboard. We'll alert you instantly when a potential match is found by our AI matching system.", - }, + id: "2", title: "Can I get notifications for new matching items?", content: "Yes! After you report a lost item, enable notifications in your dashboard. We'll alert you instantly when a potential match is found by our AI matching system."}, { - id: "3", - title: "How do I contact someone who found my item?", - content: "Click on an item listing to view details and the finder's contact information. Use our secure messaging system to reach out. We recommend verifying ownership details before arranging a meetup.", - }, + id: "3", title: "How do I contact someone who found my item?", content: "Click on an item listing to view details and the finder's contact information. Use our secure messaging system to reach out. We recommend verifying ownership details before arranging a meetup."}, { - id: "4", - title: "What if I can't find my item?", - content: "If your item isn't currently listed, submit a report anyway. Community members are actively adding items, and your report might match with something posted later.", - }, + id: "4", title: "What if I can't find my item?", content: "If your item isn't currently listed, submit a report anyway. Community members are actively adding items, and your report might match with something posted later."}, ]} useInvertedBackground={true} faqsAnimation="blur-reveal" diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index be38639..b8b2d37 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -19,8 +19,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Platform", - items: [ + title: "Platform", items: [ { label: "Browse Items", href: "/browse" }, { label: "Report Item", href: "/report" }, { label: "How It Works", href: "#how-it-works" }, @@ -28,8 +27,7 @@ export default function ContactPage() { ], }, { - title: "Community", - items: [ + title: "Community", items: [ { label: "Success Stories", href: "#testimonials" }, { label: "Guidelines", href: "#" }, { label: "Help Center", href: "#" }, @@ -37,8 +35,7 @@ export default function ContactPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "#" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" }, @@ -46,8 +43,7 @@ export default function ContactPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -63,7 +59,7 @@ export default function ContactPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="mediumSizeLargeTitles" - background="floatingGradient" + background="circleGradient" cardStyle="solid" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -94,25 +90,13 @@ export default function ContactPage() { sideDescription="Common questions about contacting FindIt support and getting help with our platform." faqs={[ { - id: "1", - title: "How can I get in touch with FindIt support?", - content: "You can reach our support team via email at support@finditportal.com. We respond to all inquiries within 24 hours. You can also submit a support request through your dashboard or use our in-app messaging system.", - }, + id: "1", title: "How can I get in touch with FindIt support?", content: "You can reach our support team via email at support@finditportal.com. We respond to all inquiries within 24 hours. You can also submit a support request through your dashboard or use our in-app messaging system."}, { - id: "2", - title: "What are your support hours?", - content: "Our support team is available Monday through Friday, 9 AM to 6 PM EST. For urgent issues, you can submit a ticket anytime, and we'll respond as soon as possible. Emergency support for safety concerns is available 24/7.", - }, + id: "2", title: "What are your support hours?", content: "Our support team is available Monday through Friday, 9 AM to 6 PM EST. For urgent issues, you can submit a ticket anytime, and we'll respond as soon as possible. Emergency support for safety concerns is available 24/7."}, { - id: "3", - title: "How do I report a bug or technical issue?", - content: "If you encounter a technical problem, please report it through our in-app feedback form or email support@finditportal.com with details about the issue. Include screenshots or error messages if possible. We prioritize bug fixes based on severity.", - }, + id: "3", title: "How do I report a bug or technical issue?", content: "If you encounter a technical problem, please report it through our in-app feedback form or email support@finditportal.com with details about the issue. Include screenshots or error messages if possible. We prioritize bug fixes based on severity."}, { - id: "4", - title: "Can I suggest a feature for FindIt?", - content: "Absolutely! We love hearing from our community. Submit feature requests through your dashboard feedback section or email us directly. Your suggestions help us improve FindIt and better serve our users.", - }, + id: "4", title: "Can I suggest a feature for FindIt?", content: "Absolutely! We love hearing from our community. Submit feature requests through your dashboard feedback section or email us directly. Your suggestions help us improve FindIt and better serve our users."}, ]} useInvertedBackground={true} faqsAnimation="blur-reveal" diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2993b87..a34a39f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,36 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const sourceSans3 = Source_Sans_3({ - variable: "--font-source-sans-3", - subsets: ["latin"], + variable: "--font-source-sans-3", subsets: ["latin"], }); export const metadata: Metadata = { - title: "FindIt - Lost and Found Portal | Report & Find Lost Items", - description: "FindIt is a free community-driven platform to report lost items, search for found belongings, and reunite people with their possessions. AI-powered matching system.", - keywords: "lost and found, lost items, found items, community platform, item recovery, lost belongings", - metadataBase: new URL("https://finditportal.com"), + title: "FindIt - Lost and Found Portal | Report & Find Lost Items", description: "FindIt is a free community-driven platform to report lost items, search for found belongings, and reunite people with their possessions. AI-powered matching system.", keywords: "lost and found, lost items, found items, community platform, item recovery, lost belongings", metadataBase: new URL("https://finditportal.com"), alternates: { - canonical: "https://finditportal.com", - }, + canonical: "https://finditportal.com"}, openGraph: { - title: "FindIt - Lost and Found Portal", - description: "Help reunite people with their lost items. Free platform powered by community.", - url: "https://finditportal.com", - siteName: "FindIt", - type: "website", - images: [ + title: "FindIt - Lost and Found Portal", description: "Help reunite people with their lost items. Free platform powered by community.", url: "https://finditportal.com", siteName: "FindIt", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/close-up-volunteer-teamwork-join-hands-environment-conservation-volunteering-world-environment-day_640221-254.jpg", - alt: "Lost and Found Portal", - }, + url: "http://img.b2bpic.net/free-photo/close-up-volunteer-teamwork-join-hands-environment-conservation-volunteering-world-environment-day_640221-254.jpg", alt: "Lost and Found Portal"}, ], }, twitter: { - card: "summary_large_image", - title: "FindIt - Lost and Found Portal", - description: "Report lost items, search found belongings, and get matched with community members.", - images: ["http://img.b2bpic.net/free-photo/close-up-volunteer-teamwork-join-hands-environment-conservation-volunteering-world-environment-day_640221-254.jpg"], + card: "summary_large_image", title: "FindIt - Lost and Found Portal", description: "Report lost items, search found belongings, and get matched with community members.", images: ["http://img.b2bpic.net/free-photo/close-up-volunteer-teamwork-join-hands-environment-conservation-volunteering-world-environment-day_640221-254.jpg"], }, robots: { index: true, diff --git a/src/app/page.tsx b/src/app/page.tsx index 5c45a5f..764704b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,8 +23,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Platform", - items: [ + title: "Platform", items: [ { label: "Browse Items", href: "/browse" }, { label: "Report Item", href: "/report" }, { label: "How It Works", href: "#how-it-works" }, @@ -32,8 +31,7 @@ export default function HomePage() { ], }, { - title: "Community", - items: [ + title: "Community", items: [ { label: "Success Stories", href: "#testimonials" }, { label: "Guidelines", href: "#" }, { label: "Help Center", href: "#" }, @@ -41,8 +39,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "#" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" }, @@ -50,8 +47,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -67,7 +63,7 @@ export default function HomePage() { borderRadius="pill" contentWidth="mediumSmall" sizing="mediumSizeLargeTitles" - background="floatingGradient" + background="circleGradient" cardStyle="solid" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -81,7 +77,7 @@ export default function HomePage() {