Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-06 08:06:09 +00:00

View File

@@ -11,7 +11,7 @@ import FeatureBento from '@/components/sections/feature/FeatureBento';
import BlogCardThree from '@/components/sections/blog/BlogCardThree';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { Sparkles, Crown, ChefHat, Award, Flame, Drumstick2, Sandwich, Zap, MapPin, MessageCircle, Users, Star, Utensils } from "lucide-react";
import { Sparkles, Crown, ChefHat, Award, Flame, Drumstick, Sandwich, Zap, MapPin, MessageCircle, Users, Star, Utensils } from "lucide-react";
export default function LandingPage() {
return (
@@ -58,10 +58,10 @@ export default function LandingPage() {
buttonAnimation="slide-up"
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holds-plate-with-boiled-rice-with-raisins-barberries_141793-5173.jpg", imageAlt: "SS Bucket Biryani signature serving" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-pakistan-meal-composition_23-2148821518.jpg?_wi=1", imageAlt: "Dum Biryani plate with aromatic rice" },
{ imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-legs-served-with-sweet-chili-sauce-fries_140725-1523.jpg?_wi=1", imageAlt: "Crispy Halal Fried Chicken" },
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-skewers-grilled-chicken-fillet-with-salt-pepper-plate_141793-4854.jpg?_wi=1", imageAlt: "Tandoori Chicken skewers" },
{ imageSrc: "http://img.b2bpic.net/free-photo/meat-doner-with-bread-table_140725-4812.jpg?_wi=1", imageAlt: "Arabian Grill and Shawarma" }
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-pakistan-meal-composition_23-2148821518.jpg", imageAlt: "Dum Biryani plate with aromatic rice" },
{ imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-legs-served-with-sweet-chili-sauce-fries_140725-1523.jpg", imageAlt: "Crispy Halal Fried Chicken" },
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-skewers-grilled-chicken-fillet-with-salt-pepper-plate_141793-4854.jpg", imageAlt: "Tandoori Chicken skewers" },
{ imageSrc: "http://img.b2bpic.net/free-photo/meat-doner-with-bread-table_140725-4812.jpg", imageAlt: "Arabian Grill and Shawarma" }
]}
className="w-full"
containerClassName="py-20"
@@ -78,7 +78,7 @@ export default function LandingPage() {
tag="Signature Offering"
tagIcon={Crown}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/cozy-winter-scenes-with-family_23-2149187649.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/cozy-winter-scenes-with-family_23-2149187649.jpg"
imageAlt="Bucket Biryani party serving"
buttons={[
{ text: "Order Bucket Biryani", href: "#contact" }
@@ -104,12 +104,12 @@ export default function LandingPage() {
animationType="slide-up"
gridVariant="three-columns-all-equal-width"
products={[
{ id: "1", name: "Chicken Dum Biryani", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pakistan-meal-composition_23-2148821518.jpg?_wi=2", imageAlt: "Chicken Dum Biryani", initialQuantity: 1 },
{ id: "2", name: "Mutton Dum Biryani", price: "₹320", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pakistan-meal-composition_23-2148821518.jpg?_wi=3", imageAlt: "Mutton Dum Biryani", initialQuantity: 1 },
{ id: "3", name: "Bucket Biryani (Serves 4-5)", price: "₹1,200", imageSrc: "http://img.b2bpic.net/free-photo/cozy-winter-scenes-with-family_23-2149187649.jpg?_wi=2", imageAlt: "Bucket Biryani family pack", initialQuantity: 1 },
{ id: "4", name: "Halal Fried Chicken", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-legs-served-with-sweet-chili-sauce-fries_140725-1523.jpg?_wi=2", imageAlt: "Halal Fried Chicken", initialQuantity: 1 },
{ id: "5", name: "Tandoori Chicken", price: "₹300", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-skewers-grilled-chicken-fillet-with-salt-pepper-plate_141793-4854.jpg?_wi=2", imageAlt: "Tandoori Chicken", initialQuantity: 1 },
{ id: "6", name: "Arabian Grill Chicken", price: "₹290", imageSrc: "http://img.b2bpic.net/free-photo/meat-doner-with-bread-table_140725-4812.jpg?_wi=2", imageAlt: "Arabian Grill Chicken", initialQuantity: 1 }
{ id: "1", name: "Chicken Dum Biryani", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pakistan-meal-composition_23-2148821518.jpg", imageAlt: "Chicken Dum Biryani", initialQuantity: 1 },
{ id: "2", name: "Mutton Dum Biryani", price: "₹320", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pakistan-meal-composition_23-2148821518.jpg", imageAlt: "Mutton Dum Biryani", initialQuantity: 1 },
{ id: "3", name: "Bucket Biryani (Serves 4-5)", price: "₹1,200", imageSrc: "http://img.b2bpic.net/free-photo/cozy-winter-scenes-with-family_23-2149187649.jpg", imageAlt: "Bucket Biryani family pack", initialQuantity: 1 },
{ id: "4", name: "Halal Fried Chicken", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-legs-served-with-sweet-chili-sauce-fries_140725-1523.jpg", imageAlt: "Halal Fried Chicken", initialQuantity: 1 },
{ id: "5", name: "Tandoori Chicken", price: "₹300", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-skewers-grilled-chicken-fillet-with-salt-pepper-plate_141793-4854.jpg", imageAlt: "Tandoori Chicken", initialQuantity: 1 },
{ id: "6", name: "Arabian Grill Chicken", price: "₹290", imageSrc: "http://img.b2bpic.net/free-photo/meat-doner-with-bread-table_140725-4812.jpg", imageAlt: "Arabian Grill Chicken", initialQuantity: 1 }
]}
containerClassName="py-20"
cardClassName="bg-card rounded-theme border border-accent/20 overflow-hidden hover:shadow-lg transition-shadow"
@@ -163,7 +163,7 @@ export default function LandingPage() {
useInvertedBackground={false}
animationType="slide-up"
features={[
{ title: "Halal Fried Chicken", description: "Crispy, golden, halal-certified fried chicken prepared fresh daily", bentoComponent: "reveal-icon", icon: Drumstick2 },
{ title: "Halal Fried Chicken", description: "Crispy, golden, halal-certified fried chicken prepared fresh daily", bentoComponent: "reveal-icon", icon: Drumstick },
{ title: "Shawarma Roll", description: "Authentic Middle Eastern shawarma with marinated meat and fresh toppings", bentoComponent: "reveal-icon", icon: Sandwich },
{ title: "Grill Chicken", description: "Tender grilled chicken marinated in aromatic Arabian spices", bentoComponent: "reveal-icon", icon: Flame },
{ title: "Pepper Grill Chicken", description: "Bold pepper-crusted grilled chicken for spice lovers", bentoComponent: "reveal-icon", icon: Zap }
@@ -186,8 +186,8 @@ export default function LandingPage() {
useInvertedBackground={false}
animationType="slide-up"
blogs={[
{ id: "1", category: "Chennai", title: "Porur - Opening Soon", excerpt: "Visit our new location in Porur to experience authentic Hyderabadi biryani and premium halal proteins. Located in the heart of the city.", imageSrc: "http://img.b2bpic.net/free-photo/bold-metro-station-chatelet-paris_23-2148232435.jpg?_wi=1", imageAlt: "Porur location", authorName: "SS Biryani Team", authorAvatar: "http://img.b2bpic.net/free-vector/navratri-traditional-labels-set_23-2148640375.jpg", date: "Now Open" },
{ id: "2", category: "Chennai", title: "Thiruvallur - Coming Soon", excerpt: "Bringing the taste of authentic Hyderabadi dum biryani to Thiruvallur. Your favorite biryani destination is expanding near you.", imageSrc: "http://img.b2bpic.net/free-photo/bold-metro-station-chatelet-paris_23-2148232435.jpg?_wi=2", imageAlt: "Thiruvallur location", authorName: "SS Biryani Team", authorAvatar: "http://img.b2bpic.net/free-vector/navratri-traditional-labels-set_23-2148640375.jpg", date: "Launching Soon" }
{ id: "1", category: "Chennai", title: "Porur - Opening Soon", excerpt: "Visit our new location in Porur to experience authentic Hyderabadi biryani and premium halal proteins. Located in the heart of the city.", imageSrc: "http://img.b2bpic.net/free-photo/bold-metro-station-chatelet-paris_23-2148232435.jpg", imageAlt: "Porur location", authorName: "SS Biryani Team", authorAvatar: "http://img.b2bpic.net/free-vector/navratri-traditional-labels-set_23-2148640375.jpg", date: "Now Open" },
{ id: "2", category: "Chennai", title: "Thiruvallur - Coming Soon", excerpt: "Bringing the taste of authentic Hyderabadi dum biryani to Thiruvallur. Your favorite biryani destination is expanding near you.", imageSrc: "http://img.b2bpic.net/free-photo/bold-metro-station-chatelet-paris_23-2148232435.jpg", imageAlt: "Thiruvallur location", authorName: "SS Biryani Team", authorAvatar: "http://img.b2bpic.net/free-vector/navratri-traditional-labels-set_23-2148640375.jpg", date: "Launching Soon" }
]}
containerClassName="py-20"
/>
@@ -205,10 +205,10 @@ export default function LandingPage() {
animationType="slide-up"
showRating={true}
testimonials={[
{ id: "1", name: "Rajesh Kumar", handle: "@rajesh_foodie", testimonial: "Best bucket biryani in Chennai! The flavors are authentic and portions are generous. Perfect for family gatherings.", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/people-designs-collection_1212-288.jpg?_wi=1", imageAlt: "Rajesh Kumar" },
{ id: "2", name: "Priya Sharma", handle: "@priya_eats", testimonial: "The halal fried chicken is absolutely crispy and delicious. We order from SS Bucket Biryani every week!", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/people-designs-collection_1212-288.jpg?_wi=2", imageAlt: "Priya Sharma" },
{ id: "3", name: "Vikram Singh", handle: "@vikram_office", testimonial: "Great catering service for our office events. The biryani was fresh, hot, and everyone loved it. Highly recommended!", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/people-designs-collection_1212-288.jpg?_wi=3", imageAlt: "Vikram Singh" },
{ id: "4", name: "Anjali Gupta", handle: "@anjali_flavors", testimonial: "From the makers of SS Hyderabad Biryani this is the real deal. Authentic taste, affordable prices, and friendly service!", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/people-designs-collection_1212-288.jpg?_wi=4", imageAlt: "Anjali Gupta" }
{ id: "1", name: "Rajesh Kumar", handle: "@rajesh_foodie", testimonial: "Best bucket biryani in Chennai! The flavors are authentic and portions are generous. Perfect for family gatherings.", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/people-designs-collection_1212-288.jpg", imageAlt: "Rajesh Kumar" },
{ id: "2", name: "Priya Sharma", handle: "@priya_eats", testimonial: "The halal fried chicken is absolutely crispy and delicious. We order from SS Bucket Biryani every week!", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/people-designs-collection_1212-288.jpg", imageAlt: "Priya Sharma" },
{ id: "3", name: "Vikram Singh", handle: "@vikram_office", testimonial: "Great catering service for our office events. The biryani was fresh, hot, and everyone loved it. Highly recommended!", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/people-designs-collection_1212-288.jpg", imageAlt: "Vikram Singh" },
{ id: "4", name: "Anjali Gupta", handle: "@anjali_flavors", testimonial: "From the makers of SS Hyderabad Biryani this is the real deal. Authentic taste, affordable prices, and friendly service!", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/people-designs-collection_1212-288.jpg", imageAlt: "Anjali Gupta" }
]}
containerClassName="py-20 bg-secondary-cta/20 rounded-3xl"
/>