Compare commits

..

1 Commits

Author SHA1 Message Date
27791eca77 Update src/app/page.tsx 2025-12-22 14:46:10 +00:00

View File

@@ -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"