diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 8907407..d912780 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -1,67 +1,24 @@
import type { Metadata } from "next";
-import { Libre_Baskerville, Inter } from "next/font/google";
+import { DM_Sans } from "next/font/google";
import "./globals.css";
-import { ServiceWrapper } from "@/components/ServiceWrapper";
-import Tag from "@/tag/Tag";
-const libreBaskerville = Libre_Baskerville({
- variable: "--font-libre-baskerville",
- subsets: ["latin"],
- weight: ["400", "700"],
-});
-
-const inter = Inter({
- variable: "--font-inter",
- subsets: ["latin"],
+const dmSans = DM_Sans({
+ variable: "--font-dm-sans", subsets: ["latin"],
});
export const metadata: Metadata = {
- title: "Aroma Café 100. Yıl - Premium Turkish Coffee in Ankara",
- description: "Discover authentic Turkish coffee and premium pastries at Aroma Café 100. Yıl in Ankara. Located in İşçi Blokları. Reserve now or call +90 536 584 01 68.",
- keywords: "Turkish coffee, café Ankara, premium coffee, Turkish pastries, coffee shop, barista, Turkish culture",
- metadataBase: new URL("https://aromacafe100yil.com"),
- alternates: {
- canonical: "https://aromacafe100yil.com",
- },
- openGraph: {
- title: "Aroma Café 100. Yıl - Premium Turkish Coffee House",
- description: "Experience authentic Turkish coffee culture. Authentic flavors, warm hospitality, and premium pastries in the heart of Ankara.",
- url: "https://aromacafe100yil.com",
- siteName: "Aroma Café 100. Yıl",
- type: "website",
- images: [
- {
- url: "http://img.b2bpic.net/free-photo/side-view-iron-teapot-with-glass-tea-potted-plant-table_141793-13004.jpg",
- alt: "Aroma Café 100. Yıl - Premium Turkish Coffee Experience",
- },
- ],
- },
- twitter: {
- card: "summary_large_image",
- title: "Aroma Café 100. Yıl - Turkish Coffee in Ankara",
- description: "Premium Turkish coffee and authentic pastries. Located in İşçi Blokları, Ankara. Reserve your table now.",
- images: ["http://img.b2bpic.net/free-photo/side-view-iron-teapot-with-glass-tea-potted-plant-table_141793-13004.jpg"],
- },
- robots: {
- index: true,
- follow: true,
- },
-};
+ title: "Aroma Café 100. Yıl", description: "Experience premium Turkish coffee culture in the heart of Ankara."};
export default function RootLayout({
children,
-}: Readonly<{
+}: {
children: React.ReactNode;
-}>) {
+}) {
return (
-
-
-
-
- {children}
-
+
+
+ {children}
+
-
);
-}
\ No newline at end of file
+}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 70b4aa5..b1efeb4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,14 +9,14 @@ import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCar
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
-import { Coffee } from "lucide-react";
+import { Coffee, MapPin, Phone, Mail, Clock } from "lucide-react";
export default function HomePage() {
const navItems = [
- { name: "Home", id: "home" },
+ { name: "Home", id: "/" },
{ name: "About", id: "about" },
{ name: "Services", id: "services" },
- { name: "Contact", id: "contact" },
+ { name: "Contact", id: "contact-section" },
];
return (
@@ -44,24 +44,67 @@ export default function HomePage() {
title="Aroma Café 100. Yıl"
description="Experience premium Turkish coffee culture in the heart of Ankara. A sanctuary for coffee lovers seeking authentic flavors and warm hospitality."
tag="Since 2024"
- imageSrc="http://img.b2bpic.net/free-photo/side-view-iron-teapot-with-glass-tea-potted-plant-table_141793-13004.jpg"
+ imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU9IynqCnYZJDYHK9HicVLKKNJ/uploaded-1772669098781-esqnllvt.jpg"
imageAlt="Aroma Café 100. Yıl interior with ambient lighting"
textPosition="bottom-left"
showBlur={true}
showDimOverlay={true}
buttons={[
- { text: "Reserve a Table", href: "/contact" },
+ { text: "Reserve a Table", href: "contact-section" },
{ text: "Call Now", href: "tel:+905365840168" },
]}
/>
+
+
@@ -72,20 +115,24 @@ export default function HomePage() {
title="Our Specialty Services"
description="From traditional Turkish coffee preparation to modern espresso techniques, we offer a diverse range of premium beverages and authentic pastries."
tag="What We Offer"
- imageSrc="http://img.b2bpic.net/free-photo/portrait-young-man-working-as-barista-making-coffee-restaurant-barista-apron-white-shirt-standing-with-cup-coffee-his-workplace-coffee-shop_574295-4957.jpg"
+ imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU9IynqCnYZJDYHK9HicVLKKNJ/uploaded-1772669098781-zvo424ur.jpg"
imageAlt="Professional barista preparing specialty coffee"
mediaAnimation="slide-up"
useInvertedBackground={false}
mediaPosition="left"
accordionItems={[
{
- id: "1", title: "Traditional Turkish Coffee", content: "Experience authentic Turkish coffee prepared according to century-old traditions. Perfectly ground, aromatic, and served in traditional fincan cups. Each sip tells a story of heritage and craftsmanship."},
+ id: "1", title: "Traditional Turkish Coffee", content: "Experience authentic Turkish coffee prepared according to century-old traditions. Perfectly ground, aromatic, and served in traditional fincan cups. Each sip tells a story of heritage and craftsmanship."
+ },
{
- id: "2", title: "Specialty Espresso Drinks", content: "Our skilled baristas create artisanal espresso-based beverages using premium single-origin beans. From velvety cappuccinos to rich macchiatos, every drink is a masterpiece."},
+ id: "2", title: "Specialty Espresso Drinks", content: "Our skilled baristas create artisanal espresso-based beverages using premium single-origin beans. From velvety cappuccinos to rich macchiatos, every drink is a masterpiece."
+ },
{
- id: "3", title: "Fresh Pastries & Desserts", content: "Enjoy authentic Turkish pastries, baklava, and fresh-baked goods that pair perfectly with your chosen beverage. All items prepared fresh daily using traditional recipes."},
+ id: "3", title: "Fresh Pastries & Desserts", content: "Enjoy authentic Turkish pastries, baklava, and fresh-baked goods that pair perfectly with your chosen beverage. All items prepared fresh daily using traditional recipes."
+ },
{
- id: "4", title: "Private Events & Catering", content: "Host your special occasions at Aroma Café. We offer custom catering packages, private event spaces, and dedicated service for corporate events and celebrations."},
+ id: "4", title: "Private Events & Catering", content: "Host your special occasions at Aroma Café. We offer custom catering packages, private event spaces, and dedicated service for corporate events and celebrations."
+ }
]}
/>
@@ -98,13 +145,17 @@ export default function HomePage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1", title: "The Perfect Morning Ritual", quote: "I've tried many coffee shops in Ankara, but Aroma Café stands out. The Turkish coffee here is authentic and perfectly prepared every single time. It's become my morning ritual.", name: "Mehmet Yılmaz", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Mehmet Yılmaz"},
+ id: "1", title: "The Perfect Morning Ritual", quote: "I've tried many coffee shops in Ankara, but Aroma Café stands out. The Turkish coffee here is authentic and perfectly prepared every single time. It's become my morning ritual.", name: "Mehmet Yılmaz", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Mehmet Yılmaz"
+ },
{
- id: "2", title: "A Hidden Gem", quote: "The ambiance is wonderful, the staff is incredibly friendly, and the pastries are simply delicious. This place feels like a second home. I recommend it to all my friends.", name: "Zeynep Kaya", role: "Marketing Director", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Zeynep Kaya"},
+ id: "2", title: "A Hidden Gem", quote: "The ambiance is wonderful, the staff is incredibly friendly, and the pastries are simply delicious. This place feels like a second home. I recommend it to all my friends.", name: "Zeynep Kaya", role: "Marketing Director", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Zeynep Kaya"
+ },
{
- id: "3", title: "Professional Excellence", quote: "The baristas here really know their craft. I appreciate the attention to detail in every aspect—from bean selection to the final presentation. Truly professional.", name: "Ali Demir", role: "Software Engineer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Ali Demir"},
+ id: "3", title: "Professional Excellence", quote: "The baristas here really know their craft. I appreciate the attention to detail in every aspect—from bean selection to the final presentation. Truly professional.", name: "Ali Demir", role: "Software Engineer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Ali Demir"
+ },
{
- id: "4", title: "Perfect for Meetings", quote: "I've hosted numerous business meetings here. The quiet environment, comfortable seating, and excellent service make it ideal for professional conversations. Highly recommended!", name: "Ayşe Şahin", role: "Project Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Ayşe Şahin"},
+ id: "4", title: "Perfect for Meetings", quote: "I've hosted numerous business meetings here. The quiet environment, comfortable seating, and excellent service make it ideal for professional conversations. Highly recommended!", name: "Ayşe Şahin", role: "Project Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Ayşe Şahin"
+ }
]}
/>
@@ -117,7 +168,8 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "Cold Brew Coffee", "Vintage Café", "Hand Drawn Brewery", "Premium Coffee Co", "Turkish Spice", "Artisan Suppliers", "Premium Labels"]}
+ "Cold Brew Coffee", "Vintage Café", "Hand Drawn Brewery", "Premium Coffee Co", "Turkish Spice", "Artisan Suppliers", "Premium Labels"
+ ]}
speed={35}
showCard={true}
/>
@@ -146,4 +198,4 @@ export default function HomePage() {
);
-}
\ No newline at end of file
+}
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index fd718b9..3175647 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #ffffff;
- --card: #f9f9f9;
- --foreground: #000612e6;
- --primary-cta: #106EFB;
+ --background: #f5f4ef;
+ --card: #efe7dd;
+ --foreground: #2b180a;
+ --primary-cta: #8b6f47;
--primary-cta-text: #ffffff;
- --secondary-cta: #f9f9f9;
+ --secondary-cta: #efe7dd;
--secondary-cta-text: #000612e6;
- --accent: #e2e2e2;
- --background-accent: #106EFB;
+ --accent: #d4a574;
+ --background-accent: #c9956b;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);