page.tsx

src/app/(default)/search/page.tsx
import type { Metadata } from 'next'
import { Label } from '@/components/label'
import { PageWrapper } from '@/components/page-wrapper'
import { Section } from '@/components/section'
import { type PageMetadata } from '@/utils/page-helpers'
import { SearchResultsClient } from '@/components/search-results-client'
export const generateMetadata = (): Metadata => ({
title: 'Search',
robots: { index: false, follow: true },
})
const pageMetadata: PageMetadata = {
title: 'Search',
slug: 'search',
}
export default function SearchPage() {
return (
<PageWrapper metadata={pageMetadata}>

Showing the first 20 lines.

Get full code

Support

Talk to the developers of this project to learn more

We have been building professional websites for big clients for over 15 years. Gallop templates and blocks is our best foundation for SEO websites and web apps.

© 2026 Web Plant Media, LLC