From c93bef0212c8d4e0b1ec72f9aab85c79830eca38 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:47:30 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ec8fbbb..bdc0689 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -22,22 +22,20 @@ const halant = Halant({ export const metadata: Metadata = { title: "NGC Culinary | Premium Catering & Consultancy", description: "Transform your culinary vision with NGC Culinary. Expert consultancy, full-service catering, and personalized menus delivered in-person or by video call.", keywords: "catering, culinary consultancy, menu planning, event catering, culinary training, professional chef services", metadataBase: new URL("https://ngcculinary.com"), alternates: { - canonical: "https://ngcculinary.com" - }, + canonical: "https://ngcculinary.com"}, openGraph: { title: "NGC Culinary | Elevated Dining Experiences", description: "Expert culinary consultancy and full-service catering. In-person or virtual consultations tailored to your vision.", url: "https://ngcculinary.com", siteName: "NGC Culinary", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-grey-space_140725-83766.jpg", alt: "NGC Culinary Gourmet Experience" - } - ] + url: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-grey-space_140725-83766.jpg", alt: "NGC Culinary Gourmet Experience"}, + ], }, twitter: { - card: "summary_large_image", title: "NGC Culinary | Premium Catering & Consultancy", description: "Transform your culinary vision with expert consultancy and full-service catering.", images: ["http://img.b2bpic.net/free-photo/chick-kebab-served-with-cherries-green-salad_114579-1996.jpg"] + card: "summary_large_image", title: "NGC Culinary | Premium Catering & Consultancy", description: "Transform your culinary vision with expert consultancy and full-service catering.", images: ["http://img.b2bpic.net/free-photo/chick-kebab-served-with-cherries-green-salad_114579-1996.jpg"], }, robots: { index: true, - follow: true - } + follow: true, + }, }; export default function RootLayout({ From c1c6ec2bbfd3e278108c943d48bbee1fceced01c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:47:32 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 54 ++++++++++++++++++++++++------------------------ 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 058c4cb..8595ee7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,7 @@ export default function LandingPage() { { name: "About", id: "about" }, { name: "Services", id: "services" }, { name: "Consultations", id: "consultations" }, - { name: "Contact", id: "contact" } + { name: "Contact", id: "contact" }, ]} brandName="NGC Culinary" bottomLeftText="Culinary Excellence" @@ -52,23 +52,23 @@ export default function LandingPage() { description="Transform your culinary vision into reality with NGC Culinary. From intimate consultations to full-scale catering, we deliver personalized excellence with every dish." background={{ variant: "glowing-orb" }} tagAnimation="slide-up" - buttonAnimation="blur-reveal" + buttonAnimation="slide-up" carouselPosition="right" leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/chick-kebab-served-with-cherries-green-salad_114579-1996.jpg", imageAlt: "Gourmet plated dish" }, { imageSrc: "http://img.b2bpic.net/free-photo/man-chef-cooking-asian-chicken-cafe-kitchen_1303-32155.jpg", imageAlt: "Fine dining preparation" }, { imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-vegetables-with-seasonings-dark-background-ripe-salad-health-food_140725-115776.jpg", imageAlt: "Culinary ingredients" }, - { imageSrc: "http://img.b2bpic.net/free-photo/homemade-bakery-preparing-baking-kitchen-home-lot-baking-ingredients-table_640221-587.jpg", imageAlt: "Chef hands preparing food" } + { imageSrc: "http://img.b2bpic.net/free-photo/homemade-bakery-preparing-baking-kitchen-home-lot-baking-ingredients-table_640221-587.jpg", imageAlt: "Chef hands preparing food" }, ]} rightCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/white-table-setting-wedding-reception-venue_637285-5681.jpg", imageAlt: "Elegant table setting" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-sliced-spicy-lard-wooden-plate-table-restaurant_7502-5466.jpg", imageAlt: "Catering service display" }, { imageSrc: "http://img.b2bpic.net/free-photo/black-head-chef-restaurant-kitchen-uses-laptop-refine-recipes_482257-121136.jpg", imageAlt: "Professional kitchen" }, - { imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-grey-space_140725-83766.jpg", imageAlt: "Gourmet presentation" } + { imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-grey-space_140725-83766.jpg", imageAlt: "Gourmet presentation" }, ]} buttons={[ { text: "Book a Consultation", href: "consultations" }, - { text: "Explore Our Services", href: "services" } + { text: "Explore Our Services", href: "services" }, ]} /> @@ -84,7 +84,7 @@ export default function LandingPage() { imageAlt="NGC Culinary team at work" useInvertedBackground={false} buttons={[ - { text: "Learn More About Us", href: "#" } + { text: "Learn More About Us", href: "#" }, ]} /> @@ -105,28 +105,28 @@ export default function LandingPage() { items: [ { icon: MapPin, text: "Visit your location or ours" }, { icon: Users, text: "Direct expert guidance" }, - { icon: Utensils, text: "Taste testing included" } + { icon: Utensils, text: "Taste testing included" }, ], - reverse: false + reverse: false, }, { id: "2", title: "Virtual Consultations", description: "Can't meet in person? No problem. Our team conducts comprehensive consultations via video call, walking you through menus, answering questions, and providing recommendations tailored to your event.", media: { imageSrc: "http://img.b2bpic.net/free-photo/closeup-entrepreneur-using-laptop-while-having-online-business-meeting-office_637285-6778.jpg", imageAlt: "Video call" }, items: [ { icon: Video, text: "Face-to-face video calls" }, { icon: Clock, text: "Schedule at your convenience" }, - { icon: FileText, text: "Detailed menu documentation" } + { icon: FileText, text: "Detailed menu documentation" }, ], - reverse: true + reverse: true, }, { id: "3", title: "Ongoing Support", description: "Your relationship with NGC Culinary doesn't end at consultation. We provide continuous support leading up to your event, adjusting plans as needed and ensuring flawless execution.", media: { imageSrc: "http://img.b2bpic.net/free-photo/happy-customers-service-agent-with-headset-communicating-with-customer-working-laptop-call-center_637285-127.jpg", imageAlt: "Customer support" }, items: [ { icon: CheckCircle, text: "Pre-event coordination" }, { icon: RefreshCw, text: "Menu adjustments available" }, - { icon: Phone, text: "Responsive communication" } + { icon: Phone, text: "Responsive communication" }, ], - reverse: false - } + reverse: false, + }, ]} /> @@ -144,17 +144,17 @@ export default function LandingPage() { carouselMode="buttons" blogs={[ { - id: "1", category: "Catering", title: "Full-Service Catering", excerpt: "End-to-end catering solutions for weddings, corporate events, private parties, and special occasions with customized menus.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-serving-herself-buffet-restaurant_1262-1714.jpg", imageAlt: "Full service catering", authorName: "NGC Culinary Team", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-kitchen_23-2149631733.jpg", date: "Available Year-Round", onBlogClick: () => handleServiceClick("catering") + id: "1", category: "Catering", title: "Full-Service Catering", excerpt: "End-to-end catering solutions for weddings, corporate events, private parties, and special occasions with customized menus.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-serving-herself-buffet-restaurant_1262-1714.jpg", imageAlt: "Full service catering", authorName: "NGC Culinary Team", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-kitchen_23-2149631733.jpg", date: "Available Year-Round", onBlogClick: () => handleServiceClick("catering"), }, { - id: "2", category: "Consultation", title: "Menu Development", excerpt: "Personalized menu planning and development that aligns with your vision, dietary requirements, and culinary preferences.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-vegetable-salad-with-different-seasonings-dark-background-health-diet-vegetable-salad-lunch_140725-96836.jpg", imageAlt: "Menu development", authorName: "NGC Culinary Team", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-kitchen_23-2149631733.jpg", date: "Custom Timelines", onBlogClick: () => handleServiceClick("menu-development") + id: "2", category: "Consultation", title: "Menu Development", excerpt: "Personalized menu planning and development that aligns with your vision, dietary requirements, and culinary preferences.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-vegetable-salad-with-different-seasonings-dark-background-health-diet-vegetable-salad-lunch_140725-96836.jpg", imageAlt: "Menu development", authorName: "NGC Culinary Team", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-kitchen_23-2149631733.jpg", date: "Custom Timelines", onBlogClick: () => handleServiceClick("menu-development"), }, { - id: "3", category: "Consulting", title: "Culinary Training", excerpt: "Culinary coaching and training sessions to elevate your cooking skills and knowledge of professional techniques.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-cooking-kitchen_53876-2.jpg", imageAlt: "Culinary training", authorName: "NGC Culinary Team", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-kitchen_23-2149631733.jpg", date: "Flexible Scheduling", onBlogClick: () => handleServiceClick("culinary-training") + id: "3", category: "Consulting", title: "Culinary Training", excerpt: "Culinary coaching and training sessions to elevate your cooking skills and knowledge of professional techniques.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-cooking-kitchen_53876-2.jpg", imageAlt: "Culinary training", authorName: "NGC Culinary Team", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-kitchen_23-2149631733.jpg", date: "Flexible Scheduling", onBlogClick: () => handleServiceClick("culinary-training"), }, { - id: "4", category: "Events", title: "Special Events", excerpt: "Custom culinary experiences for product launches, fundraisers, gala dinners, and exclusive private events.", imageSrc: "http://img.b2bpic.net/free-photo/wedding-table-set-with-white-napkins-red-ribbons_8353-51.jpg", imageAlt: "Special events", authorName: "NGC Culinary Team", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-kitchen_23-2149631733.jpg", date: "Event Dependent", onBlogClick: () => handleServiceClick("special-events") - } + id: "4", category: "Events", title: "Special Events", excerpt: "Custom culinary experiences for product launches, fundraisers, gala dinners, and exclusive private events.", imageSrc: "http://img.b2bpic.net/free-photo/wedding-table-set-with-white-napkins-red-ribbons_8353-51.jpg", imageAlt: "Special events", authorName: "NGC Culinary Team", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-kitchen_23-2149631733.jpg", date: "Event Dependent", onBlogClick: () => handleServiceClick("special-events"), + }, ]} /> @@ -172,7 +172,7 @@ export default function LandingPage() { { id: "3", name: "Elena Rossi", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=2", imageAlt: "Elena Rossi" }, { id: "4", name: "Marcus Thompson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Marcus Thompson" }, { id: "5", name: "Lisa Chen", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "Lisa Chen" }, - { id: "6", name: "David Williams", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Williams" } + { id: "6", name: "David Williams", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Williams" }, ]} /> @@ -185,7 +185,7 @@ export default function LandingPage() { useInvertedBackground={false} buttons={[ { text: "Schedule Your Consultation", href: "#" }, - { text: "View Pricing & Packages", href: "#" } + { text: "View Pricing & Packages", href: "#" }, ]} /> @@ -200,25 +200,25 @@ export default function LandingPage() { { label: "Full-Service Catering", href: "#services" }, { label: "Menu Development", href: "#services" }, { label: "Culinary Training", href: "#services" }, - { label: "Special Events", href: "#services" } - ] + { label: "Special Events", href: "#services" }, + ], }, { title: "Company", items: [ { label: "About Us", href: "#about" }, { label: "Consultations", href: "#consultations" }, { label: "Contact", href: "#contact" }, - { label: "Privacy Policy", href: "#" } - ] + { label: "Privacy Policy", href: "#" }, + ], }, { title: "Connect", items: [ { label: "Email Us", href: "#" }, { label: "Call Us", href: "#" }, { label: "Instagram", href: "#" }, - { label: "LinkedIn", href: "#" } - ] - } + { label: "LinkedIn", href: "#" }, + ], + }, ]} />