Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-06 17:11:47 +00:00

View File

@@ -15,7 +15,7 @@ export default function AboutPage() {
{ name: "Menu", id: "/menu" },
{ name: "About", id: "/about" },
{ name: "Reviews", id: "/reviews" },
{ name: "Contact", id: "contact" },
{ name: "Contact", id: "/contact" },
];
return (
@@ -44,23 +44,15 @@ export default function AboutPage() {
<InlineImageSplitTextAbout
heading={[
{
type: "text",
content: "European Elegance Meets",
},
type: "text", content: "European Elegance Meets"},
{
type: "text",
content: "Modern Craft Cocktails",
},
type: "text", content: "Modern Craft Cocktails"},
]}
buttons={[
{
text: "Learn Our Story",
href: "/about",
},
text: "Learn Our Story", href: "/about"},
{
text: "Call Now",
href: "tel:091751-67999",
},
text: "Call Now", href: "tel:091751-67999"},
]}
buttonAnimation="slide-up"
useInvertedBackground={false}
@@ -71,40 +63,22 @@ export default function AboutPage() {
<FeatureCardTwentyFour
features={[
{
id: "1",
title: "Our Philosophy",
author: "Crafted with Care",
description:
"We believe in bringing European culinary traditions to Kolhapur with a modern twist. Each dish is prepared with premium ingredients and attention to detail.",
tags: ["European", "Premium"],
id: "1", title: "Our Philosophy", author: "Crafted with Care", description:
"We believe in bringing European culinary traditions to Kolhapur with a modern twist. Each dish is prepared with premium ingredients and attention to detail.", tags: ["European", "Premium"],
imageSrc:
"http://img.b2bpic.net/free-photo/vertical-image-luxurious-dining-room-with-ornate-chairs-as-seen-through-open-door_181624-24717.jpg?_wi=4",
imageAlt: "Our Philosophy - Premium dining experience",
},
"http://img.b2bpic.net/free-photo/vertical-image-luxurious-dining-room-with-ornate-chairs-as-seen-through-open-door_181624-24717.jpg", imageAlt: "Our Philosophy - Premium dining experience"},
{
id: "2",
title: "Expert Team",
author: "Master Chefs",
description:
"Our team of experienced chefs combines traditional European techniques with innovative Asian fusion concepts to create unforgettable culinary experiences.",
tags: ["Expert", "Passionate"],
id: "2", title: "Expert Team", author: "Master Chefs", description:
"Our team of experienced chefs combines traditional European techniques with innovative Asian fusion concepts to create unforgettable culinary experiences.", tags: ["Expert", "Passionate"],
imageSrc:
"http://img.b2bpic.net/free-photo/woman-golden-suit-sits-cafe_8353-301.jpg?_wi=4",
imageAlt: "Expert Team - Passionate chefs",
},
"http://img.b2bpic.net/free-photo/woman-golden-suit-sits-cafe_8353-301.jpg", imageAlt: "Expert Team - Passionate chefs"},
{
id: "3",
title: "Local Impact",
author: "Community Focused",
description:
"We source ingredients from local suppliers and are committed to supporting Kolhapur's food community. Tales & Spirits is more than a restaurant—it's a gathering place.",
tags: ["Local", "Community"],
id: "3", title: "Local Impact", author: "Community Focused", description:
"We source ingredients from local suppliers and are committed to supporting Kolhapur's food community. Tales & Spirits is more than a restaurant—it's a gathering place.", tags: ["Local", "Community"],
imageSrc:
"http://img.b2bpic.net/free-photo/woman-cafe-drinks-cappuccino-from-glass-cup_169016-40734.jpg?_wi=4",
imageAlt: "Local Impact - Community gathering",
},
"http://img.b2bpic.net/free-photo/woman-cafe-drinks-cappuccino-from-glass-cup_169016-40734.jpg", imageAlt: "Local Impact - Community gathering"},
]}
title: "Our Story"
title="Our Story"
description="Discover what makes Tales & Spirits Bistro special and why we're Kolhapur's favorite dining destination."
tag="About Us"
textboxLayout="default"
@@ -117,42 +91,25 @@ export default function AboutPage() {
<ContactFaq
faqs={[
{
id: "1",
title: "What inspired the creation of Tales & Spirits?",
content:
"Tales & Spirits was born from a passion for European cuisine and the desire to bring a sophisticated dining experience to Kolhapur. We wanted to create a space where food lovers could enjoy premium dishes, handcrafted cocktails, and warm hospitality in an elegant atmosphere.",
},
id: "1", title: "What inspired the creation of Tales & Spirits?", content:
"Tales & Spirits was born from a passion for European cuisine and the desire to bring a sophisticated dining experience to Kolhapur. We wanted to create a space where food lovers could enjoy premium dishes, handcrafted cocktails, and warm hospitality in an elegant atmosphere."},
{
id: "2",
title: "How do you source your ingredients?",
content:
"We partner with trusted local suppliers and premium vendors to source the freshest ingredients. Our menu changes seasonally to reflect the best available produce, and we prioritize quality over quantity in every dish we create.",
},
id: "2", title: "How do you source your ingredients?", content:
"We partner with trusted local suppliers and premium vendors to source the freshest ingredients. Our menu changes seasonally to reflect the best available produce, and we prioritize quality over quantity in every dish we create."},
{
id: "3",
title: "Do you offer private events or catering?",
content:
"Yes! We offer private dining experiences and catering for special events. Our team can customize a menu to match your preferences. Contact us at 091751 67999 to discuss your event requirements.",
},
id: "3", title: "Do you offer private events or catering?", content:
"Yes! We offer private dining experiences and catering for special events. Our team can customize a menu to match your preferences. Contact us at 091751 67999 to discuss your event requirements."},
{
id: "4",
title: "What makes your cocktails special?",
content:
"Our mixologists craft signature cocktails using premium spirits, fresh fruits, and house-made syrups. Each drink is a work of art designed to complement our food offerings perfectly.",
},
id: "4", title: "What makes your cocktails special?", content:
"Our mixologists craft signature cocktails using premium spirits, fresh fruits, and house-made syrups. Each drink is a work of art designed to complement our food offerings perfectly."},
{
id: "5",
title: "How can I stay updated with new dishes?",
content:
"Follow us on Instagram and Facebook @talesnspirits for menu updates, special events, and behind-the-scenes content. Subscribe to our newsletter for exclusive offers and new seasonal creations.",
},
id: "5", title: "How can I stay updated with new dishes?", content:
"Follow us on Instagram and Facebook @talesnspirits for menu updates, special events, and behind-the-scenes content. Subscribe to our newsletter for exclusive offers and new seasonal creations."},
]}
ctaTitle="Plan Your Visit"
ctaDescription="Have questions about Tales & Spirits? Get in touch with our team today."
ctaButton={{
text: "Reserve Table",
href: "#",
}}
text: "Reserve Table", href: "#"}}
ctaIcon={Phone}
useInvertedBackground={false}
animationType="slide-up"
@@ -168,19 +125,13 @@ export default function AboutPage() {
socialLinks={[
{
icon: Instagram,
href: "https://www.instagram.com",
ariaLabel: "Instagram",
},
href: "https://www.instagram.com", ariaLabel: "Instagram"},
{
icon: Facebook,
href: "https://www.facebook.com",
ariaLabel: "Facebook",
},
href: "https://www.facebook.com", ariaLabel: "Facebook"},
{
icon: MapPin,
href: "https://www.google.com/maps",
ariaLabel: "Google Maps",
},
href: "https://www.google.com/maps", ariaLabel: "Google Maps"},
]}
/>
</div>