Merge version_1 into main #2
@@ -17,8 +17,7 @@ export default function ContactPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
@@ -26,8 +25,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Get in Touch",
|
||||
items: [
|
||||
title: "Get in Touch", items: [
|
||||
{ label: "☎️ Call Us", href: "tel:+919876543210" },
|
||||
{ label: "📍 Location", href: "https://maps.google.com/?q=Guruvayankere,+Dakshina+Kannada" },
|
||||
{ label: "📧 Contact", href: "/contact" },
|
||||
@@ -35,8 +33,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Facebook", href: "https://facebook.com" },
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "WhatsApp", href: "https://wa.me/919876543210" },
|
||||
@@ -52,7 +49,7 @@ export default function ContactPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="noiseDiagonalGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -63,9 +60,7 @@ export default function ContactPage() {
|
||||
brandName="Atithi Cloud Cafe"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:+919876543210",
|
||||
}}
|
||||
text: "Call Now", href: "tel:+919876543210"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -79,18 +74,13 @@ export default function ContactPage() {
|
||||
description="Reach out to Atithi Cloud Cafe today. Whether you want to call for a quick order, get directions, or send a message, we're here to serve you!"
|
||||
buttons={[
|
||||
{
|
||||
text: "☎️ Call Us",
|
||||
href: "tel:+919876543210",
|
||||
},
|
||||
text: "☎️ Call Us", href: "tel:+919876543210"},
|
||||
{
|
||||
text: "📧 Contact Form",
|
||||
href: "#contact-form",
|
||||
},
|
||||
text: "📧 Contact Form", href: "#contact-form"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{
|
||||
variant: "noiseDiagonalGradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -104,35 +94,17 @@ export default function ContactPage() {
|
||||
tagAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Can I customize my coffee?",
|
||||
content: "Yes! We love customizing our coffee beverages. You can adjust the sweetness, milk type, temperature, and any other preferences. Just let our baristas know what you'd like!",
|
||||
},
|
||||
id: "1", title: "Can I customize my coffee?", content: "Yes! We love customizing our coffee beverages. You can adjust the sweetness, milk type, temperature, and any other preferences. Just let our baristas know what you'd like!"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Does Atithi Cloud Cafe offer delivery?",
|
||||
content: "Please contact us directly at +919876543210 during working hours (11:00 AM - 11:00 PM) to inquire about delivery options in your area. We're happy to help!",
|
||||
},
|
||||
id: "2", title: "Does Atithi Cloud Cafe offer delivery?", content: "Please contact us directly at +919876543210 during working hours (11:00 AM - 11:00 PM) to inquire about delivery options in your area. We're happy to help!"},
|
||||
{
|
||||
id: "3",
|
||||
title: "What is the cafe's rating?",
|
||||
content: "We're proud to have a 4.7-star rating from 124+ verified customers! This reflects our commitment to quality coffee, excellent service, and a welcoming atmosphere.",
|
||||
},
|
||||
id: "3", title: "What is the cafe's rating?", content: "We're proud to have a 4.7-star rating from 124+ verified customers! This reflects our commitment to quality coffee, excellent service, and a welcoming atmosphere."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you have a WiFi connection?",
|
||||
content: "Yes, we have free high-speed WiFi available for all our customers. It's perfect for working, studying, or just browsing while enjoying your coffee!",
|
||||
},
|
||||
id: "4", title: "Do you have a WiFi connection?", content: "Yes, we have free high-speed WiFi available for all our customers. It's perfect for working, studying, or just browsing while enjoying your coffee!"},
|
||||
{
|
||||
id: "5",
|
||||
title: "What are your operating hours?",
|
||||
content: "We're open Monday through Sunday from 11:00 AM to 11:00 PM. Come visit us during your preferred time! We're also easily accessible for quick orders.",
|
||||
},
|
||||
id: "5", title: "What are your operating hours?", content: "We're open Monday through Sunday from 11:00 AM to 11:00 PM. Come visit us during your preferred time! We're also easily accessible for quick orders."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Is parking available?",
|
||||
content: "Yes, parking is available near our location in Guruvayankere. For specific details about parking, feel free to call us or visit in person. We're happy to assist!",
|
||||
},
|
||||
id: "6", title: "Is parking available?", content: "Yes, parking is available near our location in Guruvayankere. For specific details about parking, feel free to call us or visit in person. We're happy to assist!"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -143,7 +115,7 @@ export default function ContactPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg"
|
||||
imageAlt="Atithi Cloud Cafe Location Map"
|
||||
logoText="Atithi Cloud Cafe"
|
||||
copyrightText="© 2025 Atithi Cloud Cafe | All rights reserved"
|
||||
|
||||
@@ -17,7 +17,7 @@ export default function MenuPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="noiseDiagonalGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -33,9 +33,7 @@ export default function MenuPage() {
|
||||
{ name: "Contact", id: "#contact-cta" },
|
||||
]}
|
||||
button={{
|
||||
text: "☎️ Call Now",
|
||||
href: "tel:+919876543210",
|
||||
}}
|
||||
text: "☎️ Call Now", href: "tel:+919876543210"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -46,24 +44,18 @@ export default function MenuPage() {
|
||||
description="Discover our complete selection of premium coffee beverages, refreshing cold drinks, and delicious snacks. Crafted with care and served with warmth. Every item is made fresh to order just the way you like it."
|
||||
buttons={[
|
||||
{
|
||||
text: "☎️ Order Now",
|
||||
href: "tel:+919876543210",
|
||||
},
|
||||
text: "☎️ Order Now", href: "tel:+919876543210"},
|
||||
{
|
||||
text: "📍 Visit Us",
|
||||
href: "https://maps.google.com/?q=Guruvayankere,+Dakshina+Kannada",
|
||||
},
|
||||
text: "📍 Visit Us", href: "https://maps.google.com/?q=Guruvayankere,+Dakshina+Kannada"},
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-organic-latte-macchiato-with-milk_23-2148420327.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-organic-latte-macchiato-with-milk_23-2148420327.jpg"
|
||||
imageAlt="Menu showcase - Premium coffee selection"
|
||||
frameStyle="card"
|
||||
mediaAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
variant: "radial-gradient"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -76,26 +68,11 @@ export default function MenuPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "01",
|
||||
title: "Cappuccino",
|
||||
description: "Rich espresso with steamed milk and velvety foam. Classic comfort in every sip.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-organic-latte-macchiato-with-milk_23-2148420327.jpg?_wi=3",
|
||||
imageAlt: "Cappuccino coffee",
|
||||
},
|
||||
id: "01", title: "Cappuccino", description: "Rich espresso with steamed milk and velvety foam. Classic comfort in every sip.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-organic-latte-macchiato-with-milk_23-2148420327.jpg", imageAlt: "Cappuccino coffee"},
|
||||
{
|
||||
id: "02",
|
||||
title: "Cold Brew",
|
||||
description: "Smooth, chilled coffee perfect for hot days. Refreshing and energizing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clear-drinking-glass-with-brown-liquid_209848-19.jpg?_wi=2",
|
||||
imageAlt: "Cold brew coffee",
|
||||
},
|
||||
id: "02", title: "Cold Brew", description: "Smooth, chilled coffee perfect for hot days. Refreshing and energizing.", imageSrc: "http://img.b2bpic.net/free-photo/clear-drinking-glass-with-brown-liquid_209848-19.jpg", imageAlt: "Cold brew coffee"},
|
||||
{
|
||||
id: "03",
|
||||
title: "Pastry Combo",
|
||||
description: "Fresh pastries paired perfectly with your choice of hot or cold beverage.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-juicy-homemade-jam-croissant_23-2148525233.jpg?_wi=2",
|
||||
imageAlt: "Pastry and snacks",
|
||||
},
|
||||
id: "03", title: "Pastry Combo", description: "Fresh pastries paired perfectly with your choice of hot or cold beverage.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-juicy-homemade-jam-croissant_23-2148525233.jpg", imageAlt: "Pastry and snacks"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -113,66 +90,46 @@ export default function MenuPage() {
|
||||
description="Call us now to place your order or visit our cafe in Guruvayankere. We're open from 11 AM to 11 PM daily to serve you the best coffee experience."
|
||||
buttons={[
|
||||
{
|
||||
text: "☎️ Call Us",
|
||||
href: "tel:+919876543210",
|
||||
},
|
||||
text: "☎️ Call Us", href: "tel:+919876543210"},
|
||||
{
|
||||
text: "📍 Get Directions",
|
||||
href: "https://maps.google.com/?q=Guruvayankere,+Dakshina+Kannada",
|
||||
},
|
||||
text: "📍 Get Directions", href: "https://maps.google.com/?q=Guruvayankere,+Dakshina+Kannada"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{
|
||||
variant: "noiseDiagonalGradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg"
|
||||
imageAlt="Atithi Cloud Cafe Location Map"
|
||||
logoText="Atithi Cloud Cafe"
|
||||
copyrightText="© 2025 Atithi Cloud Cafe | All rights reserved"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
label: "Menu", href: "/menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Get in Touch",
|
||||
items: [
|
||||
title: "Get in Touch", items: [
|
||||
{
|
||||
label: "☎️ Call Us",
|
||||
href: "tel:+919876543210",
|
||||
},
|
||||
label: "☎️ Call Us", href: "tel:+919876543210"},
|
||||
{
|
||||
label: "📍 Location",
|
||||
href: "https://maps.google.com/?q=Guruvayankere,+Dakshina+Kannada",
|
||||
},
|
||||
label: "📍 Location", href: "https://maps.google.com/?q=Guruvayankere,+Dakshina+Kannada"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
183
src/app/page.tsx
183
src/app/page.tsx
@@ -20,7 +20,7 @@ export default function HomePage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="noiseDiagonalGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -36,9 +36,7 @@ export default function HomePage() {
|
||||
{ name: "Contact", id: "#contact-cta" },
|
||||
]}
|
||||
button={{
|
||||
text: "☎️ Call Now",
|
||||
href: "tel:+919876543210",
|
||||
}}
|
||||
text: "☎️ Call Now", href: "tel:+919876543210"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -49,13 +47,9 @@ export default function HomePage() {
|
||||
description="Your Favorite Coffee Spot in Guruvayankere. Fresh Coffee • Delicious Snacks • Cozy Cafe Experience. Rated 4.7★ by 124 happy customers. Open until 11:00 PM."
|
||||
buttons={[
|
||||
{
|
||||
text: "☎️ Call Now",
|
||||
href: "tel:+919876543210",
|
||||
},
|
||||
text: "☎️ Call Now", href: "tel:+919876543210"},
|
||||
{
|
||||
text: "📍 Get Directions",
|
||||
href: "https://maps.google.com/?q=Guruvayankere,+Dakshina+Kannada",
|
||||
},
|
||||
text: "📍 Get Directions", href: "https://maps.google.com/?q=Guruvayankere,+Dakshina+Kannada"},
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hand-holding-hot-coffee-cup_1150-10442.jpg"
|
||||
@@ -64,9 +58,7 @@ export default function HomePage() {
|
||||
mediaAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
variant: "radial-gradient"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -79,27 +71,19 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Quality Ingredients",
|
||||
description: "We source the finest coffee beans and fresh ingredients for every beverage and snack.",
|
||||
icon: Leaf,
|
||||
title: "Quality Ingredients", description: "We source the finest coffee beans and fresh ingredients for every beverage and snack.", icon: Leaf,
|
||||
},
|
||||
{
|
||||
title: "Cozy Ambiance",
|
||||
description: "Our warm, welcoming interior is designed to be your perfect escape and relaxation spot.",
|
||||
icon: Home,
|
||||
title: "Cozy Ambiance", description: "Our warm, welcoming interior is designed to be your perfect escape and relaxation spot.", icon: Home,
|
||||
},
|
||||
{
|
||||
title: "Friendly Service",
|
||||
description: "Our staff is trained to provide exceptional customer service with a personal touch.",
|
||||
icon: Smile,
|
||||
title: "Friendly Service", description: "Our staff is trained to provide exceptional customer service with a personal touch.", icon: Smile,
|
||||
},
|
||||
{
|
||||
title: "Local Favorite",
|
||||
description: "Trusted by locals, students, professionals, and travelers seeking great coffee.",
|
||||
icon: Users,
|
||||
title: "Local Favorite", description: "Trusted by locals, students, professionals, and travelers seeking great coffee.", icon: Users,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-bench-restaurant_23-2147871253.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-bench-restaurant_23-2147871253.jpg"
|
||||
imageAlt="Atithi Cloud Cafe cozy interior with comfortable seating"
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -117,26 +101,11 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "01",
|
||||
title: "Specialty Coffee",
|
||||
description: "Premium espresso-based beverages including cappuccino, latte, and macchiato crafted by our experienced baristas.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-organic-latte-macchiato-with-milk_23-2148420327.jpg?_wi=1",
|
||||
imageAlt: "Premium specialty cappuccino",
|
||||
},
|
||||
id: "01", title: "Specialty Coffee", description: "Premium espresso-based beverages including cappuccino, latte, and macchiato crafted by our experienced baristas.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-organic-latte-macchiato-with-milk_23-2148420327.jpg", imageAlt: "Premium specialty cappuccino"},
|
||||
{
|
||||
id: "02",
|
||||
title: "Cold Coffee",
|
||||
description: "Refreshing cold brew and iced beverages perfect for warm days and relaxation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clear-drinking-glass-with-brown-liquid_209848-19.jpg?_wi=1",
|
||||
imageAlt: "Refreshing cold coffee beverage",
|
||||
},
|
||||
id: "02", title: "Cold Coffee", description: "Refreshing cold brew and iced beverages perfect for warm days and relaxation.", imageSrc: "http://img.b2bpic.net/free-photo/clear-drinking-glass-with-brown-liquid_209848-19.jpg", imageAlt: "Refreshing cold coffee beverage"},
|
||||
{
|
||||
id: "03",
|
||||
title: "Snacks & Pastries",
|
||||
description: "Fresh pastries, light meals, and desserts to complement your coffee experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-juicy-homemade-jam-croissant_23-2148525233.jpg?_wi=1",
|
||||
imageAlt: "Fresh pastry and snacks",
|
||||
},
|
||||
id: "03", title: "Snacks & Pastries", description: "Fresh pastries, light meals, and desserts to complement your coffee experience.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-juicy-homemade-jam-croissant_23-2148525233.jpg", imageAlt: "Fresh pastry and snacks"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -152,25 +121,13 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "4.7★",
|
||||
description: "Customer Rating - 124+ verified reviews from satisfied visitors",
|
||||
},
|
||||
id: "1", value: "4.7★", description: "Customer Rating - 124+ verified reviews from satisfied visitors"},
|
||||
{
|
||||
id: "2",
|
||||
value: "Fresh",
|
||||
description: "Quality Ingredients - Sourced carefully for every beverage and snack",
|
||||
},
|
||||
id: "2", value: "Fresh", description: "Quality Ingredients - Sourced carefully for every beverage and snack"},
|
||||
{
|
||||
id: "3",
|
||||
value: "11 PM",
|
||||
description: "Late Hours - Open until 11:00 PM for your convenience",
|
||||
},
|
||||
id: "3", value: "11 PM", description: "Late Hours - Open until 11:00 PM for your convenience"},
|
||||
{
|
||||
id: "4",
|
||||
value: "Fast",
|
||||
description: "Friendly Service - Quick orders and personalized customer care",
|
||||
},
|
||||
id: "4", value: "Fast", description: "Friendly Service - Quick orders and personalized customer care"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
@@ -186,59 +143,23 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Priya S.",
|
||||
handle: "@priya_local",
|
||||
testimonial: "Great coffee and a peaceful place to relax. The baristas are so friendly and the ambiance is perfect for working or catching up with friends!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6773.jpg?_wi=1",
|
||||
imageAlt: "Priya S. - Customer",
|
||||
},
|
||||
id: "1", name: "Priya S.", handle: "@priya_local", testimonial: "Great coffee and a peaceful place to relax. The baristas are so friendly and the ambiance is perfect for working or catching up with friends!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6773.jpg", imageAlt: "Priya S. - Customer"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Rajesh M.",
|
||||
handle: "@rajesh_coffee",
|
||||
testimonial: "Best coffee in Guruvayankere! I visit almost every day. Their specialty drinks are exceptional and the service is always fast and warm.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-bearded-man-business-clothes-looking-camera_171337-11392.jpg?_wi=1",
|
||||
imageAlt: "Rajesh M. - Customer",
|
||||
},
|
||||
id: "2", name: "Rajesh M.", handle: "@rajesh_coffee", testimonial: "Best coffee in Guruvayankere! I visit almost every day. Their specialty drinks are exceptional and the service is always fast and warm.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-bearded-man-business-clothes-looking-camera_171337-11392.jpg", imageAlt: "Rajesh M. - Customer"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Anjali K.",
|
||||
handle: "@anjali_travels",
|
||||
testimonial: "Perfect spot for travelers! Found this hidden gem while visiting Guruvayankere. The cozy cafe atmosphere and premium quality coffee made my day.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/headshot-cute-girl-with-hair-bun-spending-lunch-break-restaurant-with-wooden-walls_273609-9037.jpg?_wi=1",
|
||||
imageAlt: "Anjali K. - Customer",
|
||||
},
|
||||
id: "3", name: "Anjali K.", handle: "@anjali_travels", testimonial: "Perfect spot for travelers! Found this hidden gem while visiting Guruvayankere. The cozy cafe atmosphere and premium quality coffee made my day.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/headshot-cute-girl-with-hair-bun-spending-lunch-break-restaurant-with-wooden-walls_273609-9037.jpg", imageAlt: "Anjali K. - Customer"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Vikram P.",
|
||||
handle: "@vikram_student",
|
||||
testimonial: "My go-to study spot! The WiFi is good, coffee keeps me energized, and the staff never minds me sitting for hours. Highly recommended!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-woman-cafe-drinking-coffee-date-looking-camera_197531-22708.jpg?_wi=1",
|
||||
imageAlt: "Vikram P. - Customer",
|
||||
},
|
||||
id: "4", name: "Vikram P.", handle: "@vikram_student", testimonial: "My go-to study spot! The WiFi is good, coffee keeps me energized, and the staff never minds me sitting for hours. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-woman-cafe-drinking-coffee-date-looking-camera_197531-22708.jpg", imageAlt: "Vikram P. - Customer"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Meera D.",
|
||||
handle: "@meera_foodie",
|
||||
testimonial: "Fantastic pastries with amazing coffee! Everything is fresh and the prices are fair. It's become my favorite weekend hangout spot.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-black-jacket_176474-101931.jpg?_wi=1",
|
||||
imageAlt: "Meera D. - Customer",
|
||||
},
|
||||
id: "5", name: "Meera D.", handle: "@meera_foodie", testimonial: "Fantastic pastries with amazing coffee! Everything is fresh and the prices are fair. It's become my favorite weekend hangout spot.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-black-jacket_176474-101931.jpg", imageAlt: "Meera D. - Customer"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Arun T.",
|
||||
handle: "@arun_professional",
|
||||
testimonial: "Professional, welcoming, and consistently excellent. I've had hundreds of coffees here and they maintain quality every single time!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-sign-language-outdoors-work_23-2148740319.jpg?_wi=1",
|
||||
imageAlt: "Arun T. - Customer",
|
||||
},
|
||||
id: "6", name: "Arun T.", handle: "@arun_professional", testimonial: "Professional, welcoming, and consistently excellent. I've had hundreds of coffees here and they maintain quality every single time!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-sign-language-outdoors-work_23-2148740319.jpg", imageAlt: "Arun T. - Customer"},
|
||||
]}
|
||||
showRating={true}
|
||||
textboxLayout="default"
|
||||
@@ -257,66 +178,46 @@ export default function HomePage() {
|
||||
description="Reach out to Atithi Cloud Cafe today. Whether you want to call for a quick order, get directions, or send a message, we're here to serve you!"
|
||||
buttons={[
|
||||
{
|
||||
text: "☎️ Call Us",
|
||||
href: "tel:+919876543210",
|
||||
},
|
||||
text: "☎️ Call Us", href: "tel:+919876543210"},
|
||||
{
|
||||
text: "📍 Get Directions",
|
||||
href: "https://maps.google.com/?q=Guruvayankere,+Dakshina+Kannada",
|
||||
},
|
||||
text: "📍 Get Directions", href: "https://maps.google.com/?q=Guruvayankere,+Dakshina+Kannada"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{
|
||||
variant: "noiseDiagonalGradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg"
|
||||
imageAlt="Atithi Cloud Cafe Location Map"
|
||||
logoText="Atithi Cloud Cafe"
|
||||
copyrightText="© 2025 Atithi Cloud Cafe | All rights reserved"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
label: "Menu", href: "/menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Get in Touch",
|
||||
items: [
|
||||
title: "Get in Touch", items: [
|
||||
{
|
||||
label: "☎️ Call Us",
|
||||
href: "tel:+919876543210",
|
||||
},
|
||||
label: "☎️ Call Us", href: "tel:+919876543210"},
|
||||
{
|
||||
label: "📍 Location",
|
||||
href: "https://maps.google.com/?q=Guruvayankere,+Dakshina+Kannada",
|
||||
},
|
||||
label: "📍 Location", href: "https://maps.google.com/?q=Guruvayankere,+Dakshina+Kannada"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -17,7 +17,7 @@ export default function ReviewsPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="noiseDiagonalGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -35,9 +35,7 @@ export default function ReviewsPage() {
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:+919876543210",
|
||||
}}
|
||||
text: "Call Now", href: "tel:+919876543210"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -47,71 +45,35 @@ export default function ReviewsPage() {
|
||||
<TestimonialCardThirteen
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Priya S.",
|
||||
handle: "@priya_local",
|
||||
testimonial:
|
||||
"Great coffee and a peaceful place to relax. The baristas are so friendly and the ambiance is perfect for working or catching up with friends!",
|
||||
rating: 5,
|
||||
id: "1", name: "Priya S.", handle: "@priya_local", testimonial:
|
||||
"Great coffee and a peaceful place to relax. The baristas are so friendly and the ambiance is perfect for working or catching up with friends!", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6773.jpg?_wi=2",
|
||||
imageAlt: "Priya S. - Customer",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6773.jpg", imageAlt: "Priya S. - Customer"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Rajesh M.",
|
||||
handle: "@rajesh_coffee",
|
||||
testimonial:
|
||||
"Best coffee in Guruvayankere! I visit almost every day. Their specialty drinks are exceptional and the service is always fast and warm.",
|
||||
rating: 5,
|
||||
id: "2", name: "Rajesh M.", handle: "@rajesh_coffee", testimonial:
|
||||
"Best coffee in Guruvayankere! I visit almost every day. Their specialty drinks are exceptional and the service is always fast and warm.", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-bearded-man-business-clothes-looking-camera_171337-11392.jpg?_wi=2",
|
||||
imageAlt: "Rajesh M. - Customer",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/happy-bearded-man-business-clothes-looking-camera_171337-11392.jpg", imageAlt: "Rajesh M. - Customer"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Anjali K.",
|
||||
handle: "@anjali_travels",
|
||||
testimonial:
|
||||
"Perfect spot for travelers! Found this hidden gem while visiting Guruvayankere. The cozy cafe atmosphere and premium quality coffee made my day.",
|
||||
rating: 5,
|
||||
id: "3", name: "Anjali K.", handle: "@anjali_travels", testimonial:
|
||||
"Perfect spot for travelers! Found this hidden gem while visiting Guruvayankere. The cozy cafe atmosphere and premium quality coffee made my day.", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/headshot-cute-girl-with-hair-bun-spending-lunch-break-restaurant-with-wooden-walls_273609-9037.jpg?_wi=2",
|
||||
imageAlt: "Anjali K. - Customer",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/headshot-cute-girl-with-hair-bun-spending-lunch-break-restaurant-with-wooden-walls_273609-9037.jpg", imageAlt: "Anjali K. - Customer"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Vikram P.",
|
||||
handle: "@vikram_student",
|
||||
testimonial:
|
||||
"My go-to study spot! The WiFi is good, coffee keeps me energized, and the staff never minds me sitting for hours. Highly recommended!",
|
||||
rating: 5,
|
||||
id: "4", name: "Vikram P.", handle: "@vikram_student", testimonial:
|
||||
"My go-to study spot! The WiFi is good, coffee keeps me energized, and the staff never minds me sitting for hours. Highly recommended!", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-smiling-woman-cafe-drinking-coffee-date-looking-camera_197531-22708.jpg?_wi=2",
|
||||
imageAlt: "Vikram P. - Customer",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/young-smiling-woman-cafe-drinking-coffee-date-looking-camera_197531-22708.jpg", imageAlt: "Vikram P. - Customer"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Meera D.",
|
||||
handle: "@meera_foodie",
|
||||
testimonial:
|
||||
"Fantastic pastries with amazing coffee! Everything is fresh and the prices are fair. It's become my favorite weekend hangout spot.",
|
||||
rating: 5,
|
||||
id: "5", name: "Meera D.", handle: "@meera_foodie", testimonial:
|
||||
"Fantastic pastries with amazing coffee! Everything is fresh and the prices are fair. It's become my favorite weekend hangout spot.", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-blonde-woman-black-jacket_176474-101931.jpg?_wi=2",
|
||||
imageAlt: "Meera D. - Customer",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/young-blonde-woman-black-jacket_176474-101931.jpg", imageAlt: "Meera D. - Customer"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Arun T.",
|
||||
handle: "@arun_professional",
|
||||
testimonial:
|
||||
"Professional, welcoming, and consistently excellent. I've had hundreds of coffees here and they maintain quality every single time!",
|
||||
rating: 5,
|
||||
id: "6", name: "Arun T.", handle: "@arun_professional", testimonial:
|
||||
"Professional, welcoming, and consistently excellent. I've had hundreds of coffees here and they maintain quality every single time!", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/businesswoman-using-sign-language-outdoors-work_23-2148740319.jpg?_wi=2",
|
||||
imageAlt: "Arun T. - Customer",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/businesswoman-using-sign-language-outdoors-work_23-2148740319.jpg", imageAlt: "Arun T. - Customer"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Customers Say"
|
||||
@@ -131,32 +93,17 @@ export default function ReviewsPage() {
|
||||
<FeatureCardThree
|
||||
features={[
|
||||
{
|
||||
id: "01",
|
||||
title: "Outstanding Quality",
|
||||
description:
|
||||
"Every cup is crafted with care using premium beans and fresh ingredients. We maintain consistent excellence across all our beverages.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/top-view-organic-latte-macchiato-with-milk_23-2148420327.jpg?_wi=5",
|
||||
imageAlt: "Premium specialty cappuccino",
|
||||
},
|
||||
id: "01", title: "Outstanding Quality", description:
|
||||
"Every cup is crafted with care using premium beans and fresh ingredients. We maintain consistent excellence across all our beverages.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/top-view-organic-latte-macchiato-with-milk_23-2148420327.jpg", imageAlt: "Premium specialty cappuccino"},
|
||||
{
|
||||
id: "02",
|
||||
title: "Exceptional Service",
|
||||
description:
|
||||
"Our trained baristas go above and beyond to provide personalized service. Your satisfaction is our priority every single time.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/empty-bench-restaurant_23-2147871253.jpg?_wi=3",
|
||||
imageAlt: "Cozy cafe interior",
|
||||
},
|
||||
id: "02", title: "Exceptional Service", description:
|
||||
"Our trained baristas go above and beyond to provide personalized service. Your satisfaction is our priority every single time.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/empty-bench-restaurant_23-2147871253.jpg", imageAlt: "Cozy cafe interior"},
|
||||
{
|
||||
id: "03",
|
||||
title: "Trusted by Many",
|
||||
description:
|
||||
"With 4.7★ rating from 124+ verified customers, we've built lasting trust through consistency, quality, and genuine hospitality.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/clear-drinking-glass-with-brown-liquid_209848-19.jpg?_wi=4",
|
||||
imageAlt: "Refreshing cold coffee beverage",
|
||||
},
|
||||
id: "03", title: "Trusted by Many", description:
|
||||
"With 4.7★ rating from 124+ verified customers, we've built lasting trust through consistency, quality, and genuine hospitality.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/clear-drinking-glass-with-brown-liquid_209848-19.jpg", imageAlt: "Refreshing cold coffee beverage"},
|
||||
]}
|
||||
title="Why Customers Keep Coming Back"
|
||||
description="Discover what makes Atithi Cloud Cafe the preferred choice for coffee lovers"
|
||||
@@ -180,18 +127,13 @@ export default function ReviewsPage() {
|
||||
description="Visit us today and discover why customers love Atithi Cloud Cafe. Whether you call ahead, visit in person, or send a message, we're here to welcome you!"
|
||||
buttons={[
|
||||
{
|
||||
text: "☎️ Call Us",
|
||||
href: "tel:+919876543210",
|
||||
},
|
||||
text: "☎️ Call Us", href: "tel:+919876543210"},
|
||||
{
|
||||
text: "📧 Contact Form",
|
||||
href: "#contact-form",
|
||||
},
|
||||
text: "📧 Contact Form", href: "#contact-form"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{
|
||||
variant: "noiseDiagonalGradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -199,72 +141,45 @@ export default function ReviewsPage() {
|
||||
{/* Footer */}
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg?_wi=5"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg"
|
||||
imageAlt="Atithi Cloud Cafe Location Map"
|
||||
logoText="Atithi Cloud Cafe"
|
||||
copyrightText="© 2025 Atithi Cloud Cafe | All rights reserved"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
label: "Menu", href: "/menu"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "/reviews",
|
||||
},
|
||||
label: "Reviews", href: "/reviews"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Get in Touch",
|
||||
items: [
|
||||
title: "Get in Touch", items: [
|
||||
{
|
||||
label: "☎️ Call Us",
|
||||
href: "tel:+919876543210",
|
||||
},
|
||||
label: "☎️ Call Us", href: "tel:+919876543210"},
|
||||
{
|
||||
label: "📍 Location",
|
||||
href: "https://maps.google.com/?q=Guruvayankere,+Dakshina+Kannada",
|
||||
},
|
||||
label: "📍 Location", href: "https://maps.google.com/?q=Guruvayankere,+Dakshina+Kannada"},
|
||||
{
|
||||
label: "📧 Contact Form",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "📧 Contact Form", href: "/contact"},
|
||||
{
|
||||
label: "⏰ Hours: 11 AM - 11 PM",
|
||||
href: "#",
|
||||
},
|
||||
label: "⏰ Hours: 11 AM - 11 PM", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/919876543210",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/919876543210"},
|
||||
{
|
||||
label: "Google Reviews",
|
||||
href: "https://google.com",
|
||||
},
|
||||
label: "Google Reviews", href: "https://google.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user