Update src/app/page.tsx
This commit is contained in:
@@ -80,7 +80,7 @@ export default function HomePage() {
|
||||
tagIcon={MapPin}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/eid-al-fitr-celebration-with-delicious-food_23-2151205128.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/eid-al-fitr-celebration-with-delicious-food_23-2151205128.jpg?_wi=1"
|
||||
imageAlt="Premium Kerala catering service"
|
||||
mediaAnimation="slide-up"
|
||||
testimonials={[
|
||||
@@ -89,28 +89,28 @@ export default function HomePage() {
|
||||
handle: "Wedding Planner, Bekal",
|
||||
testimonial: "Apple Restaurant transformed our wedding reception. The biryani was extraordinary and the service was impeccable!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-grey-haired-female-ceo-smiling-content-experienced-beautiful-businesswoman-posing-office-room-business-company-appearance-expression-concept_74855-11905.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-grey-haired-female-ceo-smiling-content-experienced-beautiful-businesswoman-posing-office-room-business-company-appearance-expression-concept_74855-11905.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Priya Nair",
|
||||
handle: "Corporate Event Manager",
|
||||
testimonial: "We've used Apple for all our company events. Their catering is consistently professional and delicious.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1551.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1551.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Anil Menon",
|
||||
handle: "Family Function Organizer",
|
||||
testimonial: "The Kerala meals were authentic and brought back childhood memories. Highly recommended!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1078.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1078.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Sneha Das",
|
||||
handle: "Birthday Party Host",
|
||||
testimonial: "Professional, punctual, and delicious. Apple Restaurant made our celebration stress-free and memorable.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-holding-book-close-up_23-2148396302.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-holding-book-close-up_23-2148396302.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -135,28 +135,28 @@ export default function HomePage() {
|
||||
id: "weddings",
|
||||
title: "Wedding Catering",
|
||||
description: "Complete wedding catering packages with traditional Kerala meals, biriyani, tandoori items, and elegant plating. We handle full menus for ceremonies, receptions, and functions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-letterings-love-stand-wooden-boxes_8353-790.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-letterings-love-stand-wooden-boxes_8353-790.jpg?_wi=1",
|
||||
imageAlt: "Wedding catering service",
|
||||
},
|
||||
{
|
||||
id: "corporate",
|
||||
title: "Corporate Events",
|
||||
description: "Professional catering for board meetings, conferences, and business lunches. Premium presentation and reliable service for corporate clients.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-glasses-full-champagne_23-2148244964.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-glasses-full-champagne_23-2148244964.jpg?_wi=1",
|
||||
imageAlt: "Corporate catering service",
|
||||
},
|
||||
{
|
||||
id: "birthdays",
|
||||
title: "Birthday Parties",
|
||||
description: "Fun and festive catering for birthday celebrations. Custom menu options including desserts, fresh juices, and ice cream for all age groups.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-full-colorful-confetti_23-2148001895.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-full-colorful-confetti_23-2148001895.jpg?_wi=1",
|
||||
imageAlt: "Birthday party catering",
|
||||
},
|
||||
{
|
||||
id: "family",
|
||||
title: "Family Functions",
|
||||
description: "Authentic Kerala meals and diverse cuisines for family gatherings, reunions, and celebrations. Warm, homestyle flavors with professional service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-enjoying-coast-musical-clapping-l150715_53876-30798.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-enjoying-coast-musical-clapping-l150715_53876-30798.jpg?_wi=1",
|
||||
imageAlt: "Family function catering",
|
||||
},
|
||||
]}
|
||||
@@ -180,7 +180,7 @@ export default function HomePage() {
|
||||
name: "Chicken Biryani",
|
||||
price: "₹350-450",
|
||||
variant: "Fragrant rice with tender chicken",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-seasonings-dark-surface-dark-meal-photo-dish-food_140725-82260.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-seasonings-dark-surface-dark-meal-photo-dish-food_140725-82260.jpg?_wi=1",
|
||||
imageAlt: "Chicken Biryani",
|
||||
},
|
||||
{
|
||||
@@ -188,7 +188,7 @@ export default function HomePage() {
|
||||
name: "Tandoori Chicken",
|
||||
price: "₹320-420",
|
||||
variant: "Grilled with traditional spices",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pork-kebab-plate-juicy-delicious-food_132075-14704.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pork-kebab-plate-juicy-delicious-food_132075-14704.jpg?_wi=1",
|
||||
imageAlt: "Tandoori Chicken",
|
||||
},
|
||||
{
|
||||
@@ -196,7 +196,7 @@ export default function HomePage() {
|
||||
name: "Kerala Meal",
|
||||
price: "₹280-380",
|
||||
variant: "Rice with fish curry and vegetables",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086026.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086026.jpg?_wi=1",
|
||||
imageAlt: "Kerala Meal",
|
||||
},
|
||||
{
|
||||
@@ -204,7 +204,7 @@ export default function HomePage() {
|
||||
name: "Desserts & Sweets",
|
||||
price: "₹150-300",
|
||||
variant: "Ice cream, traditional sweets",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-indian-restaurant-facebook-template_23-2149431914.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-indian-restaurant-facebook-template_23-2149431914.jpg?_wi=1",
|
||||
imageAlt: "Desserts",
|
||||
},
|
||||
]}
|
||||
@@ -225,7 +225,7 @@ export default function HomePage() {
|
||||
description="Your Trusted Catering Partner"
|
||||
subdescription="Bekal Fort Road, Bekal, Kerala"
|
||||
icon={Sparkles}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/eid-al-fitr-celebration-with-delicious-food_23-2151205128.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/eid-al-fitr-celebration-with-delicious-food_23-2151205128.jpg?_wi=2"
|
||||
imageAlt="Apple Restaurant & Cool House"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user