This commit is contained in:
2025-08-22 17:12:36 +02:00
parent 9af7391564
commit 1c7ca235a6
6 changed files with 12 additions and 19 deletions

View File

@@ -5,7 +5,7 @@ import Image from 'next/image'
export function Hero() {
return (
<div className=" max-w-8xl px-6 lg:px-8 -z-10 -mt-5 mx-0 bg-bg-sand pb-24">
<div className=" max-w-8xl px-6 lg:px-8 -z-10 -mt-5 mx-0 bg-bg-sand pb-12">
{/* Background Image with opacity to show sand background */}
<div className="relative overflow-hidden">
<div className="mx-auto max-w-7xl">
@@ -26,7 +26,7 @@ export function Hero() {
Our organic cuisine, cultural activities and dedicated warm hearted crew will make your veda cruise an unforgettable experience.
</p>
<button className="mt-4 text-sm lg:text-sm tracking-wide">
<Button variant="link" color="slate">
<Button variant="link" color="darkgr">
Learn More
</Button>
</button>