Update src/app/page.tsx
This commit is contained in:
@@ -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" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user