3 Commits

Author SHA1 Message Date
3112c34be3 Update src/app/page.tsx 2026-03-22 14:10:35 +00:00
fa4ed5aea6 Update src/app/page.tsx 2026-03-22 14:06:12 +00:00
c96143a708 Merge version_1 into main
Merge version_1 into main
2026-03-17 02:14:47 +00:00

View File

@@ -9,7 +9,7 @@ import FeatureCardTen from "@/components/sections/feature/FeatureCardTen";
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
import { Calendar, Check, ChefHat, Heart, Lightbulb, MessageSquare, Sparkles, Users, Utensils, Zap } from "lucide-react";
import { Package, Zap, Shield, Award, Star, TrendingUp, Users, Lightbulb } from "lucide-react";
export default function LandingPage() {
return (
@@ -27,81 +27,81 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
brandName="Chef's Table"
brandName="Nova Ventures"
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Dishes", id: "dishes" },
{ name: "Products", id: "products" },
{ name: "Services", id: "services" },
{ name: "Contact", id: "contact" }
]}
button={{ text: "Reserve Now", href: "#contact" }}
button={{ text: "Get Started", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
title="Culinary Excellence Crafted with Passion"
description="Experience refined gastronomy through innovative techniques, premium ingredients, and decades of culinary mastery. Every dish tells a story of dedication, creativity, and authentic flavors."
tag="Bespoke Culinary Services"
tagIcon={ChefHat}
title="Innovative Products for Modern Business"
description="Discover premium solutions designed to transform your operations. At Nana Ventures, we deliver cutting-edge products that drive efficiency, growth, and success. Experience the future of business innovation."
tag="Industry Leading Solutions"
tagIcon={Package}
tagAnimation="slide-up"
buttons={[
{ text: "View Menu", href: "#dishes" },
{ text: "Book a Service", href: "#contact" }
{ text: "Explore Products", href: "#products" },
{ text: "Learn More", href: "#about" }
]}
buttonAnimation="slide-up"
carouselItems={[
{
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-with-fresh-vegetables_140725-2439.jpg", imageAlt: "Gourmet plated dish with fine dining presentation"
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/business-elements-still-life_23-2149191881.jpg", imageAlt: "Business productivity technology"
},
{
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-table-arrangement-with-plant_23-2148914884.jpg", imageAlt: "Upscale restaurant private dining ambiance"
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/business-partners-discussing-project-office_23-2147854342.jpg", imageAlt: "Professional collaboration and innovation"
},
{
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-cake-white-plate-with-red-tablecloth_114579-29652.jpg", imageAlt: "Farm to table fresh ingredients cooking"
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/business-concept-brainstorming_23-2148204552.jpg", imageAlt: "Strategic planning and growth"
},
{
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/cook-cutting-roasted-meat-board-near-salad_23-2148040154.jpg", imageAlt: "Fine dining wine glass elegant table"
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/business-partners-shaking-hands_23-2148912702.jpg", imageAlt: "Partnership and commitment"
},
{
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149728034.jpg", imageAlt: "Chef credentials culinary school training professional"
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/group-business-people-standing-together_23-2147596277.jpg", imageAlt: "Team excellence and unity"
},
{
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/baker-woman-rolling-dough-home-infront-video-camera-explaining-recipe-step-by-step-retired-blogger-chef-influencer-using-internet-technology-communicating-social-media-with-digital-equipment_482257-14477.jpg", imageAlt: "Molecular gastronomy modern cuisine technique"
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/business-team-putting-hands-together_23-2148902159.jpg", imageAlt: "Collective success and momentum"
}
]}
autoPlay={true}
autoPlayInterval={5000}
background={{ variant: "radial-gradient" }}
ariaLabel="Hero section showcase of culinary artistry"
ariaLabel="Hero section showcasing Nana Ventures innovative products"
/>
</div>
<div id="about" data-section="about">
<MediaAbout
tag="Chef's Journey"
tagIcon={Heart}
tag="About Nana Ventures"
tagIcon={Award}
tagAnimation="slide-up"
title="Mastering the Art of Fine Cuisine"
description="With over 20 years of experience in Michelin-starred kitchens across Europe, I've dedicated my life to creating unforgettable culinary experiences. My approach combines classical training with innovative techniques, always respecting the integrity of premium ingredients and authentic flavors."
imageSrc="http://img.b2bpic.net/free-photo/serene-businessman-with-glasses_1098-719.jpg"
imageAlt="Professional chef portrait cooking uniform"
title="Leading Innovation in Product Solutions"
description="Nana Ventures is committed to delivering world-class products that empower businesses to achieve their goals. With a focus on quality, innovation, and customer satisfaction, we've built a reputation for excellence across diverse industries. Our team of experts is dedicated to providing solutions that drive measurable results and long-term value."
imageSrc="http://img.b2bpic.net/free-photo/businessman-working-laptop_23-2147854341.jpg"
imageAlt="Professional business leader"
useInvertedBackground={false}
buttons={[{ text: "Learn More", href: "#services" }]}
buttons={[{ text: "Our Story", href: "#services" }]}
buttonAnimation="slide-up"
ariaLabel="About the chef section"
ariaLabel="About Nana Ventures section"
/>
</div>
<div id="dishes" data-section="dishes">
<div id="products" data-section="products">
<ProductCardThree
title="Signature Dishes"
description="Curated selections of my most celebrated creations, each reflecting years of refinement and a commitment to excellence."
tag="Menu Highlights"
tagIcon={Sparkles}
title="Featured Products"
description="Carefully curated products designed to meet your business needs. Each solution represents our commitment to innovation, quality, and performance."
tag="Product Catalog"
tagIcon={Zap}
tagAnimation="slide-up"
buttons={[{ text: "Full Menu", href: "#contact" }]}
buttons={[{ text: "View All Products", href: "#contact" }]}
buttonAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={true}
@@ -109,86 +109,86 @@ export default function LandingPage() {
animationType="slide-up"
products={[
{
id: "dish-1", name: "Pan-Seared Scallops", price: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/zucchini-salad-with-herbs-tomato-sauce_114579-2187.jpg", imageAlt: "Pan-seared scallops with elegant plating", initialQuantity: 1
id: "product-1", name: "Premium Solution Pro", price: "$299/mo", imageSrc: "http://img.b2bpic.net/free-photo/business-software-technology_23-2148201847.jpg", imageAlt: "Premium business solution", initialQuantity: 1
},
{
id: "dish-2", name: "Dry-Aged Beef", price: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-vegetablesin-plate_140725-759.jpg", imageAlt: "Prime beef tenderloin with artistic plating", initialQuantity: 1
id: "product-2", name: "Enterprise Hub Suite", price: "$699/mo", imageSrc: "http://img.b2bpic.net/free-photo/business-network-infrastructure_23-2148202145.jpg", imageAlt: "Enterprise management platform", initialQuantity: 1
},
{
id: "dish-3", name: "Seasonal Vegetables", price: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/front-view-meaty-soup-with-greens-potatoes-dark-desk-dish-meat-food-tree-soup_140725-79074.jpg", imageAlt: "Artistic vegetable tasting course", initialQuantity: 1
id: "product-3", name: "Growth Analytics Plus", price: "$199/mo", imageSrc: "http://img.b2bpic.net/free-photo/data-analytics-dashboard_23-2148202847.jpg", imageAlt: "Analytics and reporting tool", initialQuantity: 1
}
]}
ariaLabel="Signature dishes section"
ariaLabel="Featured products section"
/>
</div>
<div id="services" data-section="services">
<FeatureCardTen
title="Services & Offerings"
description="Comprehensive culinary solutions tailored to your needs, from intimate private dinners to large-scale events."
tag="What We Offer"
tagIcon={Utensils}
title="Why Choose Nana Ventures"
description="Discover the key advantages that set us apart. We're committed to delivering exceptional value and support to every client."
tag="Our Strengths"
tagIcon={Star}
tagAnimation="slide-up"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
features={[
{
id: "service-1", title: "Private Dining", description: "Intimate culinary experiences in your home or exclusive venue, completely customized to your preferences.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/disgusted-woman-tasting-snacks-buffet-reception_1262-1806.jpg", imageAlt: "Private dinner party elegant table setting"
id: "strength-1", title: "Proven Reliability", description: "Trusted by thousands of businesses worldwide with consistent performance and uptime guarantees.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/business-success-chart_23-2148203456.jpg", imageAlt: "Reliability and stability"
},
reverse: false,
items: [
{ icon: Users, text: "Personal attention to detail" },
{ icon: Check, text: "Custom menu design" }
{ icon: Shield, text: "Enterprise security" },
{ icon: TrendingUp, text: "99.9% uptime" }
]
},
{
id: "service-2", title: "Event Catering", description: "Professional catering services for corporate functions, weddings, and celebrations of all sizes.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/man-hands-decorating-table-with-fir-tree-branch_23-2147969387.jpg", imageAlt: "Corporate catering event professional service"
id: "strength-2", title: "Expert Support Team", description: "Dedicated professionals available 24/7 to ensure your success and resolve any challenges quickly.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/customer-support-team_23-2148203789.jpg", imageAlt: "Professional support services"
},
reverse: true,
items: [
{ icon: Calendar, text: "Full event coordination" },
{ icon: Sparkles, text: "Premium service standards" }
{ icon: Users, text: "Dedicated account managers" },
{ icon: Lightbulb, text: "Strategic guidance" }
]
},
{
id: "service-3", title: "Culinary Consultancy", description: "Expert guidance for restaurant concepts, menu development, and kitchen optimization.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/fancy-wedding-table-decorated-with-flowers_181624-27069.jpg", imageAlt: "Wedding reception dinner elegant setting"
id: "strength-3", title: "Continuous Innovation", description: "Constantly evolving our products with cutting-edge technology and features to keep you ahead of the competition.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/innovation-technology-lab_23-2148204123.jpg", imageAlt: "Innovation and development"
},
reverse: false,
items: [
{ icon: Lightbulb, text: "Innovative menu concepts" },
{ icon: Zap, text: "Operational excellence" }
{ icon: Zap, text: "Latest technology" },
{ icon: Award, text: "Industry leading" }
]
}
]}
ariaLabel="Services and offerings section"
ariaLabel="Services and strengths section"
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFive
title="Client Testimonials"
description="Hear from those who have experienced the artistry and professionalism firsthand."
tag="Client Reviews"
tagIcon={MessageSquare}
title="Client Success Stories"
description="See how Nana Ventures has transformed businesses and driven exceptional results."
tag="Real Results"
tagIcon={Star}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{
id: "testimonial-1", name: "Victoria Laurent", date: "November 2024", title: "Event Director", quote: "The private dinner was absolutely transformative. Every dish was a masterpiece, and the attention to detail was exceptional. Our guests are still talking about it.", tag: "Private Dining", avatarSrc: "http://img.b2bpic.net/free-photo/studio-portrait-elegant-black-american-male-dressed-suit-grey-vignette-background_613910-9479.jpg", avatarAlt: "Victoria Laurent"
id: "testimonial-1", name: "Sarah Johnson", date: "November 2024", title: "CEO, Tech Innovations Ltd", quote: "Nana Ventures transformed our operations completely. The products are intuitive, reliable, and the ROI has been phenomenal. Highly recommended.", tag: "Enterprise Client", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-professional-woman-workplace_23-2149203456.jpg", avatarAlt: "Sarah Johnson"
},
{
id: "testimonial-2", name: "James Morrison", date: "October 2024", title: "CEO, Culinary Solutions Inc.", quote: "Working with the chef on our restaurant concept was invaluable. His expertise in menu development elevated our entire brand. Highly recommended.", tag: "Consultancy", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-reception_23-2149963923.jpg", avatarAlt: "James Morrison"
id: "testimonial-2", name: "David Chen", date: "October 2024", title: "Operations Director, Global Solutions Inc", quote: "The support team at Nana Ventures is exceptional. They understood our needs and delivered exactly what we needed to scale efficiently.", tag: "Mid-Market", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-professional-man-office_23-2149203789.jpg", avatarAlt: "David Chen"
},
{
id: "testimonial-3", name: "Sophie Beaumont", date: "September 2024", title: "Wedding Planner", quote: "For our gala event, the chef created a culinary experience that was both sophisticated and accessible. The entire team was professional and accommodating.", tag: "Event Catering", avatarSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1077.jpg", avatarAlt: "Sophie Beaumont"
id: "testimonial-3", name: "Emma Williams", date: "September 2024", title: "Founder, Digital Ventures", quote: "Outstanding value and continuous innovation. Nana Ventures has been instrumental in our growth trajectory. They truly partner with their clients.", tag: "Startup Success", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-entrepreneur-woman_23-2149204123.jpg", avatarAlt: "Emma Williams"
},
{
id: "testimonial-4", name: "Michael Chen", date: "August 2024", title: "Restaurant Owner", quote: "The consultation services transformed our kitchen operations. We've seen improved efficiency and higher customer satisfaction since implementing the recommendations.", tag: "Consultancy", avatarSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg", avatarAlt: "Michael Chen"
id: "testimonial-4", name: "Michael Rodriguez", date: "August 2024", title: "VP, Strategic Development", quote: "Nana Ventures delivers on every promise. Their products are sophisticated yet easy to use, and implementation was seamless.", tag: "Enterprise", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-professional-business-man_23-2149204456.jpg", avatarAlt: "Michael Rodriguez"
}
]}
ariaLabel="Client testimonials section"
@@ -197,14 +197,14 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
tag="Ready to Experience Excellence?"
tagIcon={Utensils}
tag="Ready to Transform Your Business?"
tagIcon={Package}
tagAnimation="slide-up"
title="Book Your Culinary Experience"
description="Whether you're planning an intimate dinner, corporate event, or seeking culinary guidance, I'm here to create an unforgettable experience. Contact me today to discuss your vision."
title="Get Started with Nana Ventures"
description="Join thousands of successful businesses that trust Nana Ventures for their product needs. Let's discuss how we can help you achieve your goals and drive meaningful growth."
buttons={[
{ text: "Schedule Consultation", href: "mailto:hello@chefstable.com" },
{ text: "View Portfolio", href: "#" }
{ text: "Schedule Demo", href: "mailto:hello@nanaventures.com" },
{ text: "Request Quote", href: "#" }
]}
buttonAnimation="slide-up"
background={{ variant: "radial-gradient" }}
@@ -215,12 +215,12 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Chef's Table"
logoText="Nana Ventures"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "© 2024 All Rights Reserved", href: "#" }}
rightLink={{ text: "© 2024 Nana Ventures. All Rights Reserved", href: "#" }}
ariaLabel="Site footer"
/>
</div>
</ThemeProvider>
);
}
}