diff --git a/src/app/page.tsx b/src/app/page.tsx index 76205e0..c87c195 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,68 +46,43 @@ export default function LandingPage() {
@@ -127,9 +94,7 @@ export default function LandingPage() { title="A Stylish Rooftop Destination in Msheireb" buttons={[ { - text: "Book Now", - href: "#contact", - }, + text: "Book Now", href: "#contact"}, ]} />
@@ -141,35 +106,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Spectacular Views", - author: "Atmosphere", - description: "Panoramic night skyline views of Doha.", - tags: [ - "View", - ], - imageSrc: "http://img.b2bpic.net/free-photo/man-with-coffee-sitting-cafe_23-2147775894.jpg", - }, + id: "f1", title: "Spectacular Views", author: "Atmosphere", description: "Panoramic night skyline views of Doha.", tags: [ + "View"], + imageSrc: "http://img.b2bpic.net/free-photo/man-with-coffee-sitting-cafe_23-2147775894.jpg"}, { - id: "f2", - title: "Fine Dining", - author: "Culinary", - description: "Expertly curated Asian fusion and international cuisine.", - tags: [ - "Dining", - ], - imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263549.jpg", - }, + id: "f2", title: "Fine Dining", author: "Culinary", description: "Expertly curated Asian fusion and international cuisine.", tags: [ + "Dining"], + imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263549.jpg"}, { - id: "f3", - title: "Exceptional Service", - author: "Hospitality", - description: "Attentive service for special celebrations.", - tags: [ - "Service", - ], - imageSrc: "http://img.b2bpic.net/free-photo/modern-sauna-with-panoramic-windows-wooden-design_169016-70021.jpg", - }, + id: "f3", title: "Exceptional Service", author: "Hospitality", description: "Attentive service for special celebrations.", tags: [ + "Service"], + imageSrc: "http://img.b2bpic.net/free-photo/modern-sauna-with-panoramic-windows-wooden-design_169016-70021.jpg"}, ]} title="Why Sora Rooftop" description="Experience unparalleled luxury in the heart of Msheireb Downtown Doha." @@ -178,46 +125,23 @@ export default function LandingPage() { @@ -272,33 +185,21 @@ export default function LandingPage() { logoText="Sora Rooftop" columns={[ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Menu", - href: "#menu", - }, + label: "Menu", href: "#menu"}, { - label: "Reserve", - href: "#contact", - }, + label: "Reserve", href: "#contact"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "Call Us", - href: "tel:+97431587941", - }, + label: "Call Us", href: "tel:+97431587941"}, { - label: "Locate", - href: "https://maps.google.com", - }, + label: "Locate", href: "https://maps.google.com"}, ], }, ]}