diff --git a/src/app/page.tsx b/src/app/page.tsx index ad9774f..e23b844 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -56,39 +48,23 @@ export default function LandingPage() { description="The place to be in Mankweng. Experience exquisite food, chilled vibes, and an extraordinary atmosphere." buttons={[ { - text: "Book a Table", - href: "#contact", - }, + text: "Book a Table", href: "#contact"}, { - text: "Explore Menu", - href: "#menu", - }, + text: "Explore Menu", href: "#menu"}, ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-17447.jpg?_wi=1", - imageAlt: "Ambience shot 1", - }, + imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-17447.jpg", imageAlt: "Ambience shot 1"}, { - imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-17447.jpg?_wi=2", - imageAlt: "Ambience shot 2", - }, + imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-17447.jpg", imageAlt: "Ambience shot 2"}, { - imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-17447.jpg?_wi=3", - imageAlt: "Ambience shot 3", - }, + imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-17447.jpg", imageAlt: "Ambience shot 3"}, { - imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-17447.jpg?_wi=4", - imageAlt: "Ambience shot 4", - }, + imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-17447.jpg", imageAlt: "Ambience shot 4"}, { - imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-17447.jpg?_wi=5", - imageAlt: "Ambience shot 5", - }, + imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-17447.jpg", imageAlt: "Ambience shot 5"}, { - imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-17447.jpg?_wi=6", - imageAlt: "Ambience shot 6", - }, + imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-17447.jpg", imageAlt: "Ambience shot 6"}, ]} /> @@ -100,9 +76,7 @@ export default function LandingPage() { title="Extraordinary Ambiance and Flavors" buttons={[ { - text: "Visit Us", - href: "#contact", - }, + text: "Visit Us", href: "#contact"}, ]} /> @@ -111,30 +85,16 @@ export default function LandingPage() { @@ -199,25 +139,17 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/minimalist-envelopes-dried-branches-ceramic-vases_24972-3082.jpg" columns={[ { - title: "Visit Us", - items: [ + title: "Visit Us", items: [ { - label: "Seabela 10 Mankweng, 0727", - href: "#", - }, + label: "Seabela 10 Mankweng, 0727", href: "#"}, { - label: "Open Sat-Sun", - href: "#", - }, + label: "Open Sat-Sun", href: "#"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "076 268 4483", - href: "tel:0762684483", - }, + label: "076 268 4483", href: "tel:0762684483"}, ], }, ]}