Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-17 19:58:20 +00:00

View File

@@ -11,7 +11,7 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia
import FaqDouble from '@/components/sections/faq/FaqDouble';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterBase from '@/components/sections/footer/FooterBase';
import { Award, Flame, Leaf, Clock, TrendingDown, MapPin, Heart, Star, Chef, HelpCircle, MessageCircle, Phone } from 'lucide-react';
import { Award, Flame, Leaf, Clock, TrendingDown, MapPin, Heart, Star, HelpCircle, MessageCircle, Phone } from 'lucide-react';
export default function LandingPage() {
return (
@@ -55,22 +55,22 @@ export default function LandingPage() {
testimonials={[
{
name: "Anjali Verma", handle: "@family_foodie", testimonial: "The mandi here is authentic and so affordable! Best find in Shornur for quality Arabian food.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1600.jpg?_wi=1", imageAlt: "Anjali Verma"
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1600.jpg", imageAlt: "Anjali Verma"
},
{
name: "Rajesh Kumar", handle: "@taste_explorer", testimonial: "Perfect combination of taste and value. Service is quick and the team is genuinely hospitable.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-standing-bricks-wall-smiling-with-happy-face-looking-pointing-side-with-thumb-up_839833-15096.jpg?_wi=1", imageAlt: "Rajesh Kumar"
imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-standing-bricks-wall-smiling-with-happy-face-looking-pointing-side-with-thumb-up_839833-15096.jpg", imageAlt: "Rajesh Kumar"
},
{
name: "Priya Singh", handle: "@food_enthusiast", testimonial: "Takes me back to authentic Arabian flavors. The spice blend is incredible and so is the pricing!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg?_wi=1", imageAlt: "Priya Singh"
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg", imageAlt: "Priya Singh"
},
{
name: "Mohammed Aziz", handle: "@authentic_taste", testimonial: "Finally found a place that doesn't compromise on authenticity. Hyra Mandi is a gem!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1633.jpg?_wi=1", imageAlt: "Mohammed Aziz"
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1633.jpg", imageAlt: "Mohammed Aziz"
}
]}
imageSrc="http://img.b2bpic.net/free-psd/ramadan-celebration-landing-page-template_23-2150142321.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-psd/ramadan-celebration-landing-page-template_23-2150142321.jpg"
imageAlt="Authentic Arabian Mandi Platter"
mediaAnimation="blur-reveal"
background={{ variant: "plain" }}
@@ -87,7 +87,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
bulletPoints={[
{
title: "Expert Chefs", description: "Skilled culinary professionals trained in authentic Arabian cooking techniques, bringing 20+ years of combined experience to every plate.", icon: Chef
title: "Expert Chefs", description: "Skilled culinary professionals trained in authentic Arabian cooking techniques, bringing 20+ years of combined experience to every plate.", icon: Flame
},
{
title: "Premium Ingredients", description: "Carefully selected fresh meat, aromatic spices, and rice sourced from trusted suppliers to ensure consistent quality in every meal.", icon: Leaf
@@ -121,10 +121,10 @@ export default function LandingPage() {
buttonAnimation="blur-reveal"
products={[
{
id: "classic-mandi", name: "Classic Mandi", price: "₹180", imageSrc: "http://img.b2bpic.net/free-psd/ramadan-celebration-landing-page-template_23-2150142321.jpg?_wi=2", imageAlt: "Classic Arabian Mandi", initialQuantity: 1
id: "classic-mandi", name: "Classic Mandi", price: "₹180", imageSrc: "http://img.b2bpic.net/free-psd/ramadan-celebration-landing-page-template_23-2150142321.jpg", imageAlt: "Classic Arabian Mandi", initialQuantity: 1
},
{
id: "premium-mandi", name: "Premium Mandi (Double Meat)", price: "₹280", imageSrc: "http://img.b2bpic.net/free-psd/ramadan-celebration-landing-page-template_23-2150142321.jpg?_wi=3", imageAlt: "Premium Arabian Mandi", initialQuantity: 1
id: "premium-mandi", name: "Premium Mandi (Double Meat)", price: "₹280", imageSrc: "http://img.b2bpic.net/free-psd/ramadan-celebration-landing-page-template_23-2150142321.jpg", imageAlt: "Premium Arabian Mandi", initialQuantity: 1
},
{
id: "family-combo", name: "Family Combo (4 Servings)", price: "₹650", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-eating-together_23-2148903554.jpg", imageAlt: "Family Mandi Combo", initialQuantity: 1
@@ -205,19 +205,19 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Anjali Verma", role: "Family Diner", company: "Shornur Local", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1600.jpg?_wi=2"
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1600.jpg"
},
{
id: "2", name: "Rajesh Kumar", role: "Regular Customer", company: "Business Professional", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-standing-bricks-wall-smiling-with-happy-face-looking-pointing-side-with-thumb-up_839833-15096.jpg?_wi=2"
imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-standing-bricks-wall-smiling-with-happy-face-looking-pointing-side-with-thumb-up_839833-15096.jpg"
},
{
id: "3", name: "Priya Singh", role: "Food Enthusiast", company: "Food Blogger", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg?_wi=2"
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg"
},
{
id: "4", name: "Mohammed Aziz", role: "Authenticity Seeker", company: "Arabian Food Lover", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1633.jpg?_wi=2"
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1633.jpg"
},
{
id: "5", name: "Deepak Nair", role: "Weekend Diner", company: "Family Groups", rating: 5,