Compare commits

..

5 Commits

Author SHA1 Message Date
94fbfb86cd Update src/app/page.tsx 2025-12-22 16:09:18 +00:00
e7e226a6ce Update src/app/page.tsx 2025-12-22 16:08:49 +00:00
837c627800 Update src/app/page.tsx 2025-12-22 15:21:17 +00:00
3131fd4cc3 Update src/app/page.tsx 2025-12-22 15:17:03 +00:00
1033012565 Update src/app/page.tsx 2025-12-22 14:57:10 +00:00

View File

@@ -30,10 +30,7 @@ export default function LandingPage() {
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766414385423-tpqhsun3.jpg"
logoAlt="Breakfast Coffee Shop Logo"
brandName="Breakfast Coffee"
button={{
text: "Order Now",
href: "#contact"
}}
button={{ "text":"Order Now", "href":"google.com" }}
className="py-4 px-6"
buttonClassName="px-6 py-2"
/>
@@ -46,14 +43,7 @@ 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={[{
text: "View Menu",
href: "#products"
},
{
text: "Reserve a Table",
href: "#contact"
}]}
buttons={[{"text":"HELO table","href":"www.linkedin.com/one"}, {"text":"HELO table","href":"www.linkedin.com/one"}]}
className="py-20"
titleClassName="text-5xl font-bold"
descriptionClassName="text-lg leading-relaxed"