Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 04:55:23 +00:00

View File

@@ -11,7 +11,7 @@ import TestimonialCardFifteen from "@/components/sections/testimonial/Testimonia
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import ContactText from "@/components/sections/contact/ContactText";
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
import { Award, Clock, Heart, Leaf, Shield, Sparkles, TrendingUp, Users, Zap, UtensilsCrossed } from "lucide-react";
import { Award, Clock, Heart, Leaf, Shield, Sparkles, TrendingUp, Users, Zap, UtensilsCrossed, Star, Handshake } from "lucide-react";
export default function LandingPage() {
return (
@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="smallMedium"
sizing="mediumLarge"
background="noise"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="shadow"
secondaryButtonStyle="glass"
@@ -48,10 +48,10 @@ export default function LandingPage() {
description="Discover the finest authentic halal dining experience with expertly crafted meals delivered to your door. Every dish is prepared with premium ingredients and traditional cooking methods."
tag="Premium Halal Dining"
tagIcon={Sparkles}
background={{ variant: "noise" }}
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-fish-fillet-garnished-with-vegetables-spices-sauce-plate-with-glass-white-wine-table_140725-11498.jpg?_wi=1", imageAlt: "Premium halal meal plating"},
imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-fish-fillet-garnished-with-vegetables-spices-sauce-plate-with-glass-white-wine-table_140725-11498.jpg", imageAlt: "Premium halal meal plating"},
{
imageSrc: "http://img.b2bpic.net/free-photo/salad-plate-with-service-bell_23-2148040239.jpg", imageAlt: "Professional kitchen preparation"},
]}
@@ -101,7 +101,7 @@ export default function LandingPage() {
{ value: "15+", title: "Years of Excellence" },
{ value: "50k+", title: "Happy Customers" },
]}
imageSrc="http://img.b2bpic.net/free-photo/side-view-baked-fish-fillet-garnished-with-vegetables-spices-sauce-plate-with-glass-white-wine-table_140725-11498.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/side-view-baked-fish-fillet-garnished-with-vegetables-spices-sauce-plate-with-glass-white-wine-table_140725-11498.jpg"
imageAlt="Restaurant ambiance"
useInvertedBackground={false}
mediaAnimation="slide-up"
@@ -154,7 +154,7 @@ export default function LandingPage() {
id: "1", value: "50000", title: "Orders Served", description: "Customers served with premium halal meals", icon: Users,
},
{
id: "2", value: "99", title: "Customer Satisfaction", description: "Percentage of satisfied customers", icon: Sparkles,
id: "2", value: "99", title: "Customer Satisfaction", description: "Percentage of satisfied customers", icon: Star,
},
{
id: "3", value: "30", title: "Minute Delivery", description: "Average delivery time from order to door", icon: Zap,
@@ -197,7 +197,7 @@ export default function LandingPage() {
title="Trusted by Leading Platforms"
description="Partner with premier food delivery services and hospitality networks across the region"
tag="Our Partners"
tagIcon={Sparkles}
tagIcon={Handshake}
names={[
"Talabat", "Zomato", "UberEats", "Noon Food", "Deliveroo", "Local Delivery", "Restaurant Hub"]}
textboxLayout="default"
@@ -216,7 +216,7 @@ export default function LandingPage() {
{ text: "Place Your Order", href: "#" },
{ text: "Call Us Now", href: "#" },
]}
background={{ variant: "noise" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>