mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 14:31:22 -05:00
Adjust section height
This commit is contained in:
@@ -2,7 +2,7 @@ import { AutocompleteSearch } from '@/components/search/AutocompleteSearch';
|
|||||||
|
|
||||||
export function SimpleHeroSearch() {
|
export function SimpleHeroSearch() {
|
||||||
return (
|
return (
|
||||||
<section className="relative py-12 bg-gradient-to-br from-primary/10 via-secondary/5 to-accent/10">
|
<section className="relative py-8 bg-gradient-to-br from-primary/10 via-secondary/5 to-accent/10">
|
||||||
<div className="container mx-auto px-4 text-center">
|
<div className="container mx-auto px-4 text-center">
|
||||||
<div className="max-w-4xl mx-auto space-y-8">
|
<div className="max-w-4xl mx-auto space-y-8">
|
||||||
<h1 className="text-5xl md:text-6xl font-bold leading-tight">
|
<h1 className="text-5xl md:text-6xl font-bold leading-tight">
|
||||||
|
|||||||
Reference in New Issue
Block a user