diff --git a/src/app/page.tsx b/src/app/page.tsx index 0eef140..e9ecb5e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,16 +46,14 @@ export default function LandingPage() { tag="Premium Coffee Culture" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766414392169-w4l2sncs.jpg" imageAlt="Beautiful breakfast coffee with latte art" - buttons={[ - { + buttons={[{ text: "View Menu", href: "#products" }, { text: "Reserve a Table", href: "#contact" - } - ]} + }]} className="py-20" titleClassName="text-5xl font-bold" descriptionClassName="text-lg leading-relaxed"