hero.tsx

src/app/(hero-dark)/layout-6/_blocks/hero.tsx
import { Image } from '@/components/image'
import { Heading } from '@/components/heading'
import { Paragraph } from '@/components/paragraph'
import { Span } from '@/components/span'
import { Button } from '@/components/button'
import { Buttons } from '@/components/buttons'
export default function Hero() {
return (
<div className="relative h-screen max-h-[1200px] min-h-[900px] overflow-hidden">
{/* Background gradient overlay */}
<div className="absolute inset-0 bg-gradient-to-b from-overlay/50 via-overlay/60 to-overlay/70 z-10"></div>
{/* Background image */}
<Image
src="/images/layout-6/pexels-roman-odintsov-5837002.jpg"
alt="Premium botanical beverage"
className="absolute inset-0 w-full h-full object-cover"
size="full"
rounded="rounded-none"

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