Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-06 09:49:09 +00:00
2 changed files with 43 additions and 162 deletions

View File

@@ -7,43 +7,29 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
const poppins = Poppins({
variable: "--font-poppins",
subsets: ["latin"],
variable: "--font-poppins", subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
});
export const metadata: Metadata = {
title: "Foodin - Fresh Homemade Tiffin & Catering Service in Jaipur",
description: "Order fresh homemade tiffin and catering in Jaipur. 4.9★ rated service delivering healthy, affordable meals daily. Call or WhatsApp to order now!",
keywords: "tiffin service Jaipur, food delivery Jaipur, homemade food, catering service, affordable meals, office lunch Jaipur",
openGraph: {
title: "Foodin - Fresh Homemade Tiffin Service in Jaipur",
description: "Join 45+ happy customers enjoying fresh, hygienic, affordable meals. Women-owned business. Daily tiffin delivery & event catering.",
type: "website",
siteName: "Foodin",
images: [
title: "Foodin - Fresh Homemade Tiffin & Catering Service in Jaipur", description: "Order fresh homemade tiffin and catering in Jaipur. 4.9★ rated service delivering healthy, affordable meals daily. Call or WhatsApp to order now!", keywords: "tiffin service Jaipur, food delivery Jaipur, homemade food, catering service, affordable meals, office lunch Jaipur", openGraph: {
title: "Foodin - Fresh Homemade Tiffin Service in Jaipur", description: "Join 45+ happy customers enjoying fresh, hygienic, affordable meals. Women-owned business. Daily tiffin delivery & event catering.", type: "website", siteName: "Foodin", images: [
{
url: "http://img.b2bpic.net/free-photo/top-view-rice-dates-arrangement_23-2148728149.jpg",
alt: "Fresh homemade Indian meal"
url: "http://img.b2bpic.net/free-photo/top-view-rice-dates-arrangement_23-2148728149.jpg", alt: "Fresh homemade Indian meal"
}
]
},
twitter: {
card: "summary_large_image",
title: "Foodin - Fresh Tiffin Service in Jaipur",
description: "Homemade meals like Mom's cooking. Fresh daily delivery. Order now!",
images: ["http://img.b2bpic.net/free-photo/top-view-rice-dates-arrangement_23-2148728149.jpg"]
card: "summary_large_image", title: "Foodin - Fresh Tiffin Service in Jaipur", description: "Homemade meals like Mom's cooking. Fresh daily delivery. Order now!", images: ["http://img.b2bpic.net/free-photo/top-view-rice-dates-arrangement_23-2148728149.jpg"]
},
robots: {
index: true,
@@ -1435,4 +1421,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -65,22 +65,16 @@ export default function HomePage() {
imagePosition="right"
testimonials={[
{
name: "Priya Sharma",
handle: "Student, PG Resident",
testimonial: "Super tasty and hygienic food. Feels exactly like eating from mom's kitchen!",
rating: 5,
name: "Priya Sharma", handle: "Student, PG Resident", testimonial: "Super tasty and hygienic food. Feels exactly like eating from mom's kitchen!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=1"
},
{
name: "Raj Kumar",
handle: "Software Engineer",
testimonial: "Affordable pricing, fresh ingredients, and timely delivery. Highly recommended!",
rating: 5,
name: "Raj Kumar", handle: "Software Engineer", testimonial: "Affordable pricing, fresh ingredients, and timely delivery. Highly recommended!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1"
}
]}
buttons={[
{ text: "📞 Call Now", href: "tel:+91XXXXXXXXXX" },
{ text: "Order Fresh Meals Today", href: "tel:+91XXXXXXXXXX" },
{ text: "💬 Order on WhatsApp", href: "https://wa.me/91XXXXXXXXXX" }
]}
useInvertedBackground={false}
@@ -116,27 +110,19 @@ export default function HomePage() {
features={[
{
id: 1,
title: "Daily Tiffin Service",
description: "Fresh, hygienic home-cooked meals delivered to your doorstep every morning. Choose from vegetarian and non-vegetarian options.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-with-copy-space_23-2149182211.jpg?_wi=1"
title: "Daily Tiffin Service", description: "Fresh, hygienic home-cooked meals delivered to your doorstep every morning. Choose from vegetarian and non-vegetarian options.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-with-copy-space_23-2149182211.jpg?_wi=1"
},
{
id: 2,
title: "Home-Style Lunch & Dinner",
description: "Authentic Rajasthani and North Indian cuisines prepared with love. Perfect for families and working professionals.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-chopping-vegetables-cooking-some-food-home_662251-2392.jpg?_wi=1"
title: "Home-Style Lunch & Dinner", description: "Authentic Rajasthani and North Indian cuisines prepared with love. Perfect for families and working professionals.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-chopping-vegetables-cooking-some-food-home_662251-2392.jpg?_wi=1"
},
{
id: 3,
title: "Small Event Catering",
description: "Birthday parties, office lunches, and small gatherings. We handle everything from menu planning to timely delivery.",
imageSrc: "http://img.b2bpic.net/free-photo/massaman-curry-frying-pan-with-spices-cement-floor_1150-20779.jpg?_wi=1"
title: "Small Event Catering", description: "Birthday parties, office lunches, and small gatherings. We handle everything from menu planning to timely delivery.", imageSrc: "http://img.b2bpic.net/free-photo/massaman-curry-frying-pan-with-spices-cement-floor_1150-20779.jpg?_wi=1"
},
{
id: 4,
title: "Office Lunch Catering",
description: "Bulk orders for offices with flexible meal plans. Discounts available for corporate subscriptions and regular orders.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-bowl-soup-food-photography-recipe-idea_53876-41053.jpg?_wi=1"
title: "Office Lunch Catering", description: "Bulk orders for offices with flexible meal plans. Discounts available for corporate subscriptions and regular orders.", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-bowl-soup-food-photography-recipe-idea_53876-41053.jpg?_wi=1"
}
]}
textboxLayout="default"
@@ -150,12 +136,7 @@ export default function HomePage() {
<TextSplitAbout
title="Why Choose Foodin?"
description={[
"✔ Hygienic Cooking - Every meal prepared in a clean, certified kitchen using premium ingredients.",
"✔ Affordable Pricing - Quality food at budget-friendly rates, perfect for students and professionals.",
"✔ Fresh Daily Preparation - No frozen meals. Everything is cooked fresh every morning.",
"✔ Homemade Taste - Our secret ingredient is love. Food tastes like it's made by your own mom.",
"✔ Timely Delivery - Your meal arrives hot and fresh. Consistent, reliable service every single day.",
"✔ Women-Owned Business - Supporting local entrepreneurship and authentic food traditions."
"✔ Hygienic Cooking - Every meal prepared in a clean, certified kitchen using premium ingredients.", "✔ Affordable Pricing - Quality food at budget-friendly rates, perfect for students and professionals.", "✔ Fresh Daily Preparation - No frozen meals. Everything is cooked fresh every morning.", "✔ Homemade Taste - Our secret ingredient is love. Food tastes like it's made by your own mom.", "✔ Timely Delivery - Your meal arrives hot and fresh. Consistent, reliable service every single day.", "✔ Women-Owned Business - Supporting local entrepreneurship and authentic food traditions."
]}
buttons={[
{ text: "Subscribe Now", href: "/pricing" },
@@ -175,42 +156,29 @@ export default function HomePage() {
tagIcon={Sparkles}
plans={[
{
id: "basic",
price: "₹40",
name: "Basic Plan",
buttons: [
id: "basic", price: "₹40", name: "Basic Plan", buttons: [
{ text: "Subscribe", href: "tel:+91XXXXXXXXXX" },
{ text: "Learn More", href: "#" }
],
features: ["1 meal per day", "Monday to Friday", "Lunch or Dinner", "Vegetarian options", "Delivery in your area"]
},
{
id: "standard",
badge: "Most Popular",
badgeIcon: Heart,
price: "₹120",
name: "Standard Plan",
buttons: [
id: "standard", badge: "Most Popular", badgeIcon: Heart,
price: "₹120", name: "Standard Plan", buttons: [
{ text: "Subscribe", href: "tel:+91XXXXXXXXXX" },
{ text: "Chat Now", href: "https://wa.me/91XXXXXXXXXX" }
],
features: ["2 meals per day (Lunch + Dinner)", "Monday to Friday", "Vegetarian & non-vegetarian", "Includes dessert/snack", "Free delivery", "Flexible pause option"]
},
{
id: "monthly",
price: "₹1,800",
name: "Monthly Plan",
buttons: [
id: "monthly", price: "₹1,800", name: "Monthly Plan", buttons: [
{ text: "Subscribe", href: "tel:+91XXXXXXXXXX" },
{ text: "Chat Now", href: "https://wa.me/91XXXXXXXXXX" }
],
features: ["2 meals per day", "30 days service", "Full menu variety", "Vegetarian & non-vegetarian", "Special occasion meals", "Free delivery", "10% discount included"]
},
{
id: "weekend",
price: "₹35/meal",
name: "Weekend Special",
buttons: [
id: "weekend", price: "₹35/meal", name: "Weekend Special", buttons: [
{ text: "Order", href: "https://wa.me/91XXXXXXXXXX" },
{ text: "Call", href: "tel:+91XXXXXXXXXX" }
],
@@ -232,52 +200,22 @@ export default function HomePage() {
tagIcon={Flame}
products={[
{
id: "1",
name: "Rajma Chawal",
price: "₹60",
variant: "Red beans with fluffy rice",
imageSrc: "http://img.b2bpic.net/free-photo/steamed-rice-canned-corns-peas-plate_114579-73295.jpg?_wi=1",
imageAlt: "Rajma Chawal - red beans and rice"
id: "1", name: "Rajma Chawal", price: "₹60", variant: "Red beans with fluffy rice", imageSrc: "http://img.b2bpic.net/free-photo/steamed-rice-canned-corns-peas-plate_114579-73295.jpg?_wi=1", imageAlt: "Rajma Chawal - red beans and rice"
},
{
id: "2",
name: "Gatta Curry",
price: "₹65",
variant: "Rajasthani specialty with gravy",
imageSrc: "http://img.b2bpic.net/free-photo/massaman-curry-frying-pan-with-spices-cement-floor_1150-20779.jpg?_wi=2",
imageAlt: "Gatta Curry - traditional Rajasthani meal"
id: "2", name: "Gatta Curry", price: "₹65", variant: "Rajasthani specialty with gravy", imageSrc: "http://img.b2bpic.net/free-photo/massaman-curry-frying-pan-with-spices-cement-floor_1150-20779.jpg?_wi=2", imageAlt: "Gatta Curry - traditional Rajasthani meal"
},
{
id: "3",
name: "Dal Makhani",
price: "₹70",
variant: "Creamy lentils with butter",
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-bowl-soup-food-photography-recipe-idea_53876-41053.jpg?_wi=2",
imageAlt: "Dal Makhani - creamy lentil curry"
id: "3", name: "Dal Makhani", price: "₹70", variant: "Creamy lentils with butter", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-bowl-soup-food-photography-recipe-idea_53876-41053.jpg?_wi=2", imageAlt: "Dal Makhani - creamy lentil curry"
},
{
id: "4",
name: "Kadhi Chawal",
price: "₹55",
variant: "Yogurt-based curry with rice",
imageSrc: "http://img.b2bpic.net/free-photo/massaman-curry-frying-pan-with-spices-cement-floor_1150-20779.jpg?_wi=3",
imageAlt: "Kadhi Chawal - yogurt curry with rice"
id: "4", name: "Kadhi Chawal", price: "₹55", variant: "Yogurt-based curry with rice", imageSrc: "http://img.b2bpic.net/free-photo/massaman-curry-frying-pan-with-spices-cement-floor_1150-20779.jpg?_wi=3", imageAlt: "Kadhi Chawal - yogurt curry with rice"
},
{
id: "5",
name: "Chapati Sabzi",
price: "₹50",
variant: "Whole wheat bread with vegetables",
imageSrc: "http://img.b2bpic.net/free-photo/steamed-rice-canned-corns-peas-plate_114579-73295.jpg?_wi=2",
imageAlt: "Chapati Sabzi - bread with vegetables"
id: "5", name: "Chapati Sabzi", price: "₹50", variant: "Whole wheat bread with vegetables", imageSrc: "http://img.b2bpic.net/free-photo/steamed-rice-canned-corns-peas-plate_114579-73295.jpg?_wi=2", imageAlt: "Chapati Sabzi - bread with vegetables"
},
{
id: "6",
name: "Mixed Vegetable Pulao",
price: "₹65",
variant: "Rice cooked with fresh vegetables",
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-bowl-soup-food-photography-recipe-idea_53876-41053.jpg?_wi=3",
imageAlt: "Mixed Vegetable Pulao - vegetable rice"
id: "6", name: "Mixed Vegetable Pulao", price: "₹65", variant: "Rice cooked with fresh vegetables", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-bowl-soup-food-photography-recipe-idea_53876-41053.jpg?_wi=3", imageAlt: "Mixed Vegetable Pulao - vegetable rice"
}
]}
animationType="slide-up"
@@ -298,51 +236,27 @@ export default function HomePage() {
tagIcon={MessageCircle}
testimonials={[
{
id: "1",
name: "Priya Sharma",
role: "Student",
company: "PG Resident",
rating: 5,
id: "1", name: "Priya Sharma", role: "Student", company: "PG Resident", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=2"
},
{
id: "2",
name: "Raj Kumar",
role: "Software Engineer",
company: "Tech Company",
rating: 5,
id: "2", name: "Raj Kumar", role: "Software Engineer", company: "Tech Company", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2"
},
{
id: "3",
name: "Anjali Mishra",
role: "Working Professional",
company: "Corporate Office",
rating: 5,
id: "3", name: "Anjali Mishra", role: "Working Professional", company: "Corporate Office", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg?_wi=1"
},
{
id: "4",
name: "Vikram Singh",
role: "Hostel Student",
company: "Engineering College",
rating: 5,
id: "4", name: "Vikram Singh", role: "Hostel Student", company: "Engineering College", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-man-looking-front-him_23-2148422273.jpg"
},
{
id: "5",
name: "Neha Patel",
role: "Office Manager",
company: "Corporate Bulk Order",
rating: 5,
id: "5", name: "Neha Patel", role: "Office Manager", company: "Corporate Bulk Order", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg?_wi=2"
},
{
id: "6",
name: "Arjun Desai",
role: "Business Executive",
company: "Local Entrepreneur",
rating: 5,
id: "6", name: "Arjun Desai", role: "Business Executive", company: "Local Entrepreneur", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
}
]}
@@ -364,44 +278,28 @@ export default function HomePage() {
tagIcon={HelpCircle}
faqs={[
{
id: "1",
title: "What are your delivery areas in Jaipur?",
content: "We deliver across Jhotwara, Lajpat Nagar, Prem Nagar, Vasudev Puri, Matrikunj, and surrounding areas in Jaipur. Contact us to confirm delivery to your specific location."
id: "1", title: "What are your delivery areas in Jaipur?", content: "We deliver across Jhotwara, Lajpat Nagar, Prem Nagar, Vasudev Puri, Matrikunj, and surrounding areas in Jaipur. Contact us to confirm delivery to your specific location."
},
{
id: "2",
title: "Can I customize my tiffin menu?",
content: "Yes! We offer fully customizable menus based on your dietary preferences. Tell us if you prefer vegetarian, non-vegetarian, or specific cuisines, and we'll arrange it for you."
id: "2", title: "Can I customize my tiffin menu?", content: "Yes! We offer fully customizable menus based on your dietary preferences. Tell us if you prefer vegetarian, non-vegetarian, or specific cuisines, and we'll arrange it for you."
},
{
id: "3",
title: "What time is tiffin delivery?",
content: "Lunch tiffins are delivered between 12:00 PM - 1:00 PM, and dinner tiffins between 7:00 PM - 8:00 PM. We ensure your meal arrives hot and fresh."
id: "3", title: "What time is tiffin delivery?", content: "Lunch tiffins are delivered between 12:00 PM - 1:00 PM, and dinner tiffins between 7:00 PM - 8:00 PM. We ensure your meal arrives hot and fresh."
},
{
id: "4",
title: "Do you offer meal subscriptions?",
content: "Yes! We offer weekly and monthly subscription plans with discounts. You can pause anytime with 24 hours notice. Flexible commitment, no long-term contracts."
id: "4", title: "Do you offer meal subscriptions?", content: "Yes! We offer weekly and monthly subscription plans with discounts. You can pause anytime with 24 hours notice. Flexible commitment, no long-term contracts."
},
{
id: "5",
title: "Are your meals hygienic and safe?",
content: "Absolutely! We follow strict hygiene standards. All meals are prepared in a clean, certified kitchen using fresh, premium ingredients. Your health is our priority."
id: "5", title: "Are your meals hygienic and safe?", content: "Absolutely! We follow strict hygiene standards. All meals are prepared in a clean, certified kitchen using fresh, premium ingredients. Your health is our priority."
},
{
id: "6",
title: "How do I place an order?",
content: "You can call us directly, WhatsApp your order, or fill out our online form. We'll confirm your order and arrange delivery. Quick and hassle-free!"
id: "6", title: "How do I place an order?", content: "You can call us directly, WhatsApp your order, or fill out our online form. We'll confirm your order and arrange delivery. Quick and hassle-free!"
},
{
id: "7",
title: "What's your minimum order for catering?",
content: "For event catering, we have flexible minimums starting from 10 people. Contact us to discuss your event requirements and get a custom quote."
id: "7", title: "What's your minimum order for catering?", content: "For event catering, we have flexible minimums starting from 10 people. Contact us to discuss your event requirements and get a custom quote."
},
{
id: "8",
title: "Do you offer trial meals?",
content: "Yes! First-time customers can order a single meal to try our food quality before committing to a subscription. This way, you can taste before you subscribe."
id: "8", title: "Do you offer trial meals?", content: "Yes! First-time customers can order a single meal to try our food quality before committing to a subscription. This way, you can taste before you subscribe."
}
]}
textboxLayout="default"
@@ -430,10 +328,7 @@ export default function HomePage() {
buttonAnimation="slide-up"
testimonials={[
{
name: "All Our Customers",
handle: "Jaipur Community",
testimonial: "Fresh, tasty, affordable food delivered daily. Like eating from home!",
rating: 5,
name: "All Our Customers", handle: "Jaipur Community", testimonial: "Fresh, tasty, affordable food delivered daily. Like eating from home!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=3"
}
]}
@@ -481,4 +376,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}