Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-06 15:37:13 +00:00

View File

@@ -9,7 +9,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import ContactText from '@/components/sections/contact/ContactText';
import FooterBase from '@/components/sections/footer/FooterBase';
import { CheckCircle, ChefHat, Leaf, ShoppingBag, Star, Users } from 'lucide-react';
import { CheckCircle, ChefHat, Leaf, ShoppingBag, Star, Users, Shield } from 'lucide-react';
export default function LandingPage() {
return (
@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="small"
sizing="largeSizeMediumTitles"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="solid"
@@ -50,7 +50,7 @@ export default function LandingPage() {
tag="Since 2010 - Halal Chinese Experts"
tagIcon={Star}
tagAnimation="slide-up"
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "plain" }}
imageSrc="http://img.b2bpic.net/free-photo/top-view-spring-rolls-ingredients-concept_23-2148773764.jpg"
imageAlt="Authentic Chinese Halal cuisine at our restaurant"
buttons={[
@@ -89,7 +89,7 @@ export default function LandingPage() {
title: "Family Trusted", description: "1,898+ reviews and 4.2★ rating from Cairo families", icon: Users
}
]}
imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg"
imageAlt="Our welcoming restaurant interior"
mediaAnimation="slide-up"
buttons={[
@@ -111,15 +111,15 @@ export default function LandingPage() {
features={[
{
id: "dine-in", title: "Dine-In Experience", tags: ["Family-Friendly", "Spacious Seating"],
imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=2", imageAlt: "Comfortable restaurant seating"
imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg", imageAlt: "Comfortable restaurant seating"
},
{
id: "takeaway", title: "Quick Takeaway", tags: ["15 mins Ready", "Hot & Fresh"],
imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-chicken-breast-with-spring-onion-sauce-sesame-seeds-rice-plate_141793-4758.jpg?_wi=1", imageAlt: "Takeaway meals perfectly packaged"
imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-chicken-breast-with-spring-onion-sauce-sesame-seeds-rice-plate_141793-4758.jpg", imageAlt: "Takeaway meals perfectly packaged"
},
{
id: "delivery", title: "Fast Delivery", tags: ["Cairo-Wide", "Same Day"],
imageSrc: "http://img.b2bpic.net/free-photo/asian-dish-traditionally-prepared-with-vegetables-meat_23-2148694379.jpg?_wi=1", imageAlt: "Delivery service across Cairo"
imageSrc: "http://img.b2bpic.net/free-photo/asian-dish-traditionally-prepared-with-vegetables-meat_23-2148694379.jpg", imageAlt: "Delivery service across Cairo"
}
]}
animationType="slide-up"
@@ -139,10 +139,10 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "chicken-1", name: "Kung Pao Chicken", price: "E£180", imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-chicken-breast-with-spring-onion-sauce-sesame-seeds-rice-plate_141793-4758.jpg?_wi=2", imageAlt: "Kung Pao Chicken with peanuts", initialQuantity: 1
id: "chicken-1", name: "Kung Pao Chicken", price: "E£180", imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-chicken-breast-with-spring-onion-sauce-sesame-seeds-rice-plate_141793-4758.jpg", imageAlt: "Kung Pao Chicken with peanuts", initialQuantity: 1
},
{
id: "beef-1", name: "Beef with Broccoli", price: "E£220", imageSrc: "http://img.b2bpic.net/free-photo/asian-dish-traditionally-prepared-with-vegetables-meat_23-2148694379.jpg?_wi=2", imageAlt: "Tender beef with fresh broccoli", initialQuantity: 1
id: "beef-1", name: "Beef with Broccoli", price: "E£220", imageSrc: "http://img.b2bpic.net/free-photo/asian-dish-traditionally-prepared-with-vegetables-meat_23-2148694379.jpg", imageAlt: "Tender beef with fresh broccoli", initialQuantity: 1
},
{
id: "seafood-1", name: "Garlic Shrimp", price: "E£240", imageSrc: "http://img.b2bpic.net/free-photo/batter-fried-prawns-wood-board_1339-7783.jpg", imageAlt: "Fresh shrimp with garlic sauce", initialQuantity: 1