From d73c19b69e8b2022a573444bd76eb7ca98c6f9f7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 18:50:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 51 +++++++++++++++++++++++++++++++----------------- 1 file changed, 33 insertions(+), 18 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 80a8c74..401e35e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="small" sizing="largeSmallSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="double-inset" secondaryButtonStyle="layered" @@ -44,7 +44,7 @@ export default function LandingPage() { tag="Premium Dining Experience" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-32361.jpg" imageAlt="AGUS Restaurant elegant interior" buttons={[ @@ -60,7 +60,8 @@ export default function LandingPage() { heading={[ { type: "text", content: "Welcome to" }, { - type: "image", src: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg", alt: "Restaurant ambiance"}, + type: "image", src: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg", alt: "Restaurant ambiance" + }, { type: "text", content: "AGUS Restaurant" }, ]} useInvertedBackground={false} @@ -79,18 +80,22 @@ export default function LandingPage() { accordionItems={[ { id: "1", title: "Culinary Excellence", content: - "Our expertly crafted menu features premium ingredients and innovative preparation techniques, delivered with meticulous attention to detail by our experienced culinary team."}, + "Our expertly crafted menu features premium ingredients and innovative preparation techniques, delivered with meticulous attention to detail by our experienced culinary team." + }, { id: "2", title: "Exceptional Service", content: - "Professional hospitality is at the heart of our establishment. Our trained staff ensures every guest receives personalized attention and memorable service throughout their visit."}, + "Professional hospitality is at the heart of our establishment. Our trained staff ensures every guest receives personalized attention and memorable service throughout their visit." + }, { id: "3", title: "Elegant Atmosphere", content: - "Our thoughtfully designed interior creates the perfect setting for special occasions, business dinners, or intimate gatherings with refined ambiance and sophisticated decor."}, + "Our thoughtfully designed interior creates the perfect setting for special occasions, business dinners, or intimate gatherings with refined ambiance and sophisticated decor." + }, { id: "4", title: "Flexible Dining Options", content: - "Whether you prefer dine-in, takeaway, or delivery, AGUS accommodates all your dining needs with the same commitment to quality and excellence."}, + "Whether you prefer dine-in, takeaway, or delivery, AGUS accommodates all your dining needs with the same commitment to quality and excellence." + }, ]} - imageSrc="http://img.b2bpic.net/free-photo/front-view-chef-holding-delicious-food_23-2148510892.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/front-view-chef-holding-delicious-food_23-2148510892.jpg" imageAlt="Premium cuisine presentation" mediaAnimation="slide-up" useInvertedBackground={true} @@ -110,32 +115,38 @@ export default function LandingPage() { id: "1", name: "Fatima Al-Rashid, Business Executive", date: "Date: 15 November 2024", title: "Exceptional dining experience!", quote: "AGUS Restaurant exceeded all my expectations. The food was absolutely exquisite, the service was impeccable, and the atmosphere was perfect for our important business dinner. I've already recommended it to all my colleagues.", tag: "Fine Dining", avatarSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-sign-language-outdoors-work_23-2148740315.jpg", imageSrc: - "http://img.b2bpic.net/free-photo/respectable-young-african-american-man-black-suit-hold-tray-with-double-burger-against-brick-wall-restaurant-with-lights_627829-1088.jpg?_wi=1"}, + "http://img.b2bpic.net/free-photo/respectable-young-african-american-man-black-suit-hold-tray-with-double-burger-against-brick-wall-restaurant-with-lights_627829-1088.jpg" + }, { id: "2", name: "Mohammed Al-Otaibi, Restaurant Enthusiast", date: "Date: 22 October 2024", title: "Best in Al Mathar!", quote: "Finally found a restaurant that truly understands fine dining. Every detail is perfection - from the plating to the wine selection. The staff went above and beyond to make our celebration memorable.", tag: "Premium Experience", avatarSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5365.jpg", imageSrc: - "http://img.b2bpic.net/free-photo/young-curly-woman-enjoying-her-wine-bar_627829-6890.jpg"}, + "http://img.b2bpic.net/free-photo/young-curly-woman-enjoying-her-wine-bar_627829-6890.jpg" + }, { id: "3", name: "Sarah Al-Mansouri, Event Planner", date: "Date: 8 September 2024", title: "Perfect for special occasions!", quote: "We hosted our anniversary dinner at AGUS and it was absolutely perfect. The ambiance, the service, and especially the cuisine - everything was flawless. We'll definitely be back and recommending to our friends.", tag: "Special Occasions", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-confident-middle-aged-businessman-black-background_176420-5559.jpg", imageSrc: - "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg?_wi=1"}, + "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg" + }, { id: "4", name: "Ahmed Al-Shammari, Food Critic", date: "Date: 1 August 2024", title: "Culinary masterpiece!", quote: "As someone who dines out frequently, I can confidently say AGUS stands out. The chef's creativity, quality of ingredients, and presentation are outstanding. A true gem in Riyadh's dining scene.", tag: "Culinary Arts", avatarSrc: "http://img.b2bpic.net/free-photo/lady-black-suit-happily-posing-white-background-cheerful-woman-dark-jacket-pants-smiling-isolated_197531-18498.jpg", imageSrc: - "http://img.b2bpic.net/free-photo/front-view-chef-holding-delicious-food_23-2148510892.jpg?_wi=2"}, + "http://img.b2bpic.net/free-photo/front-view-chef-holding-delicious-food_23-2148510892.jpg" + }, { id: "5", name: "Noor Al-Qahtani, Hospitality Director", date: "Date: 18 July 2024", title: "Outstanding hospitality!", quote: "The professionalism and warmth of AGUS's team is remarkable. They anticipated our needs without being intrusive, maintained perfect timing between courses, and created an environment of genuine care.", tag: "Service Excellence", avatarSrc: "http://img.b2bpic.net/free-photo/male-executive-with-glasses_1098-760.jpg", imageSrc: - "http://img.b2bpic.net/free-photo/respectable-young-african-american-man-black-suit-hold-tray-with-double-burger-against-brick-wall-restaurant-with-lights_627829-1088.jpg?_wi=2"}, + "http://img.b2bpic.net/free-photo/respectable-young-african-american-man-black-suit-hold-tray-with-double-burger-against-brick-wall-restaurant-with-lights_627829-1088.jpg" + }, { id: "6", name: "Layla Al-Harbi, Luxury Travel Blogger", date: "Date: 5 June 2024", title: "Must-visit destination!", quote: "AGUS is a must-visit for anyone seeking fine dining in Riyadh. The combination of exceptional food, elegant setting, and attentive service creates an unforgettable experience. Highly recommended!", tag: "Top Rated", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-businessman-wearing-glasses_158595-5357.jpg", imageSrc: - "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg?_wi=2"}, + "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg" + }, ]} textboxLayout="default" useInvertedBackground={false} @@ -151,7 +162,8 @@ export default function LandingPage() { buttons={[ { text: "Call Now: 055 624 0348", href: "tel:+966556240348" }, { - text: "Visit Location", href: "https://maps.google.com/?q=Makkah+Al+Mukarramah+Branch+Rd+Al+Mathar+Ash+Shamali+Riyadh"}, + text: "Visit Location", href: "https://maps.google.com/?q=Makkah+Al+Mukarramah+Branch+Rd+Al+Mathar+Ash+Shamali+Riyadh" + }, ]} /> @@ -163,13 +175,16 @@ export default function LandingPage() { socialLinks={[ { icon: Phone, - href: "tel:+966556240348", ariaLabel: "Call AGUS Restaurant"}, + href: "tel:+966556240348", ariaLabel: "Call AGUS Restaurant" + }, { icon: MapPin, - href: "https://maps.google.com/?q=Makkah+Al+Mukarramah+Branch+Rd+Al+Mathar+Ash+Shamali+Riyadh", ariaLabel: "Visit AGUS Restaurant location"}, + href: "https://maps.google.com/?q=Makkah+Al+Mukarramah+Branch+Rd+Al+Mathar+Ash+Shamali+Riyadh", ariaLabel: "Visit AGUS Restaurant location" + }, { icon: Clock, - href: "#hours", ariaLabel: "View AGUS Restaurant hours"}, + href: "#hours", ariaLabel: "View AGUS Restaurant hours" + }, ]} />