Update src/app/page.tsx
This commit is contained in:
@@ -70,7 +70,7 @@ export default function LandingPage() {
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clay-plate-full-appetizers-served-with-goldy-chicken-nuggets-cooked-with-chrispy-crust-delicious-canapes-with-herring-cherry-tomatoes-garlic-sauce-decorated-with-fresh-salad-cheese_132075-13075.jpg", imageAlt: "delicious tandoori chicken plate"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breasts-with-vegetables_23-2148189862.jpg", imageAlt: "delicious tandoori chicken plate"},
|
||||
imageSrc: "http://img.b2bpic.net/grilled-chicken-breasts-with-vegetables_23-2148189862.jpg", imageAlt: "delicious tandoori chicken plate"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
@@ -164,8 +164,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="split"
|
||||
textboxLayout="split-actions"
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Online Now", href: "#menu"
|
||||
}
|
||||
]}
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What are your opening hours?", content: "We are open daily from 11 am to 11 pm."},
|
||||
@@ -225,4 +230,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user