Merge version_6 into main #4
1438
src/app/layout.tsx
1438
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
199
src/app/page.tsx
199
src/app/page.tsx
@@ -52,46 +52,24 @@ export default function HomePage() {
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[
|
||||
{
|
||||
text: "📞 Call Now",
|
||||
href: "tel:+919876543210",
|
||||
},
|
||||
text: "📞 Call Now", href: "tel:+919876543210"},
|
||||
{
|
||||
text: "🧭 Get Directions",
|
||||
href: "https://maps.google.com/?q=5+High+School+St+Melvisharam+Tamil+Nadu",
|
||||
},
|
||||
text: "🧭 Get Directions", href: "https://maps.google.com/?q=5+High+School+St+Melvisharam+Tamil+Nadu"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-pilaf-garlic-onion-appetizing-pilaf-wooden-bowl_140725-78471.jpg?_wi=1",
|
||||
imageAlt: "Authentic Chicken Biryani with Seeraga Samba Rice",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-pilaf-garlic-onion-appetizing-pilaf-wooden-bowl_140725-78471.jpg?_wi=1", imageAlt: "Authentic Chicken Biryani with Seeraga Samba Rice"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-rice-garnish-with-grilled-chicken-cucumber-carrot-bell-pepper-spring-onion_141793-5070.jpg?_wi=1",
|
||||
imageAlt: "Fresh Chicken Biryani Serving",
|
||||
},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/side-view-rice-garnish-with-grilled-chicken-cucumber-carrot-bell-pepper-spring-onion_141793-5070.jpg?_wi=1", imageAlt: "Fresh Chicken Biryani Serving"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-rice-with-carrot-cooked-with-lamb-served-with-yogurt-salad_141793-2449.jpg?_wi=1",
|
||||
imageAlt: "Tender Beef Biryani Speciality",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-rice-with-carrot-cooked-with-lamb-served-with-yogurt-salad_141793-2449.jpg?_wi=1", imageAlt: "Tender Beef Biryani Speciality"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-spices-pilaf-cutting-board-spices-spoon-with-rice-bottle-oil_140725-74079.jpg?_wi=1",
|
||||
imageAlt: "Ramzan Special Biryani",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-spices-pilaf-cutting-board-spices-spoon-with-rice-bottle-oil_140725-74079.jpg?_wi=1", imageAlt: "Ramzan Special Biryani"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-pilaf-garlic-onion-appetizing-pilaf-wooden-bowl_140725-78471.jpg?_wi=2",
|
||||
imageAlt: "Aromatic Biryani Rice Dish",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-pilaf-garlic-onion-appetizing-pilaf-wooden-bowl_140725-78471.jpg?_wi=2", imageAlt: "Aromatic Biryani Rice Dish"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-rice-garnish-with-grilled-chicken-cucumber-carrot-bell-pepper-spring-onion_141793-5070.jpg?_wi=2",
|
||||
imageAlt: "Biryani Plated Beautifully",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/side-view-rice-garnish-with-grilled-chicken-cucumber-carrot-bell-pepper-spring-onion_141793-5070.jpg?_wi=2", imageAlt: "Biryani Plated Beautifully"},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
@@ -109,33 +87,16 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "📲 WhatsApp Order",
|
||||
href: "https://wa.me/919876543210?text=Hi%20I%20want%20to%20order%20biryani",
|
||||
},
|
||||
text: "📲 WhatsApp Order", href: "https://wa.me/919876543210?text=Hi%20I%20want%20to%20order%20biryani"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Chicken Biryani",
|
||||
price: "₹180",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-rice-garnish-with-grilled-chicken-cucumber-carrot-bell-pepper-spring-onion_141793-5070.jpg?_wi=3",
|
||||
imageAlt: "Chicken Biryani",
|
||||
},
|
||||
id: "1", name: "Chicken Biryani", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/side-view-rice-garnish-with-grilled-chicken-cucumber-carrot-bell-pepper-spring-onion_141793-5070.jpg?_wi=3", imageAlt: "Chicken Biryani"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Beef Biryani",
|
||||
price: "₹200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-rice-with-carrot-cooked-with-lamb-served-with-yogurt-salad_141793-2449.jpg?_wi=2",
|
||||
imageAlt: "Beef Biryani",
|
||||
},
|
||||
id: "2", name: "Beef Biryani", price: "₹200", imageSrc: "http://img.b2bpic.net/free-photo/top-view-rice-with-carrot-cooked-with-lamb-served-with-yogurt-salad_141793-2449.jpg?_wi=2", imageAlt: "Beef Biryani"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ramzan Special",
|
||||
price: "₹220",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-spices-pilaf-cutting-board-spices-spoon-with-rice-bottle-oil_140725-74079.jpg?_wi=2",
|
||||
imageAlt: "Ramzan Special Biryani",
|
||||
},
|
||||
id: "3", name: "Ramzan Special", price: "₹220", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-spices-pilaf-cutting-board-spices-spoon-with-rice-bottle-oil_140725-74079.jpg?_wi=2", imageAlt: "Ramzan Special Biryani"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -148,37 +109,27 @@ export default function HomePage() {
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
title="Why Choose Zarah Food?"
|
||||
description="We've been serving authentic biryani to Melvisharam's night food lovers for years. Our commitment to quality, authentic recipes, and fast service has made us a trusted choice for families and students alike."
|
||||
description="Open nights only, especially during Ramzan. We've been serving authentic biryani to Melvisharam's night food lovers for years. Our commitment to quality, authentic recipes, and fast service has made us a trusted choice for families and students alike."
|
||||
tag="Our Story"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More", href: "#"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Authentic Seeraga Samba Rice",
|
||||
description: "We use only premium Seeraga Samba rice for our biryani, ensuring authentic taste and aroma in every serving.",
|
||||
icon: Check,
|
||||
title: "Authentic Seeraga Samba Rice", description: "We use only premium Seeraga Samba rice for our biryani, ensuring authentic taste and aroma in every serving.", icon: Check,
|
||||
},
|
||||
{
|
||||
title: "Night-Time Speciality",
|
||||
description: "Fresh biryani prepared every night during our operating hours. Perfect for late-night cravings and Ramzan iftar.",
|
||||
icon: Moon,
|
||||
title: "Night-Time Speciality", description: "Fresh biryani prepared every night during our operating hours. Perfect for late-night cravings and Ramzan iftar.", icon: Moon,
|
||||
},
|
||||
{
|
||||
title: "Affordable Quality",
|
||||
description: "Premium biryani at prices that won't hurt your wallet. ₹180-200 per plate with authentic taste.",
|
||||
icon: Wallet,
|
||||
title: "Affordable Quality", description: "Premium biryani at prices that won't hurt your wallet. ₹180-200 per plate with authentic taste.", icon: Wallet,
|
||||
},
|
||||
{
|
||||
title: "Quick Service",
|
||||
description: "Order via call or WhatsApp and get your biryani ready fast. Perfect for busy students and families.",
|
||||
icon: Zap,
|
||||
title: "Quick Service", description: "Order via call or WhatsApp and get your biryani ready fast. Perfect for busy students and families.", icon: Zap,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blurred-city-lights_23-2148139051.jpg?_wi=1"
|
||||
@@ -200,59 +151,23 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Raj Kumar",
|
||||
handle: "@rajkumar_melvisharam",
|
||||
testimonial: "Best biryani in Melvisharam! They sell Beef & Chicken Biryani on Seeraga Samba Rice during Ramzan. Simply authentic!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-have-sushi-time-restaurant_496169-277.jpg?_wi=1",
|
||||
imageAlt: "Raj Kumar",
|
||||
},
|
||||
id: "1", name: "Raj Kumar", handle: "@rajkumar_melvisharam", testimonial: "Best biryani in Melvisharam! They sell Beef & Chicken Biryani on Seeraga Samba Rice during Ramzan. Simply authentic!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-have-sushi-time-restaurant_496169-277.jpg?_wi=1", imageAlt: "Raj Kumar"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya Sharma",
|
||||
handle: "@priya_ranipet",
|
||||
testimonial: "Perfect for late-night cravings. The quality is consistent and prices are very reasonable. Highly recommended!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/summer-picnic-with-friends-nature-with-food-drinks_169016-1737.jpg?_wi=1",
|
||||
imageAlt: "Priya Sharma",
|
||||
},
|
||||
id: "2", name: "Priya Sharma", handle: "@priya_ranipet", testimonial: "Perfect for late-night cravings. The quality is consistent and prices are very reasonable. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/summer-picnic-with-friends-nature-with-food-drinks_169016-1737.jpg?_wi=1", imageAlt: "Priya Sharma"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Arjun Patel",
|
||||
handle: "@arjun_student",
|
||||
testimonial: "As a student, I love ordering from Zarah Food. Quick service, authentic taste, and budget-friendly. Five stars!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-talking-phone-outside_23-2148770359.jpg?_wi=1",
|
||||
imageAlt: "Arjun Patel",
|
||||
},
|
||||
id: "3", name: "Arjun Patel", handle: "@arjun_student", testimonial: "As a student, I love ordering from Zarah Food. Quick service, authentic taste, and budget-friendly. Five stars!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-talking-phone-outside_23-2148770359.jpg?_wi=1", imageAlt: "Arjun Patel"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Meera Iyer",
|
||||
handle: "@meera_vellore",
|
||||
testimonial: "The biryani arrives hot and perfectly cooked. My entire family loves it. We order every other week!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friends-sitting-cafe-talking-with-each-other_171337-19750.jpg?_wi=1",
|
||||
imageAlt: "Meera Iyer",
|
||||
},
|
||||
id: "4", name: "Meera Iyer", handle: "@meera_vellore", testimonial: "The biryani arrives hot and perfectly cooked. My entire family loves it. We order every other week!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friends-sitting-cafe-talking-with-each-other_171337-19750.jpg?_wi=1", imageAlt: "Meera Iyer"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Vikram Singh",
|
||||
handle: "@vikram_foodie",
|
||||
testimonial: "Authentic flavors, generous portions, and quick WhatsApp ordering. Zarah Food is my go-to biryani place.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-non-binary-man-musician-smiling-confident-sitting-chair-music-studio_839833-10419.jpg?_wi=1",
|
||||
imageAlt: "Vikram Singh",
|
||||
},
|
||||
id: "5", name: "Vikram Singh", handle: "@vikram_foodie", testimonial: "Authentic flavors, generous portions, and quick WhatsApp ordering. Zarah Food is my go-to biryani place.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-non-binary-man-musician-smiling-confident-sitting-chair-music-studio_839833-10419.jpg?_wi=1", imageAlt: "Vikram Singh"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Anjali Das",
|
||||
handle: "@anjali_iftar",
|
||||
testimonial: "During Ramzan, their special biryani is exactly what you need for iftar. Authentic, delicious, and delivered hot!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-her-friends-having-fun-while-drinking-wine-lunch-time-home_637285-3187.jpg?_wi=1",
|
||||
imageAlt: "Anjali Das",
|
||||
},
|
||||
id: "6", name: "Anjali Das", handle: "@anjali_iftar", testimonial: "During Ramzan, their special biryani is exactly what you need for iftar. Authentic, delicious, and delivered hot!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-her-friends-having-fun-while-drinking-wine-lunch-time-home_637285-3187.jpg?_wi=1", imageAlt: "Anjali Das"},
|
||||
]}
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
@@ -275,8 +190,8 @@ export default function HomePage() {
|
||||
imageAlt="Zarah Food Biryani Cooking"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Subscribe"
|
||||
inputPlaceholder="Enter WhatsApp Number"
|
||||
buttonText="Order Now"
|
||||
termsText="We'll send you updates about our special offers and new dishes."
|
||||
/>
|
||||
</div>
|
||||
@@ -289,65 +204,41 @@ export default function HomePage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Call Now",
|
||||
href: "tel:+919876543210",
|
||||
},
|
||||
label: "Call Now", href: "tel:+919876543210"},
|
||||
{
|
||||
label: "WhatsApp Order",
|
||||
href: "https://wa.me/919876543210",
|
||||
},
|
||||
label: "WhatsApp Order", href: "https://wa.me/919876543210"},
|
||||
{
|
||||
label: "Get Directions",
|
||||
href: "https://maps.google.com/?q=5+High+School+St+Melvisharam+Tamil+Nadu",
|
||||
},
|
||||
label: "Get Directions", href: "https://maps.google.com/?q=5+High+School+St+Melvisharam+Tamil+Nadu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
label: "Menu", href: "/menu"},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "/gallery",
|
||||
},
|
||||
label: "Gallery", href: "/gallery"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "/reviews",
|
||||
},
|
||||
label: "Reviews", href: "/reviews"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Melvisharam",
|
||||
href: "#",
|
||||
},
|
||||
label: "Melvisharam", href: "#"},
|
||||
{
|
||||
label: "Ranipet",
|
||||
href: "#",
|
||||
},
|
||||
label: "Ranipet", href: "#"},
|
||||
{
|
||||
label: "Vellore",
|
||||
href: "#",
|
||||
},
|
||||
label: "Vellore", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -356,4 +247,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user