Merge version_1 into main #1
@@ -23,7 +23,7 @@ export default function GalleryPage() {
|
||||
name: "Espresso Art",
|
||||
price: "Latte",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/watercolor-coffee-pattern_23-2147602077.jpg",
|
||||
"http://img.b2bpic.net/free-vector/watercolor-coffee-pattern_23-2147602077.jpg?_wi=2",
|
||||
imageAlt: "Latte with latte art",
|
||||
},
|
||||
{
|
||||
@@ -31,7 +31,7 @@ export default function GalleryPage() {
|
||||
name: "Pastry Display",
|
||||
price: "Selection",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/cupcakes-with-glass-biscuits-cinnamon-wooden-board_114579-24795.jpg",
|
||||
"http://img.b2bpic.net/free-photo/cupcakes-with-glass-biscuits-cinnamon-wooden-board_114579-24795.jpg?_wi=2",
|
||||
imageAlt: "Fresh pastries display case",
|
||||
},
|
||||
{
|
||||
@@ -39,7 +39,7 @@ export default function GalleryPage() {
|
||||
name: "Café Interior",
|
||||
price: "Ambiance",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/side-view-couple-date_23-2148422373.jpg",
|
||||
"http://img.b2bpic.net/free-photo/side-view-couple-date_23-2148422373.jpg?_wi=2",
|
||||
imageAlt: "Warm café interior seating",
|
||||
},
|
||||
{
|
||||
@@ -47,7 +47,7 @@ export default function GalleryPage() {
|
||||
name: "Italian Plates",
|
||||
price: "Cuisine",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/delicious-conchiglie-with-vegetables-greens-plate-knife-gray-table_140725-138362.jpg",
|
||||
"http://img.b2bpic.net/free-photo/delicious-conchiglie-with-vegetables-greens-plate-knife-gray-table_140725-138362.jpg?_wi=3",
|
||||
imageAlt: "Beautifully plated Italian dishes",
|
||||
},
|
||||
{
|
||||
@@ -55,7 +55,7 @@ export default function GalleryPage() {
|
||||
name: "Coffee Preparation",
|
||||
price: "Craft",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/crop-barista-ouring-coffee_23-2147795714.jpg",
|
||||
"http://img.b2bpic.net/free-photo/crop-barista-ouring-coffee_23-2147795714.jpg?_wi=2",
|
||||
imageAlt: "Barista preparing specialty coffee",
|
||||
},
|
||||
{
|
||||
@@ -63,7 +63,7 @@ export default function GalleryPage() {
|
||||
name: "Social Moments",
|
||||
price: "Community",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/multiracial-group-four-friends-having-coffee-together_1139-1022.jpg",
|
||||
"http://img.b2bpic.net/free-photo/multiracial-group-four-friends-having-coffee-together_1139-1022.jpg?_wi=2",
|
||||
imageAlt: "Happy customers enjoying café",
|
||||
},
|
||||
];
|
||||
@@ -77,7 +77,7 @@ export default function GalleryPage() {
|
||||
name: "Maria Rossi",
|
||||
role: "Regular Customer",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/side-view-smile-bride-chair_23-2149860772.jpg",
|
||||
"http://img.b2bpic.net/free-photo/side-view-smile-bride-chair_23-2149860772.jpg?_wi=2",
|
||||
imageAlt: "Maria Rossi",
|
||||
},
|
||||
{
|
||||
@@ -88,7 +88,7 @@ export default function GalleryPage() {
|
||||
name: "James Mitchell",
|
||||
role: "Business Professional",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing_23-2149271087.jpg",
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing_23-2149271087.jpg?_wi=2",
|
||||
imageAlt: "James Mitchell",
|
||||
},
|
||||
{
|
||||
@@ -99,7 +99,7 @@ export default function GalleryPage() {
|
||||
name: "Lucia Bernardi",
|
||||
role: "Local Resident",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/beautiful-young-businesswoman-smiling-camera_74855-3966.jpg",
|
||||
"http://img.b2bpic.net/free-photo/beautiful-young-businesswoman-smiling-camera_74855-3966.jpg?_wi=2",
|
||||
imageAlt: "Lucia Bernardi",
|
||||
},
|
||||
{
|
||||
@@ -110,7 +110,7 @@ export default function GalleryPage() {
|
||||
name: "David & Sophie Chen",
|
||||
role: "Community Members",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/side-view-friends-restaurant_23-2148395359.jpg",
|
||||
"http://img.b2bpic.net/free-photo/side-view-friends-restaurant_23-2148395359.jpg?_wi=2",
|
||||
imageAlt: "David and Sophie Chen",
|
||||
},
|
||||
];
|
||||
|
||||
@@ -47,7 +47,7 @@ export default function MenuPage() {
|
||||
tag="Full Menu"
|
||||
tagIcon={Coffee}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-serve-beautiful-fresh-relax-morning-coffee-cup-set_1150-7058.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-serve-beautiful-fresh-relax-morning-coffee-cup-set_1150-7058.jpg?_wi=2"
|
||||
imageAlt="Saquella Café menu presentation"
|
||||
mediaAnimation="slide-up"
|
||||
buttons={[
|
||||
@@ -76,21 +76,21 @@ export default function MenuPage() {
|
||||
id: "1",
|
||||
name: "Espresso",
|
||||
price: "$3.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-hot-coffee_658428-103.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-hot-coffee_658428-103.jpg?_wi=2",
|
||||
imageAlt: "Single espresso shot",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Cappuccino",
|
||||
price: "$5.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-cappuccino-cup-with-oatmeal-cookies-tray_141793-12976.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-cappuccino-cup-with-oatmeal-cookies-tray_141793-12976.jpg?_wi=2",
|
||||
imageAlt: "Italian cappuccino",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Macchiato",
|
||||
price: "$4.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-hot-coffee_658428-103.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-hot-coffee_658428-103.jpg?_wi=3",
|
||||
imageAlt: "Espresso macchiato",
|
||||
},
|
||||
]}
|
||||
@@ -113,21 +113,21 @@ export default function MenuPage() {
|
||||
id: "1",
|
||||
name: "Croissants & Pastries",
|
||||
price: "$4.00 - $6.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waitress-offering-croissant-tray_23-2147984971.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waitress-offering-croissant-tray_23-2147984971.jpg?_wi=2",
|
||||
imageAlt: "Artisan croissants",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Italian Panini",
|
||||
price: "$8.50 - $12.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/panini-sandwich-with-ham-cheese-tomato-arugula-black-slate-background_123827-27727.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/panini-sandwich-with-ham-cheese-tomato-arugula-black-slate-background_123827-27727.jpg?_wi=2",
|
||||
imageAlt: "Grilled Italian panini",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Fresh Salads",
|
||||
price: "$7.50 - $10.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-conchiglie-with-vegetables-greens-plate-knife-gray-table_140725-138362.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-conchiglie-with-vegetables-greens-plate-knife-gray-table_140725-138362.jpg?_wi=2",
|
||||
imageAlt: "Fresh garden salad",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -53,7 +53,7 @@ export default function HomePage() {
|
||||
tag="Est. Boca Raton"
|
||||
tagIcon={Coffee}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-serve-beautiful-fresh-relax-morning-coffee-cup-set_1150-7058.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-serve-beautiful-fresh-relax-morning-coffee-cup-set_1150-7058.jpg?_wi=1"
|
||||
imageAlt="Saquella Café espresso and pastries"
|
||||
mediaAnimation="slide-up"
|
||||
buttons={[
|
||||
@@ -104,28 +104,28 @@ export default function HomePage() {
|
||||
id: "1",
|
||||
name: "Espresso Tradition",
|
||||
price: "Single Shot",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-hot-coffee_658428-103.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-hot-coffee_658428-103.jpg?_wi=1",
|
||||
imageAlt: "Artisan espresso shots",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Cappuccino Perfetto",
|
||||
price: "Signature Drink",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-cappuccino-cup-with-oatmeal-cookies-tray_141793-12976.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-cappuccino-cup-with-oatmeal-cookies-tray_141793-12976.jpg?_wi=1",
|
||||
imageAlt: "Classic Italian cappuccino",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Fresh Pastries",
|
||||
price: "Daily Selection",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waitress-offering-croissant-tray_23-2147984971.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waitress-offering-croissant-tray_23-2147984971.jpg?_wi=1",
|
||||
imageAlt: "Artisan croissants and pastries",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Italian Panini",
|
||||
price: "Lunch Special",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/panini-sandwich-with-ham-cheese-tomato-arugula-black-slate-background_123827-27727.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/panini-sandwich-with-ham-cheese-tomato-arugula-black-slate-background_123827-27727.jpg?_wi=1",
|
||||
imageAlt: "Authentic Italian panini sandwich",
|
||||
},
|
||||
]}
|
||||
@@ -149,42 +149,42 @@ export default function HomePage() {
|
||||
id: "1",
|
||||
name: "Espresso Art",
|
||||
price: "Latte",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/watercolor-coffee-pattern_23-2147602077.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/watercolor-coffee-pattern_23-2147602077.jpg?_wi=1",
|
||||
imageAlt: "Latte with latte art",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Pastry Display",
|
||||
price: "Selection",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cupcakes-with-glass-biscuits-cinnamon-wooden-board_114579-24795.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cupcakes-with-glass-biscuits-cinnamon-wooden-board_114579-24795.jpg?_wi=1",
|
||||
imageAlt: "Fresh pastries display case",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Café Interior",
|
||||
price: "Ambiance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-date_23-2148422373.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-date_23-2148422373.jpg?_wi=1",
|
||||
imageAlt: "Warm café interior seating",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Italian Plates",
|
||||
price: "Cuisine",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-conchiglie-with-vegetables-greens-plate-knife-gray-table_140725-138362.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-conchiglie-with-vegetables-greens-plate-knife-gray-table_140725-138362.jpg?_wi=1",
|
||||
imageAlt: "Beautifully plated Italian dishes",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Coffee Preparation",
|
||||
price: "Craft",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-barista-ouring-coffee_23-2147795714.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-barista-ouring-coffee_23-2147795714.jpg?_wi=1",
|
||||
imageAlt: "Barista preparing specialty coffee",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Social Moments",
|
||||
price: "Community",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiracial-group-four-friends-having-coffee-together_1139-1022.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiracial-group-four-friends-having-coffee-together_1139-1022.jpg?_wi=1",
|
||||
imageAlt: "Happy customers enjoying café",
|
||||
},
|
||||
]}
|
||||
@@ -234,7 +234,7 @@ export default function HomePage() {
|
||||
"Every morning I come here for their perfect cappuccino. The baristas truly understand the craft. It's like stepping into a little corner of Italy right here in Florida.",
|
||||
name: "Maria Rossi",
|
||||
role: "Regular Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smile-bride-chair_23-2149860772.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smile-bride-chair_23-2149860772.jpg?_wi=1",
|
||||
imageAlt: "Maria Rossi",
|
||||
},
|
||||
{
|
||||
@@ -244,7 +244,7 @@ export default function HomePage() {
|
||||
"Saquella's warm ambiance and excellent service make it my go-to spot for client meetings. The pastries are always fresh and the coffee is consistently exceptional.",
|
||||
name: "James Mitchell",
|
||||
role: "Business Professional",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing_23-2149271087.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing_23-2149271087.jpg?_wi=1",
|
||||
imageAlt: "James Mitchell",
|
||||
},
|
||||
{
|
||||
@@ -254,7 +254,7 @@ export default function HomePage() {
|
||||
"I grew up in Rome, and this café captures the true spirit of Italian café culture. The quality, the atmosphere, the service – everything is authentic and heartfelt.",
|
||||
name: "Lucia Bernardi",
|
||||
role: "Local Resident",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-businesswoman-smiling-camera_74855-3966.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-businesswoman-smiling-camera_74855-3966.jpg?_wi=1",
|
||||
imageAlt: "Lucia Bernardi",
|
||||
},
|
||||
{
|
||||
@@ -264,7 +264,7 @@ export default function HomePage() {
|
||||
"Saquella isn't just a café, it's a gathering place. We've made friends here, celebrated special moments, and created wonderful memories. It's become a second home.",
|
||||
name: "David & Sophie Chen",
|
||||
role: "Community Members",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-restaurant_23-2148395359.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-restaurant_23-2148395359.jpg?_wi=1",
|
||||
imageAlt: "David and Sophie Chen",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user