Update src/app/page.tsx
This commit is contained in:
@@ -104,6 +104,11 @@ export default function LandingPage() {
|
||||
reviewCount: "850", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-asian-food-composition_23-2148132835.jpg", imageAlt: "Crispy Karaage Bowl"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Order Burger", href: "#contact" },
|
||||
{ text: "Order Ramen", href: "#contact" },
|
||||
{ text: "Order Bowl", href: "#contact" }
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -214,4 +219,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user