Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 04:51:49 +00:00

View File

@@ -24,7 +24,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="compact"
sizing="largeSizeMediumTitles"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="shadow"
secondaryButtonStyle="layered"
@@ -51,7 +51,7 @@ export default function LandingPage() {
tag="24/7 Open"
tagIcon={Clock}
tagAnimation="slide-up"
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "animated-grid" }}
buttons={[
{ text: "📞 Call Now: 04 263 1366", href: "tel:04-263-1366" },
{ text: "🛵 Order Pickup", href: "#contact" },
@@ -59,17 +59,17 @@ export default function LandingPage() {
buttonAnimation="slide-up"
carouselItems={[
{
id: "hero-1", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-bright-color-sitting-furniturs-panoramic-windows_114579-1521.jpg?_wi=1"},
id: "hero-1", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-bright-color-sitting-furniturs-panoramic-windows_114579-1521.jpg"},
{
id: "hero-2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-tomatoes-lemon-slices-oval-plate-table-free-space_140725-147488.jpg?_wi=1"},
id: "hero-2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-tomatoes-lemon-slices-oval-plate-table-free-space_140725-147488.jpg"},
{
id: "hero-3", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-delicious-food-wooden-desk_23-2147871052.jpg?_wi=1"},
id: "hero-3", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-delicious-food-wooden-desk_23-2147871052.jpg"},
{
id: "hero-4", imageSrc: "http://img.b2bpic.net/free-photo/side-view-vegan-salad-with-fresh-ingredients-plate-black-cutting-board_179666-47259.jpg?_wi=1"},
id: "hero-4", imageSrc: "http://img.b2bpic.net/free-photo/side-view-vegan-salad-with-fresh-ingredients-plate-black-cutting-board_179666-47259.jpg"},
{
id: "hero-5", imageSrc: "http://img.b2bpic.net/free-photo/tea-ceremony-professional-tea-brewing-tea-meditation-with-tea-tea-bowls_169016-66922.jpg?_wi=1"},
id: "hero-5", imageSrc: "http://img.b2bpic.net/free-photo/tea-ceremony-professional-tea-brewing-tea-meditation-with-tea-tea-bowls_169016-66922.jpg"},
{
id: "hero-6", imageSrc: "http://img.b2bpic.net/free-photo/top-fried-meat-with-chestnuts-colorful-rug_140725-12272.jpg?_wi=1"},
id: "hero-6", imageSrc: "http://img.b2bpic.net/free-photo/top-fried-meat-with-chestnuts-colorful-rug_140725-12272.jpg"},
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -108,7 +108,7 @@ export default function LandingPage() {
tag="About Us"
tagIcon={Heart}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/restaurant-hall-with-bright-color-sitting-furniturs-panoramic-windows_114579-1521.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/restaurant-hall-with-bright-color-sitting-furniturs-panoramic-windows_114579-1521.jpg"
imageAlt="Al Saqr Restaurant welcoming dining area"
buttons={[
{ text: "📍 Get Directions", href: "#contact" },
@@ -128,17 +128,17 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "1", name: "Chicken Baghdadi", price: "AED 15-25", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-tomatoes-lemon-slices-oval-plate-table-free-space_140725-147488.jpg?_wi=2", imageAlt: "Chicken Baghdadi - tender chicken with aromatic spices"},
id: "1", name: "Chicken Baghdadi", price: "AED 15-25", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-tomatoes-lemon-slices-oval-plate-table-free-space_140725-147488.jpg", imageAlt: "Chicken Baghdadi - tender chicken with aromatic spices"},
{
id: "2", name: "Daal Palak", price: "AED 8-12", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-delicious-food-wooden-desk_23-2147871052.jpg?_wi=2", imageAlt: "Daal Palak - creamy lentil and spinach curry"},
id: "2", name: "Daal Palak", price: "AED 8-12", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-delicious-food-wooden-desk_23-2147871052.jpg", imageAlt: "Daal Palak - creamy lentil and spinach curry"},
{
id: "3", name: "Daal Gosht", price: "AED 12-18", imageSrc: "http://img.b2bpic.net/free-photo/top-fried-meat-with-chestnuts-colorful-rug_140725-12272.jpg?_wi=2", imageAlt: "Daal Gosht - lentils with tender meat"},
id: "3", name: "Daal Gosht", price: "AED 12-18", imageSrc: "http://img.b2bpic.net/free-photo/top-fried-meat-with-chestnuts-colorful-rug_140725-12272.jpg", imageAlt: "Daal Gosht - lentils with tender meat"},
{
id: "4", name: "Fresh Vegetable Salad", price: "AED 5-8", imageSrc: "http://img.b2bpic.net/free-photo/side-view-vegan-salad-with-fresh-ingredients-plate-black-cutting-board_179666-47259.jpg?_wi=2", imageAlt: "Fresh Vegetable Salad - crisp and healthy"},
id: "4", name: "Fresh Vegetable Salad", price: "AED 5-8", imageSrc: "http://img.b2bpic.net/free-photo/side-view-vegan-salad-with-fresh-ingredients-plate-black-cutting-board_179666-47259.jpg", imageAlt: "Fresh Vegetable Salad - crisp and healthy"},
{
id: "5", name: "Freshly Brewed Tea", price: "AED 2-4", imageSrc: "http://img.b2bpic.net/free-photo/tea-ceremony-professional-tea-brewing-tea-meditation-with-tea-tea-bowls_169016-66922.jpg?_wi=2", imageAlt: "Freshly brewed traditional tea"},
id: "5", name: "Freshly Brewed Tea", price: "AED 2-4", imageSrc: "http://img.b2bpic.net/free-photo/tea-ceremony-professional-tea-brewing-tea-meditation-with-tea-tea-bowls_169016-66922.jpg", imageAlt: "Freshly brewed traditional tea"},
{
id: "6", name: "Special Meat Curry", price: "AED 14-20", imageSrc: "http://img.b2bpic.net/free-photo/top-fried-meat-with-chestnuts-colorful-rug_140725-12272.jpg?_wi=3", imageAlt: "Special meat curry with house spices"},
id: "6", name: "Special Meat Curry", price: "AED 14-20", imageSrc: "http://img.b2bpic.net/free-photo/top-fried-meat-with-chestnuts-colorful-rug_140725-12272.jpg", imageAlt: "Special meat curry with house spices"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -204,7 +204,7 @@ export default function LandingPage() {
required: true,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/restaurant-hall-with-bright-color-sitting-furniturs-panoramic-windows_114579-1521.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/restaurant-hall-with-bright-color-sitting-furniturs-panoramic-windows_114579-1521.jpg"
imageAlt="Al Saqr Restaurant dining experience"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -223,16 +223,16 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Ahmed Hassan", handle: "@ahmed_h", testimonial: "Best affordable food in Al Qusais! Always fresh, always hot, and the service is incredibly fast. Open 24 hours is a lifesaver for late-night cravings.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Ahmed Hassan"},
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Ahmed Hassan"},
{
id: "2", name: "Fatima Mohammed", handle: "@fatima_m", testimonial: "I bring my family here every week. The portions are generous, the price is right, and everyone enjoys the food. Highly recommend Al Saqr!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Fatima Mohammed"},
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Fatima Mohammed"},
{
id: "3", name: "Khalid Al-Mansoori", handle: "@khalid_dm", testimonial: "The vegan options are amazing! Finally, a local restaurant that takes dietary preferences seriously. Great quality food and excellent customer service.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3", imageAlt: "Khalid Al-Mansoori"},
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Khalid Al-Mansoori"},
{
id: "4", name: "Samar Abdullah", handle: "@samar_a", testimonial: "Quick delivery, hot food, reasonable prices. Al Saqr is my go-to restaurant in Al Qusais. Never disappointed!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=4", imageAlt: "Samar Abdullah"},
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Samar Abdullah"},
]}
showRating={true}
animationType="slide-up"