6 Commits

Author SHA1 Message Date
39da0627c6 Update src/app/page.tsx 2026-03-04 06:21:18 +00:00
d27f57853f Update src/app/page.tsx 2026-03-04 06:18:38 +00:00
7656397424 Update src/app/styles/base.css 2026-03-04 06:08:25 +00:00
4a350b7427 Update src/app/page.tsx 2026-03-04 06:08:24 +00:00
76939d2e44 Update src/app/layout.tsx 2026-03-04 06:08:24 +00:00
1fe2ab7cdc Merge version_2 into main
Merge version_2 into main
2026-03-03 14:06:45 +00:00
3 changed files with 19 additions and 17 deletions

View File

@@ -1,19 +1,20 @@
import type { Metadata } from "next";
import { Anton } from "next/font/google";
import { Poppins } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const anton = Anton({
variable: "--font-anton", subsets: ["latin"],
weight: ["400"],
});
const poppins = Poppins({
variable: "--font-poppins", subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Coffee Tea & Me Best Café in Agartala | Specialty Coffee & Desserts", description: "Coffee Tea & Me is Agartala's favorite café. Enjoy specialty coffee, handcrafted tea, and delicious desserts like blueberry cheesecake & chocolate cake. Call 097747 95481 or visit us on TG Rd, Ram Nagar. Dine-in, takeaway & delivery available.", keywords: "café Agartala, coffee shop, best café near me, cappuccino, cheesecake, desserts Agartala, TG Rd café", openGraph: {
title: "Coffee Tea & Me Best Café in Agartala", description: "Your favorite café in Agartala serving specialty coffee, tea & desserts. Open daily until 10 PM.", siteName: "Coffee Tea & Me", type: "website"
@@ -36,7 +37,7 @@ export default function RootLayout({
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${poppins.variable} ${inter.variable} antialiased`}
className={`${anton.variable} ${poppins.variable} antialiased`}
>
<Tag />
{children}

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
{ text: "📍 Get Directions", href: "https://maps.google.com/?q=Coffee+Tea+Me+Agartala+TG+Rd+Ram+Nagar" }
]}
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/young-woman-arranging-table-restaurant_23-2147936228.jpg?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARBXiTYitZoNeae81D2INuU2M8/uploaded-1772605271710-4lw6utjk.jpg"
imageAlt="Coffee Tea & Me café interior with cozy ambience"
frameStyle="card"
background={{ variant: "radial-gradient" }}
@@ -64,27 +64,27 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Priya Sharma", role: "Regular Customer", company: "Local Resident", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg?_wi=1", imageAlt: "Priya Sharma enjoying coffee at our café"
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-croissant-plate-covered-chocolate-cafe_181624-57999.jpg?id=28363236", imageAlt: "Priya Sharma enjoying coffee at our café"
},
{
id: "2", name: "Arjun Dey", role: "Coffee Enthusiast", company: "Agartala", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Arjun Dey enjoying our specialty coffee"
imageSrc: "http://img.b2bpic.net/free-photo/cheese-cake-with-cup-hot-coffee-coffee-shop_1150-6438.jpg?id=3805695", imageAlt: "Arjun Dey enjoying our specialty coffee"
},
{
id: "3", name: "Sneha Rao", role: "Pastry Lover", company: "Student", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg?_wi=2", imageAlt: "Sneha Rao enjoying our desserts"
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cake-chocolate_1388-154.jpg?id=1156196", imageAlt: "Sneha Rao enjoying our desserts"
},
{
id: "4", name: "Rohan Verma", role: "Business Owner", company: "Local Entrepreneur", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Rohan Verma at our café"
imageSrc: "http://img.b2bpic.net/free-photo/women-drinking-coffee-with-desserts-cheesecake-pistachios-cake-side-view_141793-3221.jpg?id=7787022", imageAlt: "Rohan Verma at our café"
},
{
id: "5", name: "Anjali Bhat", role: "Office Professional", company: "Agartala IT Park", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg?_wi=3", imageAlt: "Anjali Bhat at our café"
imageSrc: "http://img.b2bpic.net/free-photo/man-eating-club-sandwich-restaurant_114579-3145.jpg?id=5588035", imageAlt: "Anjali Bhat at our café"
},
{
id: "6", name: "Vikram Singh", role: "Food Blogger", company: "Social Media", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=3", imageAlt: "Vikram Singh enjoying our café"
imageSrc: "http://img.b2bpic.net/free-photo/delicious-plum-pie-with-chemex-coffee-ingredients-with-fabric-wooden-table-with-fabric_181624-27722.jpg?id=12328075", imageAlt: "Vikram Singh enjoying our café"
}
]}
gridVariant="uniform-all-items-equal"
@@ -103,7 +103,7 @@ export default function LandingPage() {
{ text: "Order Online", href: "tel:097747%2095481" },
{ text: "Reserve a Table", href: "tel:097747%2095481" }
]}
imageSrc="http://img.b2bpic.net/free-photo/young-woman-arranging-table-restaurant_23-2147936228.jpg?_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARBXiTYitZoNeae81D2INuU2M8/uploaded-1772604909586-nnsv3ljk.jpg"
imageAlt="Cozy café interior with warm lighting"
useInvertedBackground={false}
/>
@@ -142,12 +142,13 @@ export default function LandingPage() {
description="We are located on TG Road, in the heart of Ram Nagar. Easy to access, parking available, and always a warm welcome."
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/young-woman-arranging-table-restaurant_23-2147936228.jpg?_wi=3"
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARBXiTYitZoNeae81D2INuU2M8/uploaded-1772604932669-zjgeekdu.mp4"
imageAlt="Café interior with comfortable seating"
mediaAnimation="slide-up"
inputPlaceholder="Enter your email for updates"
buttonText="Get Directions"
termsText="We keep your information secure. Learn about new offers and events every week."
titleClassName="font-anton"
/>
</div>

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-inter), sans-serif;
font-family: var(--font-anton), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-mulish), sans-serif;
font-family: var(--font-anton), sans-serif;
}