diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9387398..3019e64 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,26 +29,11 @@ export default function LandingPage() {
@@ -59,40 +44,16 @@ export default function LandingPage() {
logoText="Rowleys"
description="Dubai’s Destination for Premium Steak. Expertly crafted steaks, premium ingredients, and exceptional hospitality."
buttons={[
- {
- text: "Reserve a Table",
- href: "/reservations",
- },
- {
- text: "Explore Menu",
- href: "/menu",
- },
+ { text: "Reserve a Table", href: "/reservations" },
+ { text: "Explore Menu", href: "/menu" },
]}
slides={[
- {
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-meat-table_23-2150857796.jpg?_wi=1",
- imageAlt: "Cinematic steak grilling",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/some-macaroni-black-plate-black-background-side-view_176474-3927.jpg",
- imageAlt: "Luxury dining room",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157791.jpg",
- imageAlt: "Wine pairing",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157780.jpg",
- imageAlt: "Chef plating",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157824.jpg",
- imageAlt: "Fire grilling",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-wedding-table-arrangement_23-2150279488.jpg",
- imageAlt: "Atmosphere",
- },
+ { imageSrc: "http://img.b2bpic.net/free-photo/delicious-meat-table_23-2150857796.jpg", imageAlt: "Cinematic steak grilling" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/some-macaroni-black-plate-black-background-side-view_176474-3927.jpg", imageAlt: "Luxury dining room" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157791.jpg", imageAlt: "Wine pairing" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157780.jpg", imageAlt: "Chef plating" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157824.jpg", imageAlt: "Fire grilling" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/top-view-wedding-table-arrangement_23-2150279488.jpg", imageAlt: "Atmosphere" },
]}
/>
@@ -104,40 +65,19 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Premium Cuts",
- description: "Only the finest, hand-selected dry-aged beef.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-vector/restaurant-bar-hand-drawn-icon-web-print-mobile_1057-11220.jpg",
- imageAlt: "Premium Cuts",
- },
+ title: "Premium Cuts", description: "Only the finest, hand-selected dry-aged beef.", media: { imageSrc: "http://img.b2bpic.net/free-vector/restaurant-bar-hand-drawn-icon-web-print-mobile_1057-11220.jpg", imageAlt: "Premium Cuts" },
items: [],
- reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-meat-table_23-2150857796.jpg?_wi=2",
- imageAlt: "luxury steak icon gold",
+ reverse: false
},
{
- title: "Exceptional Service",
- description: "Attentive, personalized hospitality.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-vector/four-golden-stars_1017-7698.jpg",
- imageAlt: "Service",
- },
+ title: "Exceptional Service", description: "Attentive, personalized hospitality.", media: { imageSrc: "http://img.b2bpic.net/free-vector/four-golden-stars_1017-7698.jpg", imageAlt: "Service" },
items: [],
- reverse: true,
- imageSrc: "http://img.b2bpic.net/free-vector/dark-bbq-vintage-logo-set-different-sizes-titles_1284-33744.jpg",
- imageAlt: "luxury steak icon gold",
+ reverse: true
},
{
- title: "Elegant Ambiance",
- description: "A sophisticated setting for memories.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/tuna-sushi_1203-3743.jpg?_wi=1",
- imageAlt: "Ambiance",
- },
+ title: "Elegant Ambiance", description: "A sophisticated setting for memories.", media: { imageSrc: "http://img.b2bpic.net/free-photo/tuna-sushi_1203-3743.jpg", imageAlt: "Ambiance" },
items: [],
- reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-served-with-eggplants-tomatoes_141793-738.jpg?_wi=1",
- imageAlt: "luxury steak icon gold",
+ reverse: false
},
]}
title="Unrivaled Craftsmanship"
@@ -147,46 +87,17 @@ export default function LandingPage() {
@@ -285,49 +150,9 @@ export default function LandingPage() {
@@ -335,4 +160,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file