Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-06 14:50:40 +00:00
2 changed files with 41 additions and 164 deletions

View File

@@ -7,46 +7,31 @@ 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 figtree = Figtree({
variable: "--font-figtree",
subsets: ["latin"],
variable: "--font-figtree", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Saquella Café | Artisan Italian Coffee & Cuisine in Boca Raton",
description: "Experience authentic Italian café culture at Saquella in Boca Raton. Artisan espresso, fresh pastries, and premium Italian cuisine in a warm, welcoming atmosphere.",
keywords: "Italian café Boca Raton, artisan coffee, cappuccino, pastries, brunch, Italian restaurant",
robots: {
title: "Saquella Café | Artisan Italian Coffee & Cuisine in Boca Raton", description: "Experience authentic Italian café culture at Saquella in Boca Raton. Artisan espresso, fresh pastries, and premium Italian cuisine in a warm, welcoming atmosphere.", keywords: "Italian café Boca Raton, artisan coffee, cappuccino, pastries, brunch, Italian restaurant", robots: {
index: true,
follow: true,
},
openGraph: {
title: "Saquella Café | Authentic Italian Experience in Boca Raton",
description: "Award-winning Italian café featuring artisan coffee, fresh pastries, and authentic European ambiance. Your favorite brunch and coffee destination.",
type: "website",
siteName: "Saquella Café",
images: [
title: "Saquella Café | Authentic Italian Experience in Boca Raton", description: "Award-winning Italian café featuring artisan coffee, fresh pastries, and authentic European ambiance. Your favorite brunch and coffee destination.", type: "website", siteName: "Saquella Café", images: [
{
url: "http://img.b2bpic.net/free-photo/people-serve-beautiful-fresh-relax-morning-coffee-cup-set_1150-7058.jpg",
alt: "Saquella Café - Italian espresso and pastries",
},
url: "http://img.b2bpic.net/free-photo/people-serve-beautiful-fresh-relax-morning-coffee-cup-set_1150-7058.jpg", alt: "Saquella Café - Italian espresso and pastries"},
],
},
twitter: {
card: "summary_large_image",
title: "Saquella Café | Artisan Italian Coffee in Boca Raton",
description: "Authentic Italian café with premium espresso, fresh pastries, and warm hospitality.",
images: ["http://img.b2bpic.net/free-photo/people-serve-beautiful-fresh-relax-morning-coffee-cup-set_1150-7058.jpg"],
card: "summary_large_image", title: "Saquella Café | Artisan Italian Coffee in Boca Raton", description: "Authentic Italian café with premium espresso, fresh pastries, and warm hospitality.", images: ["http://img.b2bpic.net/free-photo/people-serve-beautiful-fresh-relax-morning-coffee-cup-set_1150-7058.jpg"],
},
};
@@ -1434,4 +1419,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -37,9 +37,7 @@ export default function HomePage() {
{ name: "Contact", id: "contact" },
]}
button={{
text: "Reserve Now",
href: "#contact",
}}
text: "Reserve Now", href: "#contact"}}
animateOnLoad={true}
/>
</div>
@@ -58,13 +56,9 @@ export default function HomePage() {
mediaAnimation="slide-up"
buttons={[
{
text: "View Menu",
href: "#menu",
},
text: "View Menu", href: "#menu"},
{
text: "Visit Us",
href: "#contact",
},
text: "Visit Us", href: "#contact"},
]}
buttonAnimation="slide-up"
/>
@@ -80,9 +74,7 @@ export default function HomePage() {
useInvertedBackground={false}
buttons={[
{
text: "Learn Our Story",
href: "#about-detail",
},
text: "Learn Our Story", href: "#about-detail"},
]}
/>
</div>
@@ -101,33 +93,13 @@ export default function HomePage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "Espresso Tradition",
price: "Single Shot",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-hot-coffee_658428-103.jpg?_wi=1",
imageAlt: "Artisan espresso shots",
},
id: "1", name: "Espresso Tradition", price: "Single Shot", 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?_wi=1",
imageAlt: "Classic Italian cappuccino",
},
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?_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?_wi=1",
imageAlt: "Artisan croissants and pastries",
},
id: "3", name: "Fresh Pastries", price: "Daily Selection", 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?_wi=1",
imageAlt: "Authentic Italian panini sandwich",
},
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?_wi=1", imageAlt: "Authentic Italian panini sandwich"},
]}
/>
</div>
@@ -146,47 +118,17 @@ export default function HomePage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "Espresso Art",
price: "Latte",
imageSrc: "http://img.b2bpic.net/free-vector/watercolor-coffee-pattern_23-2147602077.jpg?_wi=1",
imageAlt: "Latte with latte art",
},
id: "1", name: "Espresso Art", price: "Latte", 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?_wi=1",
imageAlt: "Fresh pastries display case",
},
id: "2", name: "Pastry Display", price: "Selection", 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?_wi=1",
imageAlt: "Warm café interior seating",
},
id: "3", name: "Café Interior", price: "Ambiance", 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?_wi=1",
imageAlt: "Beautifully plated Italian dishes",
},
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?_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?_wi=1",
imageAlt: "Barista preparing specialty coffee",
},
id: "5", name: "Coffee Preparation", price: "Craft", 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?_wi=1",
imageAlt: "Happy customers enjoying café",
},
id: "6", name: "Social Moments", price: "Community", imageSrc: "http://img.b2bpic.net/free-photo/multiracial-group-four-friends-having-coffee-together_1139-1022.jpg?_wi=1", imageAlt: "Happy customers enjoying café"},
]}
/>
</div>
@@ -199,17 +141,11 @@ export default function HomePage() {
tagAnimation="slide-up"
metrics={[
{
id: "1",
value: "100%",
description:
"Sourced from premium, ethically-traded Italian roasters and suppliers worldwide",
},
id: "1", value: "100%", description:
"Sourced from premium, ethically-traded Italian roasters and suppliers worldwide"},
{
id: "2",
value: "Daily",
description:
"Fresh pastries and dishes prepared in-house using traditional Italian techniques",
},
id: "2", value: "Daily", description:
"Fresh pastries and dishes prepared in-house using traditional Italian techniques"},
]}
metricsAnimation="slide-up"
useInvertedBackground={true}
@@ -228,45 +164,17 @@ export default function HomePage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
title: "The Best Cappuccino in Boca Raton",
quote:
"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?_wi=1",
imageAlt: "Maria Rossi",
},
id: "1", title: "The Best Cappuccino in Boca Raton", quote:
"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?_wi=1", imageAlt: "Maria Rossi"},
{
id: "2",
title: "Perfect for Business Meetings",
quote:
"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?_wi=1",
imageAlt: "James Mitchell",
},
id: "2", title: "Perfect for Business Meetings", quote:
"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?_wi=1", imageAlt: "James Mitchell"},
{
id: "3",
title: "Authentic Italian Experience",
quote:
"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?_wi=1",
imageAlt: "Lucia Bernardi",
},
id: "3", title: "Authentic Italian Experience", quote:
"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?_wi=1", imageAlt: "Lucia Bernardi"},
{
id: "4",
title: "A Social Hub We Love",
quote:
"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?_wi=1",
imageAlt: "David and Sophie Chen",
},
id: "4", title: "A Social Hub We Love", quote:
"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?_wi=1", imageAlt: "David and Sophie Chen"},
]}
/>
</div>
@@ -281,19 +189,11 @@ export default function HomePage() {
useInvertedBackground={false}
negativeCard={{
items: [
"Mass-produced coffee and pastries",
"Impersonal café experience",
"Limited menu variety",
"Inconsistent quality",
],
"Mass-produced coffee and pastries", "Impersonal café experience", "Limited menu variety", "Inconsistent quality"],
}}
positiveCard={{
items: [
"Artisan coffee from premium roasters",
"Warm, welcoming community atmosphere",
"Diverse Italian menu updated seasonally",
"Exceptional quality every visit",
],
"Artisan coffee from premium roasters", "Warm, welcoming community atmosphere", "Diverse Italian menu updated seasonally", "Exceptional quality every visit"],
}}
/>
</div>
@@ -307,13 +207,9 @@ export default function HomePage() {
useInvertedBackground={false}
buttons={[
{
text: "Make a Reservation",
href: "/contact",
},
text: "Make a Reservation", href: "/contact"},
{
text: "Order Online",
href: "#",
},
text: "View Hours & Location", href: "#"},
]}
/>
</div>
@@ -323,15 +219,11 @@ export default function HomePage() {
<FooterLogoReveal
logoText="Saquella"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Terms of Service",
href: "#",
}}
text: "Terms of Service", href: "#"}}
/>
</div>
</ThemeProvider>
);
}
}