Merge version_1 into main #5

Merged
bender merged 3 commits from version_1 into main 2026-06-03 12:17:50 +00:00
3 changed files with 24 additions and 31 deletions

View File

@@ -54,13 +54,13 @@ export default function BlogPage() {
tagIcon={PenLine}
blogs={[
{
id: "blog-post-1", category: "Seasonal", title: "Autumn Flavors: A Harvest of Inspiration", excerpt: "Discover how we incorporate the bounty of fall into our exquisite new menu.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-tomatoes_23-2149128088.jpg", imageAlt: "seasonal ingredients autumn dish", authorName: "Chef Gavin Kaysen", date: "October 26, 2024"
id: "blog-post-1", category: "Seasonal", title: "Autumn Flavors: A Harvest of Inspiration", excerpt: "Discover how we incorporate the bounty of fall into our exquisite new menu.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-tomatoes_23-2149128088.jpg", imageAlt: "seasonal ingredients autumn dish", authorName: "Chef Gavin Kaysen", date: "October 26, 2024", authorAvatar: "http://img.b2bpic.net/free-photo/happy-young-elegant-man-smiling_23-2148332976.jpg"
},
{
id: "blog-post-2", category: "Interviews", title: "Behind the Pass: A Chat with Our Sous Chef", excerpt: "Get to know Emily Johnson, her culinary philosophy, and what drives her passion.", imageSrc: "http://img.b2bpic.net/free-photo/person-eating-seaweed-snacks_23-2150519990.jpg", imageAlt: "chef interview kitchen background", authorName: "Spoon & Stable Team", date: "September 15, 2024"
id: "blog-post-2", category: "Interviews", title: "Behind the Pass: A Chat with Our Sous Chef", excerpt: "Get to know Emily Johnson, her culinary philosophy, and what drives her passion.", imageSrc: "http://img.b2bpic.net/free-photo/person-eating-seaweed-snacks_23-2150519990.jpg", imageAlt: "chef interview kitchen background", authorName: "Spoon & Stable Team", date: "September 15, 2024", authorAvatar: "http://img.b2bpic.net/free-photo/young-woman-taking-selfie_23-2148558145.jpg"
},
{
id: "blog-post-3", category: "Pairings", title: "The Art of Wine Pairing: Our Sommelier's Secrets", excerpt: "Sophia Rodriguez shares her tips for matching the perfect wine with any dish.", imageSrc: "http://img.b2bpic.net/free-photo/shelves-with-wine-bottles_1398-5007.jpg", imageAlt: "wine pairing elegant dinner", authorName: "Sophia Rodriguez", date: "August 10, 2024"
id: "blog-post-3", category: "Pairings", title: "The Art of Wine Pairing: Our Sommelier's Secrets", excerpt: "Sophia Rodriguez shares her tips for matching the perfect wine with any dish.", imageSrc: "http://img.b2bpic.net/free-photo/shelves-with-wine-bottles_1398-5007.jpg", imageAlt: "wine pairing elegant dinner", authorName: "Sophia Rodriguez", date: "August 10, 2024", authorAvatar: "http://img.b2bpic.net/free-photo/young-woman-taking-selfie_23-2148558145.jpg"
}
]}
/>
@@ -77,13 +77,13 @@ export default function BlogPage() {
tagIcon={BookOpen}
blogs={[
{
id: "blog-post-4", category: "Desserts", title: "Sweet Endings: Crafting Our Signature Desserts", excerpt: "A look into the meticulous process behind our beloved dessert creations.", imageSrc: "http://img.b2bpic.net/free-photo/mature-old-baker-wearing-apron-using-flour-food-recipe-retired-senior-chef-with-bonete-uniform-sprinkling-sieving-sifting-raw-ingredients-by-hand-baking-homemade-pizza-bread_482257-14396.jpg", imageAlt: "baking ingredients dessert preparation", authorName: "Pastry Chef", date: "July 22, 2024"
id: "blog-post-4", category: "Desserts", title: "Sweet Endings: Crafting Our Signature Desserts", excerpt: "A look into the meticulous process behind our beloved dessert creations.", imageSrc: "http://img.b2bpic.net/free-photo/mature-old-baker-wearing-apron-using-flour-food-recipe-retired-senior-chef-with-bonete-uniform-sprinkling-sieving-sifting-raw-ingredients-by-hand-baking-homemade-pizza-bread_482257-14396.jpg", imageAlt: "baking ingredients dessert preparation", authorName: "Pastry Chef", date: "July 22, 2024", authorAvatar: "http://img.b2bpic.net/free-photo/young-woman-taking-selfie_23-2148558145.jpg"
},
{
id: "blog-post-5", category: "Events", title: "Celebrating Milestones: Your Special Occasions at S&S", excerpt: "How we help make birthdays, anniversaries, and gatherings truly special.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-meeting-restaurant_23-2150520047.jpg", imageAlt: "restaurant anniversary celebration", authorName: "Event Coordinator", date: "June 5, 2024"
id: "blog-post-5", category: "Events", title: "Celebrating Milestones: Your Special Occasions at S&S", excerpt: "How we help make birthdays, anniversaries, and gatherings truly special.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-meeting-restaurant_23-2150520047.jpg", imageAlt: "restaurant anniversary celebration", authorName: "Event Coordinator", date: "June 5, 2024", authorAvatar: "http://img.b2bpic.net/free-photo/happy-young-elegant-man-smiling_23-2148332976.jpg"
},
{
id: "blog-post-6", category: "Health", title: "Mindful Dining: Balanced Flavors for a Wholesome Experience", excerpt: "Exploring our commitment to fresh, healthy ingredients without compromising on taste.", imageSrc: "http://img.b2bpic.net/free-photo/fish-salad-salmon-cucumber-apple-mashed-avocado-side-view_141793-3726.jpg", imageAlt: "artistic food photography gourmet", authorName: "Nutrition Expert", date: "May 18, 2024"
id: "blog-post-6", category: "Health", title: "Mindful Dining: Balanced Flavors for a Wholesome Experience", excerpt: "Exploring our commitment to fresh, healthy ingredients without compromising on taste.", imageSrc: "http://img.b2bpic.net/free-photo/fish-salad-salmon-cucumber-apple-mashed-avocado-side-view_141793-3726.jpg", imageAlt: "artistic food photography gourmet", authorName: "Nutrition Expert", date: "May 18, 2024", authorAvatar: "http://img.b2bpic.net/free-photo/young-woman-taking-selfie_23-2148558145.jpg"
}
]}
/>

View File

@@ -5,8 +5,8 @@ import ReactLenis from "lenis/react";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import FooterCard from '@/components/sections/footer/FooterCard';
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen/FeatureCardSixteen';
import { Users, Coins, TrendingUp, Facebook, Instagram, Twitter } from "lucide-react";
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import { Users, Coins, TrendingUp, Facebook, Instagram, Twitter, UtensilsCrossed, Wine, PartyPopper, ClipboardList } from "lucide-react";
export default function PricingPage() {
const navItems = [
@@ -75,21 +75,19 @@ export default function PricingPage() {
</div>
<div id="comparison-benefits" data-section="comparison-benefits">
<FeatureCardSixteen
<FeatureCardTwentySix
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
title="Why Choose Spoon and Stable?"
description="Compare our offerings to ensure an unparalleled dining experience."
tag="Benefits"
negativeCard={{
title: "Standard Dining", items: [
"Limited menu customization", "Standard wine list access", "Public seating only"],
}}
positiveCard={{
title: "Spoon and Stable Experience", items: [
"Tailored seasonal menus", "Expert sommelier pairings", "Exclusive private rooms", "Personalized event coordination"],
}}
features={[
{ title: "Tailored Menus", description: "Enjoy customized seasonal menus crafted just for you.", buttonIcon: UtensilsCrossed },
{ title: "Expert Pairings", description: "Our sommelier provides expert wine and beverage pairings.", buttonIcon: Wine },
{ title: "Private Rooms", description: "Access exclusive private dining rooms for intimate events.", buttonIcon: PartyPopper },
{ title: "Event Coordination", description: "Benefit from personalized event planning and coordination.", buttonIcon: ClipboardList }
]}
/>
</div>

View File

@@ -4,8 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import FooterCard from '@/components/sections/footer/FooterCard';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen/TestimonialCardThirteen';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix/TestimonialCardSix';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import { Star, MessageSquare, Facebook, Instagram, Twitter } from "lucide-react";
export default function TestimonialsPage() {
@@ -43,34 +42,30 @@ export default function TestimonialsPage() {
</div>
<div id="testimonial-featured" data-section="testimonial-featured">
<TestimonialCardThirteen
<TestimonialCardTwo
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
showRating={true}
title="Voices of Delight: Featured Reviews"
description="Read what our guests are saying about their unforgettable experiences at Spoon and Stable."
tag="Reviews"
tagIcon={Star}
testimonials={[
{
id: "test-1", name: "Emily R.", handle: "@emilyeatsmpls", testimonial: "Absolutely incredible! Every dish was a work of art and tasted even better. The service was impeccable. A must-visit for any food lover.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-taking-selfie_23-2148558145.jpg", imageAlt: "Emily R. headshot"
id: "test-1", name: "Emily R.", role: "Food Critic", testimonial: "Absolutely incredible! Every dish was a work of art and tasted even better. The service was impeccable. A must-visit for any food lover.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-taking-selfie_23-2148558145.jpg", imageAlt: "Emily R. headshot"
},
{
id: "test-2", name: "Mark T.", handle: "@mark_travels", testimonial: "The ambiance and attention to detail here are unmatched. Perfect for a special occasion. The tasting menu was a journey of flavors.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-thoughtful-professional_329181-12799.jpg", imageAlt: "Mark T. headshot"
id: "test-2", name: "Mark T.", role: "Local Guide", testimonial: "The ambiance and attention to detail here are unmatched. Perfect for a special occasion. The tasting menu was a journey of flavors.", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-thoughtful-professional_329181-12799.jpg", imageAlt: "Mark T. headshot"
},
{
id: "test-3", name: "Sophia L.", handle: "@mpls_foodie", testimonial: "From the appetizers to dessert, everything was divine. The wine pairing recommendations were spot on. Can't wait to come back!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-blond-businesswoman-suit-smiles-camera-sits-outdoors-near-office-buildings_1258-116714.jpg", imageAlt: "Sophia L. headshot"
id: "test-3", name: "Sophia L.", role: "Food Blogger", testimonial: "From the appetizers to dessert, everything was divine. The wine pairing recommendations were spot on. Can't wait to come back!", imageSrc: "http://img.b2bpic.net/free-photo/confident-blond-businesswoman-suit-smiles-camera-sits-outdoors-near-office-buildings_1258-116714.jpg", imageAlt: "Sophia L. headshot"
}
]}
/>
</div>
<div id="testimonial-gallery" data-section="testimonial-gallery">
<TestimonialCardSix
<TestimonialCardTwo
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
@@ -80,13 +75,13 @@ export default function TestimonialsPage() {
tagIcon={MessageSquare}
testimonials={[
{
id: "test-4", name: "Chris P.", handle: "@chris_dines", testimonial: "A true culinary gem in Minneapolis! Every visit is consistently excellent. The staff makes you feel right at home.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-sofa_329181-4317.jpg", imageAlt: "Chris P. headshot", icon: Star
id: "test-4", name: "Chris P.", role: "Diner", testimonial: "A true culinary gem in Minneapolis! Every visit is consistently excellent. The staff makes you feel right at home.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-sofa_329181-4317.jpg", imageAlt: "Chris P. headshot", icon: Star
},
{
id: "test-5", name: "Jessica W.", handle: "@jessica_food", testimonial: "Loved the seasonal special! The flavors were so fresh and balanced. It's clear a lot of thought goes into each dish.", imageSrc: "http://img.b2bpic.net/free-photo/woman-studio-front-view_23-2148846674.jpg", imageAlt: "Jessica W. headshot", icon: Star
id: "test-5", name: "Jessica W.", role: "Food Enthusiast", testimonial: "Loved the seasonal special! The flavors were so fresh and balanced. It's clear a lot of thought goes into each dish.", imageSrc: "http://img.b2bpic.net/free-photo/woman-studio-front-view_23-2148846674.jpg", imageAlt: "Jessica W. headshot", icon: Star
},
{
id: "test-6", name: "Robert D.", handle: "@robert_eats", testimonial: "Outstanding service and an unforgettable meal. The atmosphere is sophisticated yet comfortable. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Robert D. headshot", icon: Star
id: "test-6", name: "Robert D.", role: "Restaurant Reviewer", testimonial: "Outstanding service and an unforgettable meal. The atmosphere is sophisticated yet comfortable. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Robert D. headshot", icon: Star
}
]}
/>