Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -120,7 +120,7 @@ export default function ContactPage() {
|
||||
title: "Call Us",
|
||||
description: "Monday - Friday: 10:00 AM - 11:00 PM | Saturday - Sunday: 8:00 AM - 12:00 AM. We're happy to take your call.",
|
||||
tag: "Phone",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-working-with-green-plants-shop_23-2147761079.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-working-with-green-plants-shop_23-2147761079.jpg?_wi=2",
|
||||
imageAlt: "Cafe phone service",
|
||||
buttons: [
|
||||
{
|
||||
@@ -134,7 +134,7 @@ export default function ContactPage() {
|
||||
title: "WhatsApp Us",
|
||||
description: "Quick responses to reservations, menu inquiries, and event bookings. Available 24/7 for messages.",
|
||||
tag: "Messaging",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-with-coffee-glass_23-2147785360.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-with-coffee-glass_23-2147785360.jpg?_wi=4",
|
||||
imageAlt: "Cafe messaging",
|
||||
buttons: [
|
||||
{
|
||||
|
||||
@@ -92,7 +92,7 @@ export default function GalleryPage() {
|
||||
title: "Gourmet Presentations",
|
||||
description: "Beautifully plated dishes that are as much art as they are cuisine. Each presentation tells a story of craftsmanship.",
|
||||
tag: "Food Photography",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-food-table-assortment_23-2149139469.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-food-table-assortment_23-2149139469.jpg?_wi=3",
|
||||
imageAlt: "Gourmet food photography flat lay",
|
||||
},
|
||||
{
|
||||
@@ -100,7 +100,7 @@ export default function GalleryPage() {
|
||||
title: "Cafe Ambience",
|
||||
description: "Warm lighting, earthy decor, and thoughtful design create spaces that invite you to stay longer.",
|
||||
tag: "Interior Design",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-with-coffee-glass_23-2147785360.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-with-coffee-glass_23-2147785360.jpg?_wi=2",
|
||||
imageAlt: "Cozy cafe corner with soft light",
|
||||
},
|
||||
{
|
||||
@@ -108,7 +108,7 @@ export default function GalleryPage() {
|
||||
title: "Moments Shared",
|
||||
description: "Friends, families, and individuals creating memories at KEFI. Social connections over great food and coffee.",
|
||||
tag: "Community",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-sitting-bar-with-drinks-looking-mobile-phone_23-2147861862.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-sitting-bar-with-drinks-looking-mobile-phone_23-2147861862.jpg?_wi=2",
|
||||
imageAlt: "Friends enjoying cafe experience",
|
||||
},
|
||||
]}
|
||||
@@ -133,7 +133,7 @@ export default function GalleryPage() {
|
||||
title: "Coffee Artistry",
|
||||
description: "Watch our baristas create intricate latte art and specialty coffee drinks with passion and precision.",
|
||||
tag: "Coffee",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-barista-with-apron-pouring-frothed-milk-coffee-cups_23-2148824430.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-barista-with-apron-pouring-frothed-milk-coffee-cups_23-2148824430.jpg?_wi=2",
|
||||
imageAlt: "Barista pouring specialty coffee",
|
||||
},
|
||||
{
|
||||
@@ -141,7 +141,7 @@ export default function GalleryPage() {
|
||||
title: "Dessert Details",
|
||||
description: "Indulgent desserts and pastries crafted with attention to detail, taste, and visual appeal.",
|
||||
tag: "Desserts",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-cheesecake-with-oats_661915-553.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-cheesecake-with-oats_661915-553.jpg?_wi=2",
|
||||
imageAlt: "Artisanal dessert plating",
|
||||
},
|
||||
{
|
||||
@@ -149,7 +149,7 @@ export default function GalleryPage() {
|
||||
title: "Dining Moments",
|
||||
description: "Capture the essence of casual dining, brunch culture, and the joy of sharing meals at KEFI.",
|
||||
tag: "Experience",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/quotes-typography-retro-set_1284-6836.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/quotes-typography-retro-set_1284-6836.jpg?_wi=2",
|
||||
imageAlt: "Cafe typography and styling",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -1,27 +1,60 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Montserrat } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Montserrat } from "next/font/google";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const montserrat = Montserrat({
|
||||
variable: "--font-montserrat",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "KEFI Eatery & Cafe | Versova's Premium Cafe Experience",
|
||||
description: "Discover KEFI, Versova's most loved cafe. Gourmet food, specialty coffee, and cozy ambience. Reserve your table today.",
|
||||
keywords: "best cafe in Versova, cafes in Andheri West, brunch cafe Mumbai, coffee cafe Versova, aesthetic cafes Mumbai, luxury cafe, premium restaurant",
|
||||
metadataBase: new URL("https://kefieatery.com"),
|
||||
alternates: {
|
||||
canonical: "https://kefieatery.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "KEFI Eatery & Cafe | Versova's Premium Cafe Experience",
|
||||
description: "Discover KEFI, Versova's most loved cafe. Gourmet food, specialty coffee, and cozy ambience. Reserve your table today.",
|
||||
url: "https://kefieatery.com",
|
||||
siteName: "KEFI Eatery & Cafe",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg",
|
||||
alt: "KEFI Cafe Interior",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "KEFI Eatery & Cafe | Versova's Premium Cafe Experience",
|
||||
description: "Discover KEFI, Versova's most loved cafe. Gourmet food, specialty coffee, and cozy ambience.",
|
||||
images: ["http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@@ -31,7 +64,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${montserrat.variable} ${inter.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${montserrat.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -43,4 +78,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -98,7 +98,7 @@ export default function MenuPage() {
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
background={{ variant: "noise" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-tasty-food-table-assortment_23-2149139469.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-tasty-food-table-assortment_23-2149139469.jpg?_wi=2"
|
||||
imageAlt="Complete menu showcase"
|
||||
mediaAnimation="opacity"
|
||||
frameStyle="card"
|
||||
@@ -127,7 +127,7 @@ export default function MenuPage() {
|
||||
name: "KEFI House Fried Chicken",
|
||||
price: "₹420",
|
||||
variant: "Signature",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tray-with-fried-chicken-celery_23-2147717045.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tray-with-fried-chicken-celery_23-2147717045.jpg?_wi=2",
|
||||
imageAlt: "Gourmet fried chicken",
|
||||
},
|
||||
{
|
||||
@@ -135,7 +135,7 @@ export default function MenuPage() {
|
||||
name: "Butter Masala Paneer",
|
||||
price: "₹380",
|
||||
variant: "With Paratha",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/papas-arrugadas-with-mojo-gofio-escaldado-wooden-table-traditional-canary-islands-food_123827-35733.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/papas-arrugadas-with-mojo-gofio-escaldado-wooden-table-traditional-canary-islands-food_123827-35733.jpg?_wi=2",
|
||||
imageAlt: "Paneer curry",
|
||||
},
|
||||
{
|
||||
@@ -143,7 +143,7 @@ export default function MenuPage() {
|
||||
name: "Avocado Toast",
|
||||
price: "₹320",
|
||||
variant: "Brunch Special",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-eggs-with-toasted-slices-breads-with-avocado-pulp-onn-orange-plate-with-fork-sack-cloth-blue_141793-17178.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-eggs-with-toasted-slices-breads-with-avocado-pulp-onn-orange-plate-with-fork-sack-cloth-blue_141793-17178.jpg?_wi=2",
|
||||
imageAlt: "Avocado toast",
|
||||
},
|
||||
{
|
||||
@@ -167,7 +167,7 @@ export default function MenuPage() {
|
||||
name: "Dark Desire Dessert",
|
||||
price: "₹240",
|
||||
variant: "Chocolate Heaven",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chocolate-cake_23-2148604534.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chocolate-cake_23-2148604534.jpg?_wi=2",
|
||||
imageAlt: "Chocolate dessert",
|
||||
},
|
||||
]}
|
||||
@@ -215,7 +215,7 @@ export default function MenuPage() {
|
||||
name: "Eggs Benedict",
|
||||
price: "₹350",
|
||||
variant: "Brunch Classic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-toast-slice-with-cherry-tomatoes-pan_23-2148698636.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-toast-slice-with-cherry-tomatoes-pan_23-2148698636.jpg?_wi=2",
|
||||
imageAlt: "Eggs benedict",
|
||||
},
|
||||
{
|
||||
@@ -223,7 +223,7 @@ export default function MenuPage() {
|
||||
name: "Millet Crepe",
|
||||
price: "₹280",
|
||||
variant: "Wholesome",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-waffles-with-blueberries_23-2148531613.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-waffles-with-blueberries_23-2148531613.jpg?_wi=2",
|
||||
imageAlt: "Millet crepe",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -162,7 +162,7 @@ export default function HomePage() {
|
||||
name: "KEFI House Fried Chicken",
|
||||
price: "₹420",
|
||||
variant: "Signature",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tray-with-fried-chicken-celery_23-2147717045.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tray-with-fried-chicken-celery_23-2147717045.jpg?_wi=1",
|
||||
imageAlt: "Gourmet fried chicken plate",
|
||||
},
|
||||
{
|
||||
@@ -170,7 +170,7 @@ export default function HomePage() {
|
||||
name: "Butter Masala Paneer",
|
||||
price: "₹380",
|
||||
variant: "With Paratha",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/papas-arrugadas-with-mojo-gofio-escaldado-wooden-table-traditional-canary-islands-food_123827-35733.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/papas-arrugadas-with-mojo-gofio-escaldado-wooden-table-traditional-canary-islands-food_123827-35733.jpg?_wi=1",
|
||||
imageAlt: "Creamy paneer curry with flatbread",
|
||||
},
|
||||
{
|
||||
@@ -178,7 +178,7 @@ export default function HomePage() {
|
||||
name: "Avocado Toast",
|
||||
price: "₹320",
|
||||
variant: "Brunch Special",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-eggs-with-toasted-slices-breads-with-avocado-pulp-onn-orange-plate-with-fork-sack-cloth-blue_141793-17178.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-eggs-with-toasted-slices-breads-with-avocado-pulp-onn-orange-plate-with-fork-sack-cloth-blue_141793-17178.jpg?_wi=1",
|
||||
imageAlt: "Gourmet avocado toast",
|
||||
},
|
||||
{
|
||||
@@ -186,7 +186,7 @@ export default function HomePage() {
|
||||
name: "Eggs Benedict",
|
||||
price: "₹350",
|
||||
variant: "Brunch Classic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-toast-slice-with-cherry-tomatoes-pan_23-2148698636.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-toast-slice-with-cherry-tomatoes-pan_23-2148698636.jpg?_wi=1",
|
||||
imageAlt: "Eggs benedict with hollandaise sauce",
|
||||
},
|
||||
{
|
||||
@@ -194,7 +194,7 @@ export default function HomePage() {
|
||||
name: "Millet Crepe",
|
||||
price: "₹280",
|
||||
variant: "Wholesome",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-waffles-with-blueberries_23-2148531613.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-waffles-with-blueberries_23-2148531613.jpg?_wi=1",
|
||||
imageAlt: "Healthy millet crepe",
|
||||
},
|
||||
{
|
||||
@@ -202,7 +202,7 @@ export default function HomePage() {
|
||||
name: "Dark Desire Dessert",
|
||||
price: "₹240",
|
||||
variant: "Signature Sweet",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chocolate-cake_23-2148604534.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chocolate-cake_23-2148604534.jpg?_wi=1",
|
||||
imageAlt: "Rich chocolate dessert",
|
||||
},
|
||||
]}
|
||||
@@ -234,7 +234,7 @@ export default function HomePage() {
|
||||
title: "Indoor & Outdoor Seating",
|
||||
description: "Comfortable spaces designed for every mood. Whether you prefer the cozy interior with lush plants or our open-air terrace.",
|
||||
tag: "Spaces",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-working-with-green-plants-shop_23-2147761079.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-working-with-green-plants-shop_23-2147761079.jpg?_wi=1",
|
||||
imageAlt: "Modern cafe interior with hanging plants",
|
||||
},
|
||||
{
|
||||
@@ -277,7 +277,7 @@ export default function HomePage() {
|
||||
name: "Priya Sharma",
|
||||
handle: "@priya_loves_food",
|
||||
testimonial: "Food coma alert. The dishes are to die for. Every plate is a work of art.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-food-table-assortment_23-2149139469.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-food-table-assortment_23-2149139469.jpg?_wi=1",
|
||||
imageAlt: "Guest enjoying food",
|
||||
icon: Heart,
|
||||
},
|
||||
@@ -286,7 +286,7 @@ export default function HomePage() {
|
||||
name: "Amit Patel",
|
||||
handle: "@amit_explores",
|
||||
testimonial: "Beautiful ambience with earthy decor. This is exactly the vibe I look for in a cafe.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-with-coffee-glass_23-2147785360.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-with-coffee-glass_23-2147785360.jpg?_wi=1",
|
||||
imageAlt: "Cafe interior ambience",
|
||||
icon: Star,
|
||||
},
|
||||
@@ -295,7 +295,7 @@ export default function HomePage() {
|
||||
name: "Zara Khan",
|
||||
handle: "@zara.vibes",
|
||||
testimonial: "One of the best cafes in Versova. The coffee is exceptional, and the service is warm.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-barista-with-apron-pouring-frothed-milk-coffee-cups_23-2148824430.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-barista-with-apron-pouring-frothed-milk-coffee-cups_23-2148824430.jpg?_wi=1",
|
||||
imageAlt: "Specialty coffee",
|
||||
icon: Sparkles,
|
||||
},
|
||||
@@ -304,7 +304,7 @@ export default function HomePage() {
|
||||
name: "Rohan Singh",
|
||||
handle: "@rohan_brunch",
|
||||
testimonial: "Perfect brunch and amazing coffee. I've become a regular, and I love it here.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-sitting-bar-with-drinks-looking-mobile-phone_23-2147861862.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-sitting-bar-with-drinks-looking-mobile-phone_23-2147861862.jpg?_wi=1",
|
||||
imageAlt: "Friends dining together",
|
||||
icon: Coffee,
|
||||
},
|
||||
@@ -313,7 +313,7 @@ export default function HomePage() {
|
||||
name: "Maya Desai",
|
||||
handle: "@maya.creatives",
|
||||
testimonial: "As a freelancer, KEFI is my second office. The vibe, the pastries, and the wifi make everything perfect.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-cheesecake-with-oats_661915-553.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-cheesecake-with-oats_661915-553.jpg?_wi=1",
|
||||
imageAlt: "Cafe workspace",
|
||||
icon: CheckCircle,
|
||||
},
|
||||
@@ -322,7 +322,7 @@ export default function HomePage() {
|
||||
name: "Sanjay Kumar",
|
||||
handle: "@sanjay_coffee",
|
||||
testimonial: "The Zen Mode Coffee and the hospitality won me over. Highly recommended to anyone visiting Versova.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/quotes-typography-retro-set_1284-6836.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/quotes-typography-retro-set_1284-6836.jpg?_wi=1",
|
||||
imageAlt: "Premium coffee served",
|
||||
icon: Award,
|
||||
},
|
||||
|
||||
@@ -95,7 +95,7 @@ export default function ReviewsPage() {
|
||||
name: "Priya Sharma",
|
||||
handle: "@priya_loves_food",
|
||||
testimonial: "Food coma alert. The dishes are to die for. Every plate is a work of art. I've been here 5 times already!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-food-table-assortment_23-2149139469.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-food-table-assortment_23-2149139469.jpg?_wi=4",
|
||||
imageAlt: "Guest enjoying food",
|
||||
icon: Heart,
|
||||
},
|
||||
@@ -104,7 +104,7 @@ export default function ReviewsPage() {
|
||||
name: "Amit Patel",
|
||||
handle: "@amit_explores",
|
||||
testimonial: "Beautiful ambience with earthy decor. This is exactly the vibe I look for in a cafe. The service is impeccable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-with-coffee-glass_23-2147785360.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-with-coffee-glass_23-2147785360.jpg?_wi=3",
|
||||
imageAlt: "Cafe interior ambience",
|
||||
icon: Star,
|
||||
},
|
||||
@@ -113,7 +113,7 @@ export default function ReviewsPage() {
|
||||
name: "Zara Khan",
|
||||
handle: "@zara.vibes",
|
||||
testimonial: "One of the best cafes in Versova. The coffee is exceptional, and the service is warm. Highly recommended!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-barista-with-apron-pouring-frothed-milk-coffee-cups_23-2148824430.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-barista-with-apron-pouring-frothed-milk-coffee-cups_23-2148824430.jpg?_wi=3",
|
||||
imageAlt: "Specialty coffee",
|
||||
icon: Sparkles,
|
||||
},
|
||||
@@ -122,7 +122,7 @@ export default function ReviewsPage() {
|
||||
name: "Rohan Singh",
|
||||
handle: "@rohan_brunch",
|
||||
testimonial: "Perfect brunch and amazing coffee. I've become a regular, and I love it here. The pastries are chef's kiss!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-sitting-bar-with-drinks-looking-mobile-phone_23-2147861862.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-sitting-bar-with-drinks-looking-mobile-phone_23-2147861862.jpg?_wi=3",
|
||||
imageAlt: "Friends dining together",
|
||||
icon: Coffee,
|
||||
},
|
||||
@@ -131,7 +131,7 @@ export default function ReviewsPage() {
|
||||
name: "Maya Desai",
|
||||
handle: "@maya.creatives",
|
||||
testimonial: "As a freelancer, KEFI is my second office. The vibe, the pastries, and the wifi make everything perfect. Truly a gem!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-cheesecake-with-oats_661915-553.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-cheesecake-with-oats_661915-553.jpg?_wi=3",
|
||||
imageAlt: "Cafe workspace",
|
||||
icon: CheckCircle,
|
||||
},
|
||||
@@ -140,7 +140,7 @@ export default function ReviewsPage() {
|
||||
name: "Sanjay Kumar",
|
||||
handle: "@sanjay_coffee",
|
||||
testimonial: "The Zen Mode Coffee and the hospitality won me over. Highly recommended to anyone visiting Versova. Perfect!",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/quotes-typography-retro-set_1284-6836.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/quotes-typography-retro-set_1284-6836.jpg?_wi=3",
|
||||
imageAlt: "Premium coffee served",
|
||||
icon: Award,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user