From c7ce182f711e98539bdd009666db432f37f50ba6 Mon Sep 17 00:00:00 2001 From: development Date: Sun, 28 Dec 2025 10:33:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index db38869..ea60a6e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,10 +48,8 @@ export default function LandingPage() { imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766917795607-6sca7wpy.jpg" imageAlt="Fresh bakery display with pastries and bread" frameStyle="card" - buttons={[ - { text: "Order Now", href: "products" }, - { text: "Learn More", href: "about" } - ]} + buttons={[{"text":"Order Now","href":"https://google.com"}, + { text: "Learn More", href: "about" }]} />