Merge version_1 into main #2
@@ -61,11 +61,11 @@ export default function AboutPage() {
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/three-laughing-friends-bar_23-2147680745.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/three-laughing-friends-bar_23-2147680745.jpg",
|
||||
imageAlt: "Barca Restaurant Warm Interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187257.jpg?_wi=7",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187257.jpg",
|
||||
imageAlt: "Family Enjoying Our Food",
|
||||
},
|
||||
]}
|
||||
@@ -109,7 +109,7 @@ Our commitment to authenticity means handmade tortillas daily, traditional cooki
|
||||
icon: Users,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/three-laughing-friends-bar_23-2147680745.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/three-laughing-friends-bar_23-2147680745.jpg"
|
||||
imageAlt="Warm Barca Restaurant Dining Area"
|
||||
mediaAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -137,28 +137,28 @@ Our commitment to authenticity means handmade tortillas daily, traditional cooki
|
||||
id: "team-1",
|
||||
name: "Carlos López",
|
||||
role: "Owner & Head Chef",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187257.jpg?_wi=8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187257.jpg",
|
||||
imageAlt: "Carlos López",
|
||||
},
|
||||
{
|
||||
id: "team-2",
|
||||
name: "Rosa López",
|
||||
role: "Co-Owner & Recipes Keeper",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187257.jpg?_wi=9",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187257.jpg",
|
||||
imageAlt: "Rosa López",
|
||||
},
|
||||
{
|
||||
id: "team-3",
|
||||
name: "Miguel Santos",
|
||||
role: "Executive Chef",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187257.jpg?_wi=10",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187257.jpg",
|
||||
imageAlt: "Miguel Santos",
|
||||
},
|
||||
{
|
||||
id: "team-4",
|
||||
name: "Alejandra Flores",
|
||||
role: "Kitchen Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187257.jpg?_wi=11",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187257.jpg",
|
||||
imageAlt: "Alejandra Flores",
|
||||
},
|
||||
]}
|
||||
@@ -170,6 +170,8 @@ Our commitment to authenticity means handmade tortillas daily, traditional cooki
|
||||
cardClassName="rounded-xl overflow-hidden shadow-lg"
|
||||
nameClassName="text-lg font-bold text-gray-800 mt-4"
|
||||
roleClassName="text-sm text-green-700 font-semibold"
|
||||
mediaWrapperClassName="overflow-hidden rounded-lg"
|
||||
mediaClassName="w-full h-80 object-cover"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -62,12 +62,12 @@ export default function MenuPage() {
|
||||
slides={[
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/preparation-tacos-cutting-board-near-vegetables-sauces_23-2148132050.jpg?_wi=3",
|
||||
"http://img.b2bpic.net/free-photo/preparation-tacos-cutting-board-near-vegetables-sauces_23-2148132050.jpg",
|
||||
imageAlt: "Menu - Fresh Homemade Tacos",
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/lavash-stuffed-with-mixed-ingredients-finely-roasted_114579-1768.jpg?_wi=3",
|
||||
"http://img.b2bpic.net/free-photo/lavash-stuffed-with-mixed-ingredients-finely-roasted_114579-1768.jpg",
|
||||
imageAlt: "Menu - Authentic Birria",
|
||||
},
|
||||
]}
|
||||
@@ -96,7 +96,7 @@ export default function MenuPage() {
|
||||
price: "$14.99",
|
||||
variant: "Rice, beans, tortillas",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/lavash-stuffed-with-mixed-ingredients-finely-roasted_114579-1768.jpg?_wi=4",
|
||||
"http://img.b2bpic.net/free-photo/lavash-stuffed-with-mixed-ingredients-finely-roasted_114579-1768.jpg",
|
||||
imageAlt: "Platillo De Birria",
|
||||
},
|
||||
{
|
||||
@@ -105,7 +105,7 @@ export default function MenuPage() {
|
||||
price: "$13.99",
|
||||
variant: "Chicken, rice, tortillas",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/nam-phrik-kapi-with-chili-lemon-wooden-floor_1150-25822.jpg?_wi=2",
|
||||
"http://img.b2bpic.net/free-photo/nam-phrik-kapi-with-chili-lemon-wooden-floor_1150-25822.jpg",
|
||||
imageAlt: "Mole Casero",
|
||||
},
|
||||
{
|
||||
@@ -114,7 +114,7 @@ export default function MenuPage() {
|
||||
price: "$9.99",
|
||||
variant: "Three fried sopes",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-mexican-food-with-avocado_23-2148283052.jpg?_wi=3",
|
||||
"http://img.b2bpic.net/free-photo/close-up-mexican-food-with-avocado_23-2148283052.jpg",
|
||||
imageAlt: "Chorizo Sopes",
|
||||
},
|
||||
{
|
||||
@@ -123,7 +123,7 @@ export default function MenuPage() {
|
||||
price: "$11.99",
|
||||
variant: "Four tacos, handmade",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/preparation-tacos-cutting-board-near-vegetables-sauces_23-2148132050.jpg?_wi=4",
|
||||
"http://img.b2bpic.net/free-photo/preparation-tacos-cutting-board-near-vegetables-sauces_23-2148132050.jpg",
|
||||
imageAlt: "Homemade Tacos",
|
||||
},
|
||||
{
|
||||
@@ -132,7 +132,7 @@ export default function MenuPage() {
|
||||
price: "$6.99",
|
||||
variant: "Fresh homemade",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/homemade-newyork-cheesecake-with-lemon-mint-healthy-organic-dessert-top-view_114579-9842.jpg?_wi=2",
|
||||
"http://img.b2bpic.net/free-photo/homemade-newyork-cheesecake-with-lemon-mint-healthy-organic-dessert-top-view_114579-9842.jpg",
|
||||
imageAlt: "Key Lime Pie",
|
||||
},
|
||||
{
|
||||
@@ -141,7 +141,7 @@ export default function MenuPage() {
|
||||
price: "$3.99",
|
||||
variant: "Traditional drink",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/glass-jars-outdoors-with-dragon-fruit-juice_23-2150296001.jpg?_wi=2",
|
||||
"http://img.b2bpic.net/free-photo/glass-jars-outdoors-with-dragon-fruit-juice_23-2150296001.jpg",
|
||||
imageAlt: "Jamaica Drink",
|
||||
},
|
||||
]}
|
||||
@@ -149,6 +149,14 @@ export default function MenuPage() {
|
||||
containerClassName="py-20"
|
||||
titleClassName="text-4xl md:text-5xl font-bold mb-6"
|
||||
descriptionClassName="text-gray-700 text-lg leading-relaxed mb-8"
|
||||
tag="Our Complete Menu"
|
||||
carouselMode="buttons"
|
||||
uniformGridCustomHeightClasses="min-h-80"
|
||||
cardClassName="rounded-xl overflow-hidden shadow-lg hover:shadow-xl transition-shadow"
|
||||
imageClassName="w-full h-64 object-cover"
|
||||
cardNameClassName="text-xl font-bold text-gray-800 mt-4 px-4"
|
||||
cardPriceClassName="text-green-700 font-bold text-lg px-4"
|
||||
cardVariantClassName="text-sm text-gray-600 px-4 pb-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -77,17 +77,17 @@ export default function HomePage() {
|
||||
slides={[
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/lavash-stuffed-with-mixed-ingredients-finely-roasted_114579-1768.jpg?_wi=1",
|
||||
"http://img.b2bpic.net/free-photo/lavash-stuffed-with-mixed-ingredients-finely-roasted_114579-1768.jpg",
|
||||
imageAlt: "Authentic Mexican Birria Platter",
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/preparation-tacos-cutting-board-near-vegetables-sauces_23-2148132050.jpg?_wi=1",
|
||||
"http://img.b2bpic.net/free-photo/preparation-tacos-cutting-board-near-vegetables-sauces_23-2148132050.jpg",
|
||||
imageAlt: "Fresh Homemade Tacos",
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-mexican-food-with-avocado_23-2148283052.jpg?_wi=1",
|
||||
"http://img.b2bpic.net/free-photo/close-up-mexican-food-with-avocado_23-2148283052.jpg",
|
||||
imageAlt: "Fried Chorizo Sopes",
|
||||
},
|
||||
]}
|
||||
@@ -139,7 +139,7 @@ export default function HomePage() {
|
||||
icon: Leaf,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/three-laughing-friends-bar_23-2147680745.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/three-laughing-friends-bar_23-2147680745.jpg"
|
||||
imageAlt="Cozy Barca Restaurant Interior"
|
||||
mediaAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -172,7 +172,7 @@ export default function HomePage() {
|
||||
price: "$14.99",
|
||||
variant: "Served with rice, beans, tortillas",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/lavash-stuffed-with-mixed-ingredients-finely-roasted_114579-1768.jpg?_wi=2",
|
||||
"http://img.b2bpic.net/free-photo/lavash-stuffed-with-mixed-ingredients-finely-roasted_114579-1768.jpg",
|
||||
imageAlt: "Platillo De Birria - Signature Birria Platter",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -182,7 +182,7 @@ export default function HomePage() {
|
||||
price: "$13.99",
|
||||
variant: "With chicken, rice, and handmade tortillas",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/nam-phrik-kapi-with-chili-lemon-wooden-floor_1150-25822.jpg?_wi=1",
|
||||
"http://img.b2bpic.net/free-photo/nam-phrik-kapi-with-chili-lemon-wooden-floor_1150-25822.jpg",
|
||||
imageAlt: "Mole Casero - Traditional Family Mole",
|
||||
},
|
||||
{
|
||||
@@ -191,7 +191,7 @@ export default function HomePage() {
|
||||
price: "$9.99",
|
||||
variant: "Three fried sopes with chorizo and toppings",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-mexican-food-with-avocado_23-2148283052.jpg?_wi=2",
|
||||
"http://img.b2bpic.net/free-photo/close-up-mexican-food-with-avocado_23-2148283052.jpg",
|
||||
imageAlt: "Chorizo Sopes Frito - Fried Appetizer",
|
||||
},
|
||||
{
|
||||
@@ -200,7 +200,7 @@ export default function HomePage() {
|
||||
price: "$11.99",
|
||||
variant: "Four tacos with handmade tortillas",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/preparation-tacos-cutting-board-near-vegetables-sauces_23-2148132050.jpg?_wi=2",
|
||||
"http://img.b2bpic.net/free-photo/preparation-tacos-cutting-board-near-vegetables-sauces_23-2148132050.jpg",
|
||||
imageAlt: "Homemade Tortilla Tacos - Fresh Daily",
|
||||
},
|
||||
{
|
||||
@@ -209,7 +209,7 @@ export default function HomePage() {
|
||||
price: "$6.99",
|
||||
variant: "Fresh homemade dessert",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/homemade-newyork-cheesecake-with-lemon-mint-healthy-organic-dessert-top-view_114579-9842.jpg?_wi=1",
|
||||
"http://img.b2bpic.net/free-photo/homemade-newyork-cheesecake-with-lemon-mint-healthy-organic-dessert-top-view_114579-9842.jpg",
|
||||
imageAlt: "Key Lime Pie - Homemade Dessert",
|
||||
},
|
||||
{
|
||||
@@ -218,7 +218,7 @@ export default function HomePage() {
|
||||
price: "$3.99",
|
||||
variant: "Refreshing traditional beverage",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/glass-jars-outdoors-with-dragon-fruit-juice_23-2150296001.jpg?_wi=1",
|
||||
"http://img.b2bpic.net/free-photo/glass-jars-outdoors-with-dragon-fruit-juice_23-2150296001.jpg",
|
||||
imageAlt: "Jamaica - Traditional Hibiscus Drink",
|
||||
},
|
||||
]}
|
||||
@@ -256,7 +256,7 @@ export default function HomePage() {
|
||||
company: "Chicago, IL",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187257.jpg?_wi=1",
|
||||
"http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187257.jpg",
|
||||
imageAlt: "Happy Customer at Barca",
|
||||
},
|
||||
{
|
||||
@@ -266,7 +266,7 @@ export default function HomePage() {
|
||||
company: "West Chicago",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187257.jpg?_wi=2",
|
||||
"http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187257.jpg",
|
||||
imageAlt: "Satisfied Customer",
|
||||
},
|
||||
{
|
||||
@@ -276,7 +276,7 @@ export default function HomePage() {
|
||||
company: "Chicago",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187257.jpg?_wi=3",
|
||||
"http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187257.jpg",
|
||||
imageAlt: "Family Enjoying Meal",
|
||||
},
|
||||
{
|
||||
@@ -286,7 +286,7 @@ export default function HomePage() {
|
||||
company: "Belmont Ave",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187257.jpg?_wi=4",
|
||||
"http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187257.jpg",
|
||||
imageAlt: "Business Owner Reviews",
|
||||
},
|
||||
{
|
||||
@@ -296,7 +296,7 @@ export default function HomePage() {
|
||||
company: "Chicago Food Scene",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187257.jpg?_wi=5",
|
||||
"http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187257.jpg",
|
||||
imageAlt: "Food Enthusiast Testimonial",
|
||||
},
|
||||
{
|
||||
@@ -306,7 +306,7 @@ export default function HomePage() {
|
||||
company: "Near Belmont",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187257.jpg?_wi=6",
|
||||
"http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187257.jpg",
|
||||
imageAlt: "Regular Customer Testimonial",
|
||||
},
|
||||
]}
|
||||
@@ -320,6 +320,9 @@ export default function HomePage() {
|
||||
nameClassName="font-bold text-lg text-gray-800"
|
||||
roleClassName="text-sm text-gray-600"
|
||||
companyClassName="text-sm text-green-700 font-semibold"
|
||||
cardClassName="rounded-xl overflow-hidden shadow-lg"
|
||||
imageClassName="w-full h-64 object-cover"
|
||||
ratingClassName="text-yellow-500 flex gap-1 mb-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -368,6 +371,8 @@ export default function HomePage() {
|
||||
cardClassName="rounded-xl p-8 bg-white border border-green-200 text-center"
|
||||
valueClassName="text-4xl font-bold text-green-700 mb-2"
|
||||
metricTitleClassName="text-gray-700 font-semibold"
|
||||
iconClassName="text-4xl"
|
||||
iconContainerClassName="mb-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -61,7 +61,7 @@ export default function ReviewsPage() {
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187257.jpg?_wi=12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187257.jpg",
|
||||
imageAlt: "Happy Customers at Barca",
|
||||
},
|
||||
]}
|
||||
@@ -92,7 +92,7 @@ export default function ReviewsPage() {
|
||||
role: "Regular Customer",
|
||||
company: "Chicago",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187257.jpg?_wi=13",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187257.jpg",
|
||||
imageAlt: "Maria Review",
|
||||
},
|
||||
{
|
||||
@@ -101,7 +101,7 @@ export default function ReviewsPage() {
|
||||
role: "Family Outing",
|
||||
company: "West Side",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187257.jpg?_wi=14",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187257.jpg",
|
||||
imageAlt: "David Review",
|
||||
},
|
||||
{
|
||||
@@ -110,7 +110,7 @@ export default function ReviewsPage() {
|
||||
role: "First Time Visitor",
|
||||
company: "Chicago",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187257.jpg?_wi=15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187257.jpg",
|
||||
imageAlt: "Sofia Review",
|
||||
},
|
||||
{
|
||||
@@ -119,7 +119,7 @@ export default function ReviewsPage() {
|
||||
role: "Weekly Regular",
|
||||
company: "Belmont Ave",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187257.jpg?_wi=16",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187257.jpg",
|
||||
imageAlt: "Juan Review",
|
||||
},
|
||||
{
|
||||
@@ -128,7 +128,7 @@ export default function ReviewsPage() {
|
||||
role: "Food Blogger",
|
||||
company: "Chicago Food Scene",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187257.jpg?_wi=17",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187257.jpg",
|
||||
imageAlt: "Patricia Review",
|
||||
},
|
||||
{
|
||||
@@ -137,7 +137,7 @@ export default function ReviewsPage() {
|
||||
role: "Loyal Customer",
|
||||
company: "Near Belmont",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187257.jpg?_wi=18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187257.jpg",
|
||||
imageAlt: "Roberto Review",
|
||||
},
|
||||
]}
|
||||
@@ -145,6 +145,12 @@ export default function ReviewsPage() {
|
||||
containerClassName="py-20"
|
||||
titleClassName="text-4xl md:text-5xl font-bold mb-6"
|
||||
descriptionClassName="text-gray-700 text-lg leading-relaxed mb-8"
|
||||
cardClassName="rounded-xl overflow-hidden shadow-lg"
|
||||
imageClassName="w-full h-64 object-cover"
|
||||
ratingClassName="text-yellow-500 flex gap-1 mb-4"
|
||||
nameClassName="font-bold text-lg text-gray-800"
|
||||
roleClassName="text-sm text-gray-600"
|
||||
companyClassName="text-sm text-green-700 font-semibold"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user