diff --git a/src/app/page.tsx b/src/app/page.tsx index ec177ff..ded77a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -
"use client";
+"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
@@ -15,7 +15,7 @@ export default function HomePage() {
{ name: "Menu", id: "/menu" },
{ name: "About Us", id: "/about" },
{ name: "Events", id: "/events" },
- { name: "Contact", id: "/contact" },
+ { name: "Contact", id: "/contact" }
];
return (
@@ -46,7 +46,7 @@ export default function HomePage() {
description="From perfectly grilled kebabs to traditional Turkish hospitality, Lale Restaurant offers a halal dining experience where every guest is welcomed like family."
buttons={[
{ text: "Reserve a Table", href: "/contact" },
- { text: "View Menu", href: "/menu" },
+ { text: "View Menu", href: "/menu" }
]}
buttonAnimation="opacity"
background={{ variant: "radial-gradient" }}
@@ -63,7 +63,7 @@ export default function HomePage() {
features={[
{ title: "Authentic Turkish Flavors", description: "Prepared using traditional recipes and premium ingredients for the true taste of Turkey." },
{ title: "Warm Hospitality", description: "Guests consistently praise our friendly service and genuine care for every visitor, making you feel at home." },
- { title: "Comfortable & Spacious", description: "A grand dining atmosphere with ample seating, elegant interiors, and dedicated prayer facilities for your convenience." },
+ { title: "Comfortable & Spacious", description: "A grand dining atmosphere with ample seating, elegant interiors, and dedicated prayer facilities for your convenience." }
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -80,11 +80,11 @@ export default function HomePage() {
{ id: "mercimek-corbasi", name: "Mercimek Çorbası", price: "₮15,000", imageSrc: "http://img.b2bpic.net/free-photo/lentil-soup-table_140725-367.jpg", imageAlt: "Traditional Turkish lentil soup made fresh daily" },
{ id: "turkish-tea", name: "Turkish Tea", price: "₮8,000", imageSrc: "http://img.b2bpic.net/free-photo/tea-set-2-pax-with-dry-fruits-sweets-white-kettle-wooden-table_114579-1461.jpg", imageAlt: "Traditional Turkish tea in a delicate glass" },
{ id: "baklava", name: "Baklava Selection", price: "₮18,000", imageSrc: "http://img.b2bpic.net/free-photo/azerbaijan-national-pastry-pakhlava-white-plate-top-view-spring-new-year-celebration-novruz-holiday_114579-7419.jpg", imageAlt: "Assortment of sweet Turkish baklava" },
- { id: "lahmacun", name: "Lahmacun", price: "₮22,000", imageSrc: "http://img.b2bpic.net/free-photo/french-style-onion-pie-galette-with-puff-pastry-various-onions-shallot-red-white-yellow-onions-top-view_114579-4920.jpg", imageAlt: "Crispy Turkish flatbread with seasoned minced meat" },
+ { id: "lahmacun", name: "Lahmacun", price: "₮22,000", imageSrc: "http://img.b2bpic.net/free-photo/french-style-onion-pie-galette-with-puff-pastry-various-onions-shallot-red-white-yellow-onions-top-view_114579-4920.jpg", imageAlt: "Crispy Turkish flatbread with seasoned minced meat" }
]}
gridVariant="two-columns-alternating-heights"
animationType="slide-up"
- buttons={[{ text: "Explore Full Menu", href: "/menu" }]}
+ buttons={[{ text: "Explore Full Menu", href: "/menu" }]}
textboxLayout="default"
useInvertedBackground={true}
/>
@@ -101,7 +101,7 @@ export default function HomePage() {
{ src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", alt: "Reviewer Emily Rodriguez" },
{ src: "http://img.b2bpic.net/free-photo/3d-cartoon-style-character_23-2151034128.jpg", alt: "Reviewer David Kim" },
{ src: "http://img.b2bpic.net/free-photo/portrait-cheerful-hairless-elder-man-dressed-dark-blue-suit-against-dark-background_613910-17566.jpg", alt: "Reviewer John Smith" },
- { src: "http://img.b2bpic.net/free-photo/medium-shot-business-woman-posing_23-2149442312.jpg", alt: "Reviewer Aisha Khan" },
+ { src: "http://img.b2bpic.net/free-photo/medium-shot-business-woman-posing_23-2149442312.jpg", alt: "Reviewer Aisha Khan" }
]}
ratingAnimation="blur-reveal"
avatarsAnimation="opacity"
@@ -119,7 +119,7 @@ export default function HomePage() {
{ id: "gallery-3", name: "Grand Dining Room", price: "", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg", imageAlt: "Elegant and spacious dining room interior" },
{ id: "gallery-4", name: "Exquisite Desserts", price: "", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-pancakes-with-sweets-fruits-wooden-desk_140725-91378.jpg", imageAlt: "Platter of traditional Turkish desserts" },
{ id: "gallery-5", name: "Family Gatherings", price: "", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-friends-taking-selfie_23-2149212129.jpg", imageAlt: "Family and friends enjoying a meal together" },
- { id: "gallery-6", name: "Dedicated Prayer Facilities", price: "", imageSrc: "http://img.b2bpic.net/free-photo/ancient-doors-cathedral-turquoise-old-doors_169016-21644.jpg", imageAlt: "Clean and peaceful prayer room for guests" },
+ { id: "gallery-6", name: "Dedicated Prayer Facilities", price: "", imageSrc: "http://img.b2bpic.net/free-photo/ancient-doors-cathedral-turquoise-old-doors_169016-21644.jpg", imageAlt: "Clean and peaceful prayer room for guests" }
]}
gridVariant="bento-grid"
animationType="slide-up"
@@ -140,7 +140,7 @@ export default function HomePage() {
mediaPosition="left"
buttons={[
{ text: "Reserve a Table", href: "/contact" },
- { text: "Call Now", href: "tel:99072733" },
+ { text: "Call Now", href: "tel:99072733" }
]}
useInvertedBackground={true}
/>
@@ -154,23 +154,23 @@ export default function HomePage() {
title: "Explore", items: [
{ label: "Home", href: "/" },
{ label: "Menu", href: "/menu" },
- { label: "About Us", href: "/about" },
- ],
+ { label: "About Us", href: "/about" }
+ ]
},
{
title: "Services", items: [
{ label: "Private Dining", href: "/events" },
{ label: "Reservations", href: "/contact" },
- { label: "Halal Commitment", href: "/about" },
- ],
+ { label: "Halal Commitment", href: "/about" }
+ ]
},
{
title: "Contact", items: [
{ label: "Location", href: "/contact" },
{ label: "Call Us", href: "tel:99072733" },
- { label: "Email", href: "mailto:info@lalerestaurant.mn" },
- ],
- },
+ { label: "Email", href: "mailto:info@lalerestaurant.mn" }
+ ]
+ }
]}
copyrightText="© 2024 Lale Restaurant. All rights reserved."
/>
@@ -178,4 +178,3 @@ export default function HomePage() {
);
}
-
\ No newline at end of file