diff --git a/src/app/page.tsx b/src/app/page.tsx
index fe57bb0..e35efc4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,37 +33,21 @@ export default function LandingPage() {
@@ -73,83 +57,43 @@ export default function LandingPage() {
@@ -189,19 +123,13 @@ export default function LandingPage() {
metrics={[
{
icon: Award,
- label: "Years of Excellence",
- value: "15+",
- },
+ label: "Years of Excellence", value: "15+"},
{
icon: Flame,
- label: "Signature Dishes",
- value: "50+",
- },
+ label: "Signature Dishes", value: "50+"},
{
icon: Heart,
- label: "Happy Customers",
- value: "10K+",
- },
+ label: "Happy Customers", value: "10K+"},
]}
metricsAnimation="slide-up"
/>
@@ -214,26 +142,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "restaurant-dining",
- title: "Gourmet Restaurant Dining",
- subtitle: "Immerse yourself in a fine dining experience with a menu inspired by global cuisines and cinematic tales.",
- category: "Restaurant",
- value: "Daily Specials",
- },
+ id: "restaurant-dining", title: "Gourmet Restaurant Dining", subtitle: "Immerse yourself in a fine dining experience with a menu inspired by global cuisines and cinematic tales.", category: "Restaurant", value: "Daily Specials"},
{
- id: "event-catering",
- title: "Premium Event Catering",
- subtitle: "From intimate gatherings to grand celebrations, our catering team crafts bespoke menus and unforgettable culinary journeys.",
- category: "Catering",
- value: "Customizable",
- },
+ id: "event-catering", title: "Premium Event Catering", subtitle: "From intimate gatherings to grand celebrations, our catering team crafts bespoke menus and unforgettable culinary journeys.", category: "Catering", value: "Customizable"},
{
- id: "themed-parties",
- title: "Cinema-Themed Private Parties",
- subtitle: "Host your next event in our exclusive private rooms, complete with cinematic decor and personalized dining.",
- category: "Events",
- value: "Memorable",
- },
+ id: "themed-parties", title: "Cinema-Themed Private Parties", subtitle: "Host your next event in our exclusive private rooms, complete with cinematic decor and personalized dining.", category: "Events", value: "Memorable"},
]}
title="Our Signature Culinary & Event Services"
description="At Josettan's, we are dedicated to providing exceptional food and service, whether you're dining in or celebrating a special occasion."
@@ -248,47 +161,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "signature-biryani",
- name: "Josettan's Signature Biryani",
- price: "$22.00",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-pasta-with-rice-tomatoes-dark-surface-pasta-dough-raw_140725-82558.jpg",
- imageAlt: "Josettan's Signature Biryani",
- },
+ id: "signature-biryani", name: "Josettan's Signature Biryani", price: "$22.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-pasta-with-rice-tomatoes-dark-surface-pasta-dough-raw_140725-82558.jpg", imageAlt: "Josettan's Signature Biryani"},
{
- id: "kerala-fish-curry",
- name: "Traditional Kerala Fish Curry",
- price: "$18.50",
- imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-cheese-greens_140725-8838.jpg",
- imageAlt: "Traditional Kerala Fish Curry",
- },
+ id: "kerala-fish-curry", name: "Traditional Kerala Fish Curry", price: "$18.50", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-cheese-greens_140725-8838.jpg", imageAlt: "Traditional Kerala Fish Curry"},
{
- id: "tandoori-chicken",
- name: "Sizzling Tandoori Chicken",
- price: "$20.00",
- imageSrc: "http://img.b2bpic.net/free-photo/thanksgiving-day-delicious-meal-arrangement_23-2149100095.jpg",
- imageAlt: "Sizzling Tandoori Chicken",
- },
+ id: "tandoori-chicken", name: "Sizzling Tandoori Chicken", price: "$20.00", imageSrc: "http://img.b2bpic.net/free-photo/thanksgiving-day-delicious-meal-arrangement_23-2149100095.jpg", imageAlt: "Sizzling Tandoori Chicken"},
{
- id: "paneer-butter-masala",
- name: "Creamy Paneer Butter Masala",
- price: "$17.00",
- imageSrc: "http://img.b2bpic.net/free-photo/latte-art-coffee-cup_1203-3295.jpg",
- imageAlt: "Creamy Paneer Butter Masala",
- },
+ id: "paneer-butter-masala", name: "Creamy Paneer Butter Masala", price: "$17.00", imageSrc: "http://img.b2bpic.net/free-photo/latte-art-coffee-cup_1203-3295.jpg", imageAlt: "Creamy Paneer Butter Masala"},
{
- id: "mango-lassi",
- name: "Refreshing Mango Lassi",
- price: "$7.50",
- imageSrc: "http://img.b2bpic.net/free-photo/colorful-delicious-cupcakes-with-frosting_23-2149667643.jpg",
- imageAlt: "Refreshing Mango Lassi",
- },
+ id: "mango-lassi", name: "Refreshing Mango Lassi", price: "$7.50", imageSrc: "http://img.b2bpic.net/free-photo/colorful-delicious-cupcakes-with-frosting_23-2149667643.jpg", imageAlt: "Refreshing Mango Lassi"},
{
- id: "gourmet-popcorn",
- name: "Gourmet Cinema Popcorn",
- price: "$10.00",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-cheese-balls-cutting-board-pencil-female-hand-notepad_140725-142380.jpg",
- imageAlt: "Gourmet Cinema Popcorn",
- },
+ id: "gourmet-popcorn", name: "Gourmet Cinema Popcorn", price: "$10.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-cheese-balls-cutting-board-pencil-female-hand-notepad_140725-142380.jpg", imageAlt: "Gourmet Cinema Popcorn"},
]}
title="Our Featured Menu Highlights"
description="A curated selection of our most popular dishes, from authentic regional specialties to international cinematic inspirations."
@@ -302,45 +185,22 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "silver",
- badge: "Popular",
- badgeIcon: Sparkles,
- price: "Starting at $35/person",
- subtitle: "Ideal for casual gatherings & corporate lunches.",
- buttons: [
+ id: "silver", badge: "Popular", badgeIcon: Sparkles,
+ price: "Starting at $35/person", subtitle: "Ideal for casual gatherings & corporate lunches.", buttons: [
{
- text: "Request Quote",
- href: "#contact",
- },
+ text: "Request Quote", href: "#contact"},
],
features: [
- "Choice of 2 Appetizers",
- "Choice of 1 Main Course (Veg/Non-Veg)",
- "Choice of 1 Rice/Bread",
- "1 Dessert Option",
- "Beverage Selection",
- ],
+ "Choice of 2 Appetizers", "Choice of 1 Main Course (Veg/Non-Veg)", "Choice of 1 Rice/Bread", "1 Dessert Option", "Beverage Selection"],
},
{
- id: "gold",
- badge: "Premium",
- badgeIcon: Star,
- price: "Starting at $55/person",
- subtitle: "Perfect for weddings, large events & gala dinners.",
- buttons: [
+ id: "gold", badge: "Premium", badgeIcon: Star,
+ price: "Starting at $55/person", subtitle: "Perfect for weddings, large events & gala dinners.", buttons: [
{
- text: "Request Quote",
- href: "#contact",
- },
+ text: "Request Quote", href: "#contact"},
],
features: [
- "Choice of 3 Appetizers",
- "Choice of 2 Main Courses (Veg/Non-Veg)",
- "Choice of 2 Rice/Bread",
- "2 Dessert Options",
- "Premium Beverage Selection",
- "On-site Chef Service",
- ],
+ "Choice of 3 Appetizers", "Choice of 2 Main Courses (Veg/Non-Veg)", "Choice of 2 Rice/Bread", "2 Dessert Options", "Premium Beverage Selection", "On-site Chef Service"],
},
]}
title="Customized Catering Packages"
@@ -355,73 +215,31 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- name: "Sarah Johnson",
- role: "CEO",
- company: "Event Innovations",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-table-near-elderly-people_23-2147947984.jpg",
- imageAlt: "Sarah Johnson",
- },
+ id: "1", name: "Sarah Johnson", role: "CEO", company: "Event Innovations", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-table-near-elderly-people_23-2147947984.jpg", imageAlt: "Sarah Johnson"},
{
- id: "2",
- name: "Michael Chen",
- role: "Film Critic",
- company: "CinemaScope Blog",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/urban-portrait-young-man-with-orange-hair_23-2149122915.jpg",
- imageAlt: "Michael Chen",
- },
+ id: "2", name: "Michael Chen", role: "Film Critic", company: "CinemaScope Blog", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/urban-portrait-young-man-with-orange-hair_23-2149122915.jpg", imageAlt: "Michael Chen"},
{
- id: "3",
- name: "Emily Rodriguez",
- role: "Wedding Planner",
- company: "Dream Day Events",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-concept-with-clipboard_23-2147812197.jpg",
- imageAlt: "Emily Rodriguez",
- },
+ id: "3", name: "Emily Rodriguez", role: "Wedding Planner", company: "Dream Day Events", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-concept-with-clipboard_23-2147812197.jpg", imageAlt: "Emily Rodriguez"},
{
- id: "4",
- name: "David Kim",
- role: "Corporate Client",
- company: "Global Solutions Inc.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-people-taking-snacks-from-table_1262-1958.jpg",
- imageAlt: "David Kim",
- },
+ id: "4", name: "David Kim", role: "Corporate Client", company: "Global Solutions Inc.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-people-taking-snacks-from-table_1262-1958.jpg", imageAlt: "David Kim"},
{
- id: "5",
- name: "Jessica Lee",
- role: "Local Foodie",
- company: "Taste Buds Collective",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-girl-cinema_23-2148115388.jpg",
- imageAlt: "Jessica Lee",
- },
+ id: "5", name: "Jessica Lee", role: "Local Foodie", company: "Taste Buds Collective", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-girl-cinema_23-2148115388.jpg", imageAlt: "Jessica Lee"},
{
- id: "6",
- name: "Chris Evans",
- role: "Movie Enthusiast",
- company: "Film Fanatics Club",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg",
- imageAlt: "Chris Evans",
- },
+ id: "6", name: "Chris Evans", role: "Movie Enthusiast", company: "Film Fanatics Club", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg", imageAlt: "Chris Evans"},
]}
kpiItems={[
{
- value: "99%",
- label: "Customer Satisfaction",
- },
+ value: "99%", label: "Customer Satisfaction"},
{
- value: "5/5",
- label: "Average Rating",
- },
+ value: "5/5", label: "Average Rating"},
{
- value: "100+",
- label: "Successful Events",
- },
+ value: "100+", label: "Successful Events"},
]}
title="Hear From Our Happy Guests"
description="Discover why Josettan's Cinema Company Restaurant & Caterers is the top choice for an unforgettable culinary experience and exceptional event services."
@@ -434,35 +252,17 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "faq-1",
- title: "Do you offer vegetarian and vegan options?",
- content: "Yes, our menu includes a wide array of delicious vegetarian and vegan dishes. We can also customize options to accommodate specific dietary preferences.",
- },
+ id: "faq-1", title: "Do you offer vegetarian and vegan options?", content: "Yes, our menu includes a wide array of delicious vegetarian and vegan dishes. We can also customize options to accommodate specific dietary preferences."},
{
- id: "faq-2",
- title: "Can I host a private event at your restaurant?",
- content: "Absolutely! We have dedicated private dining areas perfect for birthdays, anniversaries, corporate events, and other special occasions. Contact us for details and availability.",
- },
+ id: "faq-2", title: "Can I host a private event at your restaurant?", content: "Absolutely! We have dedicated private dining areas perfect for birthdays, anniversaries, corporate events, and other special occasions. Contact us for details and availability."},
{
- id: "faq-3",
- title: "What kind of catering services do you provide?",
- content: "We offer full-service catering for various events, including weddings, corporate gatherings, and private parties. Our packages are customizable to fit your event size and culinary preferences.",
- },
+ id: "faq-3", title: "What kind of catering services do you provide?", content: "We offer full-service catering for various events, including weddings, corporate gatherings, and private parties. Our packages are customizable to fit your event size and culinary preferences."},
{
- id: "faq-4",
- title: "How far in advance should I book catering?",
- content: "We recommend booking catering services at least 2-4 weeks in advance for smaller events, and 2-3 months for larger events like weddings, to ensure availability and proper planning.",
- },
+ id: "faq-4", title: "How far in advance should I book catering?", content: "We recommend booking catering services at least 2-4 weeks in advance for smaller events, and 2-3 months for larger events like weddings, to ensure availability and proper planning."},
{
- id: "faq-5",
- title: "Do you have parking facilities?",
- content: "Yes, we offer complimentary parking for our restaurant guests. Valet service is also available during peak hours.",
- },
+ id: "faq-5", title: "Do you have parking facilities?", content: "Yes, we offer complimentary parking for our restaurant guests. Valet service is also available during peak hours."},
{
- id: "faq-6",
- title: "Are reservations required for the restaurant?",
- content: "While not always required, reservations are highly recommended, especially on weekends and for larger groups, to guarantee your table.",
- },
+ id: "faq-6", title: "Are reservations required for the restaurant?", content: "While not always required, reservations are highly recommended, especially on weekends and for larger groups, to guarantee your table."},
]}
title="Frequently Asked Questions"
description="Find quick answers to common questions about our restaurant, catering services, and booking procedures."
@@ -474,18 +274,13 @@ export default function LandingPage() {
@@ -496,13 +291,9 @@ export default function LandingPage() {
logoAlt="Josettan's Cinema Co. Logo"
logoText="Josettan's Cinema Co."
leftLink={{
- text: "Privacy Policy",
- href: "#",
- }}
+ text: "Privacy Policy", href: "#"}}
rightLink={{
- text: "Terms of Service",
- href: "#",
- }}
+ text: "Terms of Service", href: "#"}}
/>