diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 69cec57..fcafa5e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -22,11 +22,13 @@ const publicSans = Public_Sans({ export const metadata: Metadata = { title: "Al Aroz Al Bukhari | Premium Rice Cuisine & Fine Dining", description: "Experience culinary excellence at Al Aroz Al Bukhari. Award-winning rice dishes, authentic flavors, and refined ambiance. Reserve your table today.", keywords: "fine dining, premium restaurant, rice cuisine, authentic flavors, culinary excellence, upscale dining", metadataBase: new URL("https://alaarozalbukhari.com"), alternates: { - canonical: "https://alaarozalbukhari.com"}, + canonical: "https://alaarozalbukhari.com" + }, openGraph: { title: "Al Aroz Al Bukhari | Premium Fine Dining", description: "Discover three generations of culinary mastery. The finest rice-based cuisine in an elegant setting.", url: "https://alaarozalbukhari.com", siteName: "Al Aroz Al Bukhari", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/wonderful-wedding-table-amazing-restaurant_8353-9875.jpg", alt: "Al Aroz Al Bukhari Restaurant"}, + url: "http://img.b2bpic.net/free-photo/wonderful-wedding-table-amazing-restaurant_8353-9875.jpg", alt: "Al Aroz Al Bukhari Restaurant" + }, ], }, twitter: { diff --git a/src/app/page.tsx b/src/app/page.tsx index 1cc391e..bf20baf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,10 +53,12 @@ export default function LandingPage() { testimonials={[ { name: "Ambassador Khalid Hassan", handle: "Diplomatic Corps", testimonial: "An exceptional culinary journey. The craftsmanship and attention to detail are unparalleled.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Ambassador Khalid Hassan"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Ambassador Khalid Hassan" + }, { name: "Fatima Al-Mansouri", handle: "Food Critic", testimonial: "The finest rice dishes I have ever experienced. Pure artistry on every plate.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Fatima Al-Mansouri"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Fatima Al-Mansouri" + }, ]} buttons={[ { text: "Reserve Your Table", href: "contact" }, @@ -117,13 +119,17 @@ export default function LandingPage() { author="Mohammed Al-Rashid, Michelin Guide Reviewer" avatars={[ { - src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", alt: "Reviewer 1"}, + src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", alt: "Reviewer 1" + }, { - src: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", alt: "Reviewer 2"}, + src: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", alt: "Reviewer 2" + }, { - src: "http://img.b2bpic.net/free-photo/indoor-shot-attractive-caucasian-teenage-woman-with-long-dark-hair-sitting-desk-with-lots-textbooks_273609-1136.jpg", alt: "Reviewer 3"}, + src: "http://img.b2bpic.net/free-photo/indoor-shot-attractive-caucasian-teenage-woman-with-long-dark-hair-sitting-desk-with-lots-textbooks_273609-1136.jpg", alt: "Reviewer 3" + }, { - src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", alt: "Reviewer 4"}, + src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", alt: "Reviewer 4" + }, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -139,7 +145,8 @@ export default function LandingPage() { tagIcon={Star} tagAnimation="slide-up" names={[ - "Michelin Guide", "World's Best Restaurants", "Fine Dining Association", "Culinary Excellence Awards", "Premium Service Registry", "International Chef Society", "Haute Cuisine Magazine"]} + "Michelin Guide", "World's Best Restaurants", "Fine Dining Association", "Culinary Excellence Awards", "Premium Service Registry", "International Chef Society", "Haute Cuisine Magazine" + ]} textboxLayout="default" useInvertedBackground={false} speed={40} @@ -177,7 +184,7 @@ export default function LandingPage() {