Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 13:23:58 +00:00

View File

@@ -45,14 +45,17 @@ export default function LandingPage() {
description="Welcome to Cafe Oktober, where exquisite cuisine meets warm hospitality. Discover an unforgettable dining experience with our carefully curated menu and elegant ambiance."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg", alt: "Guest 1"},
src: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg", alt: "Guest 1"
},
{
src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", alt: "Guest 2"},
src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", alt: "Guest 2"
},
{
src: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg", alt: "Guest 3"},
src: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg", alt: "Guest 3"
},
]}
avatarText="Loved by 725+ satisfied guests"
background={{ variant: "circleGradient" }}
background={{ variant: "downward-rays-static" }}
buttons={[
{ text: "Reserve Now", href: "#contact" },
{ text: "Order Online", href: "#features" },
@@ -66,7 +69,8 @@ export default function LandingPage() {
<TextSplitAbout
title="Our Story"
description={[
"At Cafe Oktober, we believe that great food brings people together. Located in the heart of North Bongaigaon, our restaurant has become a cherished destination for those seeking authentic flavors and exceptional dining experiences.", "With a passion for quality ingredients and culinary innovation, our team crafts every dish with care and precision. From traditional Indian favorites to continental delights, we offer a menu that celebrates diverse tastes and culinary traditions.", "Join us for a memorable meal where every detail matters—from our carefully selected ambiance to our attentive service that makes every guest feel special."]}
"At Cafe Oktober, we believe that great food brings people together. Located in the heart of North Bongaigaon, our restaurant has become a cherished destination for those seeking authentic flavors and exceptional dining experiences.", "With a passion for quality ingredients and culinary innovation, our team crafts every dish with care and precision. From traditional Indian favorites to continental delights, we offer a menu that celebrates diverse tastes and culinary traditions.", "Join us for a memorable meal where every detail matters—from our carefully selected ambiance to our attentive service that makes every guest feel special."
]}
buttons={[
{ text: "View Full Menu", href: "#features" },
{ text: "Make a Reservation", href: "#contact" },
@@ -87,11 +91,14 @@ export default function LandingPage() {
tagAnimation="slide-up"
features={[
{
title: "Cappuccino", description: "Perfectly crafted Italian-style cappuccino with rich espresso and velvety steamed milk, topped with a delicate layer of cocoa powder.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-cappuccino-table_140725-7268.jpg?_wi=1", imageAlt: "Cappuccino"},
title: "Cappuccino", description: "Perfectly crafted Italian-style cappuccino with rich espresso and velvety steamed milk, topped with a delicate layer of cocoa powder.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-cappuccino-table_140725-7268.jpg", imageAlt: "Cappuccino"
},
{
title: "Paneer Tikka", description: "Tender paneer cheese marinated in aromatic spices and grilled to perfection, served with fresh mint chutney and lemon wedges.", imageSrc: "http://img.b2bpic.net/free-psd/delicious-grilled-paneer-tikka-cubes-wooden-plate_84443-75848.jpg?_wi=1", imageAlt: "Paneer Tikka"},
title: "Paneer Tikka", description: "Tender paneer cheese marinated in aromatic spices and grilled to perfection, served with fresh mint chutney and lemon wedges.", imageSrc: "http://img.b2bpic.net/free-psd/delicious-grilled-paneer-tikka-cubes-wooden-plate_84443-75848.jpg", imageAlt: "Paneer Tikka"
},
{
title: "Spaghetti Alio Olio", description: "Classic Italian pasta with garlic and premium olive oil, finished with fresh herbs and a touch of red chili for subtle heat.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-italian-food_23-2148202546.jpg?_wi=1", imageAlt: "Spaghetti Alio Olio"},
title: "Spaghetti Alio Olio", description: "Classic Italian pasta with garlic and premium olive oil, finished with fresh herbs and a touch of red chili for subtle heat.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-italian-food_23-2148202546.jpg", imageAlt: "Spaghetti Alio Olio"
},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -113,13 +120,16 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Cafe Oktober", name: "American Crispy Corn", price: "₹280", rating: 5,
reviewCount: "3", imageSrc: "http://img.b2bpic.net/free-photo/fresh-cappuccino-table_140725-7268.jpg?_wi=2", imageAlt: "American Crispy Corn"},
reviewCount: "3", imageSrc: "http://img.b2bpic.net/free-photo/fresh-cappuccino-table_140725-7268.jpg", imageAlt: "American Crispy Corn"
},
{
id: "2", brand: "Cafe Oktober", name: "Blue Love Mocktail", price: "₹220", rating: 5,
reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-psd/delicious-grilled-paneer-tikka-cubes-wooden-plate_84443-75848.jpg?_wi=2", imageAlt: "Blue Love Mocktail"},
reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-psd/delicious-grilled-paneer-tikka-cubes-wooden-plate_84443-75848.jpg", imageAlt: "Blue Love Mocktail"
},
{
id: "3", brand: "Cafe Oktober", name: "Veg Pulao", price: "₹320", rating: 5,
reviewCount: "2", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-italian-food_23-2148202546.jpg?_wi=2", imageAlt: "Veg Pulao"},
reviewCount: "2", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-italian-food_23-2148202546.jpg", imageAlt: "Veg Pulao"
},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -140,22 +150,22 @@ export default function LandingPage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1", name: "Sarah Johnson", role: "Regular Guest", testimonial: "Everything was 5/5 for food, atmosphere, and service. The only suggestion I have is to please use a POS machine so that card payments are also possible.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=1", imageAlt: "Sarah Johnson", icon: Heart,
id: "1", name: "Sarah Johnson", role: "Regular Guest", testimonial: "Everything was 5/5 for food, atmosphere, and service. The only suggestion I have is to please use a POS machine so that card payments are also possible.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageAlt: "Sarah Johnson", icon: Heart,
},
{
id: "2", name: "Michael Chen", role: "Food Critic", testimonial: "Beautiful interior and a nice atmosphere to sit down and have your food. The culinary presentation is exceptional and the flavors are authentic.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Michael Chen", icon: Award,
},
{
id: "3", name: "Emily Rodriguez", role: "Hospitality Expert", testimonial: "Awesome ambiance and delicious food. The staff goes above and beyond to ensure every guest feels welcomed and valued. A must-visit destination.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=2", imageAlt: "Emily Rodriguez", icon: ThumbsUp,
id: "3", name: "Emily Rodriguez", role: "Hospitality Expert", testimonial: "Awesome ambiance and delicious food. The staff goes above and beyond to ensure every guest feels welcomed and valued. A must-visit destination.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageAlt: "Emily Rodriguez", icon: ThumbsUp,
},
{
id: "4", name: "David Kim", role: "Local Resident", testimonial: "Cafe Oktober has become my favorite spot for celebrations and casual dinners. The consistency in quality and service keeps me coming back.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg?_wi=1", imageAlt: "David Kim", icon: Smile,
id: "4", name: "David Kim", role: "Local Resident", testimonial: "Cafe Oktober has become my favorite spot for celebrations and casual dinners. The consistency in quality and service keeps me coming back.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", imageAlt: "David Kim", icon: Smile,
},
{
id: "5", name: "Jessica Anderson", role: "Event Coordinator", testimonial: "Perfect venue for gatherings! The flexible seating, excellent menu options, and professional service made our event truly memorable.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=3", imageAlt: "Jessica Anderson", icon: Star,
id: "5", name: "Jessica Anderson", role: "Event Coordinator", testimonial: "Perfect venue for gatherings! The flexible seating, excellent menu options, and professional service made our event truly memorable.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageAlt: "Jessica Anderson", icon: Star,
},
{
id: "6", name: "James Wilson", role: "Business Owner", testimonial: "Great for business meetings and client entertainment. The ambiance is sophisticated yet comfortable, and the outdoor seating is a nice touch.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg?_wi=2", imageAlt: "James Wilson", icon: Briefcase,
id: "6", name: "James Wilson", role: "Business Owner", testimonial: "Great for business meetings and client entertainment. The ambiance is sophisticated yet comfortable, and the outdoor seating is a nice touch.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", imageAlt: "James Wilson", icon: Briefcase,
},
]}
gridVariant="uniform-all-items-equal"
@@ -175,7 +185,8 @@ export default function LandingPage() {
tagIcon={Users}
tagAnimation="slide-up"
names={[
"Fine Dining Enthusiasts", "Local Food Communities", "Corporate Event Planners", "Wedding Celebration Hosts", "Restaurant Critics", "Family Gathering Lovers", "Business Professionals", "Travel Food Bloggers"]}
"Fine Dining Enthusiasts", "Local Food Communities", "Corporate Event Planners", "Wedding Celebration Hosts", "Restaurant Critics", "Family Gathering Lovers", "Business Professionals", "Travel Food Bloggers"
]}
textboxLayout="default"
useInvertedBackground={false}
speed={40}
@@ -188,7 +199,7 @@ export default function LandingPage() {
<ContactText
text="Ready for an unforgettable dining experience? Reserve your table at Cafe Oktober today and indulge in culinary excellence."
animationType="reveal-blur"
background={{ variant: "circleGradient" }}
background={{ variant: "downward-rays-static" }}
useInvertedBackground={true}
buttons={[
{ text: "Reserve Now", href: "tel:07002334058" },