8 Commits

Author SHA1 Message Date
a18beb388c Merge version_3 into main
Merge version_3 into main
2026-03-06 01:25:35 +00:00
03a4b2b471 Update src/app/page.tsx 2026-03-06 01:25:25 +00:00
9fb7a6fc0f Merge version_2 into main
Merge version_2 into main
2026-03-06 01:23:45 +00:00
3fa8c530b1 Update src/app/page.tsx 2026-03-06 01:23:42 +00:00
9eb620999c Update src/app/layout.tsx 2026-03-06 01:23:41 +00:00
2c78da7726 Merge version_1 into main
Merge version_1 into main
2026-03-06 01:22:52 +00:00
bec80b2b31 Merge version_1 into main
Merge version_1 into main
2026-03-06 01:22:02 +00:00
650fa2c5ee Merge version_1 into main
Merge version_1 into main
2026-03-06 01:20:57 +00:00
2 changed files with 35 additions and 55 deletions

View File

@@ -1,49 +1,20 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import "@/styles/globals.css";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "The Artisan Café - Premium Specialty Coffee Experience", description: "Discover exceptional specialty coffee and artisanal pastries at The Artisan Café. Premium beans, expert baristas, and sophisticated ambiance.", keywords: "specialty coffee, café, artisan, premium coffee, barista, espresso, café experience", robots: {
index: true,
follow: true,
},
openGraph: {
title: "The Artisan Café - Premium Coffee", description: "Experience the finest specialty coffee with our expert baristas and premium beans.", type: "website", siteName: "The Artisan Café", images: [
{
url: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg", alt: "Premium Café Interior"},
],
},
twitter: {
card: "summary_large_image", title: "The Artisan Café - Premium Coffee Experience", description: "Exceptional specialty coffee and artisanal pastries await you.", images: ["http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg"],
},
};
title: "The Artisan Café", description: "Experience premium coffee craftsmanship"};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1411,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -52,16 +52,16 @@ export default function LandingPage() {
mediaAnimation="blur-reveal"
imagePosition="right"
testimonials={[
{
name: "Sarah Mitchell", handle: "Regular Guest", testimonial: "The finest coffee experience I've ever had. Every detail is perfected.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sarah Mitchell"},
{
name: "James Chen", handle: "Coffee Enthusiast", testimonial: "Outstanding quality and an atmosphere that inspires. Truly exceptional.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Chen"},
{ name: "Sarah Mitchell", handle: "Regular Guest", testimonial: "The finest coffee experience I've ever had. Every detail is perfected.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sarah Mitchell"
},
{ name: "James Chen", handle: "Coffee Enthusiast", testimonial: "Outstanding quality and an atmosphere that inspires. Truly exceptional.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Chen"
},
]}
buttons={[
{ text: "Explore Our Menu", href: "#menu" },
{ text: "Visit Us Today", href: "#contact" },
{ text: "Reserve Table Now", href: "#contact" },
{ text: "Book Your Visit", href: "#menu" },
]}
buttonAnimation="slide-up"
background={{ variant: "plain" }}
@@ -97,11 +97,14 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "1", name: "Single-Origin Espresso", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/waiter-pouring-caramel-into-triple-color-coffee-drink-from-milk-pot_140725-4147.jpg", imageAlt: "Premium single-origin espresso with latte art"},
id: "1", name: "Single-Origin Espresso", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/waiter-pouring-caramel-into-triple-color-coffee-drink-from-milk-pot_140725-4147.jpg", imageAlt: "Premium single-origin espresso with latte art"
},
{
id: "2", name: "Artisanal Croissant", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/croissant-coffee-food-photography_53876-104492.jpg", imageAlt: "Handcrafted French-style croissant"},
id: "2", name: "Artisanal Croissant", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/croissant-coffee-food-photography_53876-104492.jpg", imageAlt: "Handcrafted French-style croissant"
},
{
id: "3", name: "Cold Brew Reserve", price: "$7.50", imageSrc: "http://img.b2bpic.net/free-photo/strong-alcoholic-beverage-with-coffee_23-2148722521.jpg", imageAlt: "Premium cold brew served elegantly"},
id: "3", name: "Cold Brew Reserve", price: "$7.50", imageSrc: "http://img.b2bpic.net/free-photo/strong-alcoholic-beverage-with-coffee_23-2148722521.jpg", imageAlt: "Premium cold brew served elegantly"
},
]}
gridVariant="three-columns-all-equal-width"
animationType="blur-reveal"
@@ -146,13 +149,17 @@ export default function LandingPage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1", title: "A Sanctuary for Coffee Lovers", quote: "Every visit to The Artisan Café feels like stepping into a world of pure sophistication. The quality of their espresso is unmatched, and the attention to detail in every cup is evident.", name: "Victoria Monroe", role: "Entrepreneur & Coffee Connoisseur", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Victoria Monroe"},
id: "1", title: "A Sanctuary for Coffee Lovers", quote: "Every visit to The Artisan Café feels like stepping into a world of pure sophistication. The quality of their espresso is unmatched, and the attention to detail in every cup is evident.", name: "Victoria Monroe", role: "Entrepreneur & Coffee Connoisseur", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Victoria Monroe"
},
{
id: "2", title: "Excellence in Every Interaction", quote: "The baristas here are true artisans. They don't just serve coffee; they share knowledge and passion with every interaction. It's a genuine pleasure.", name: "Marcus Sterling", role: "Designer & Creative Professional", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Marcus Sterling"},
id: "2", title: "Excellence in Every Interaction", quote: "The baristas here are true artisans. They don't just serve coffee; they share knowledge and passion with every interaction. It's a genuine pleasure.", name: "Marcus Sterling", role: "Designer & Creative Professional", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Marcus Sterling"
},
{
id: "3", title: "The Perfect Work Environment", quote: "I've worked from countless cafés, but The Artisan Café stands apart. The ambiance is inspiring, the WiFi is reliable, and the coffee is simply outstanding.", name: "Elena Rodriguez", role: "Remote Consultant", imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg", imageAlt: "Elena Rodriguez"},
id: "3", title: "The Perfect Work Environment", quote: "I've worked from countless cafés, but The Artisan Café stands apart. The ambiance is inspiring, the WiFi is reliable, and the coffee is simply outstanding.", name: "Elena Rodriguez", role: "Remote Consultant", imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg", imageAlt: "Elena Rodriguez"
},
{
id: "4", title: "Exceptional Pastries and Beverages", quote: "The combination of premium coffee and handcrafted pastries creates an unbeatable experience. I'm a regular for a reason—nothing compares.", name: "David Winters", role: "Food Critic", imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-1524.jpg", imageAlt: "David Winters"},
id: "4", title: "Exceptional Pastries and Beverages", quote: "The combination of premium coffee and handcrafted pastries creates an unbeatable experience. I'm a regular for a reason—nothing compares.", name: "David Winters", role: "Food Critic", imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-1524.jpg", imageAlt: "David Winters"
},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -168,11 +175,14 @@ export default function LandingPage() {
tagAnimation="slide-up"
members={[
{
id: "1", name: "Isabella Moretti", role: "Head Barista", imageSrc: "http://img.b2bpic.net/free-photo/smiley-employee-making-coffee_23-2148366606.jpg", imageAlt: "Isabella Moretti - Head Barista"},
id: "1", name: "Isabella Moretti", role: "Head Barista", imageSrc: "http://img.b2bpic.net/free-photo/smiley-employee-making-coffee_23-2148366606.jpg", imageAlt: "Isabella Moretti - Head Barista"
},
{
id: "2", name: "Thomas Beaumont", role: "Café Owner", imageSrc: "http://img.b2bpic.net/free-photo/man-cafe_1098-13701.jpg", imageAlt: "Thomas Beaumont - Café Owner"},
id: "2", name: "Thomas Beaumont", role: "Café Owner", imageSrc: "http://img.b2bpic.net/free-photo/man-cafe_1098-13701.jpg", imageAlt: "Thomas Beaumont - Café Owner"
},
{
id: "3", name: "Sophie Laurent", role: "Pastry Chef", imageSrc: "http://img.b2bpic.net/free-photo/vertical-portrait-professional-baker-posing-his-bakery-shopping-selling-buying-food-pastry-delicious-healthy-natural-organic-traditional-recipe-concept_7502-5547.jpg", imageAlt: "Sophie Laurent - Pastry Chef"},
id: "3", name: "Sophie Laurent", role: "Pastry Chef", imageSrc: "http://img.b2bpic.net/free-photo/vertical-portrait-professional-baker-posing-his-bakery-shopping-selling-buying-food-pastry-delicious-healthy-natural-organic-traditional-recipe-concept_7502-5547.jpg", imageAlt: "Sophie Laurent - Pastry Chef"
},
]}
gridVariant="three-columns-all-equal-width"
animationType="blur-reveal"