Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-04 09:49:50 +00:00

View File

@@ -9,7 +9,7 @@ import TestimonialCardTwelve from "@/components/sections/testimonial/Testimonial
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import Link from "next/link";
import { Leaf, Chef, Sparkles, BookOpen } from "lucide-react";
import { Leaf, Sparkles, BookOpen } from "lucide-react";
export default function HomePage() {
const navItems = [
@@ -22,26 +22,23 @@ export default function HomePage() {
const footerColumns = [
{
title: "Navigation",
items: [
{ label: "Home", href: "/" },
{ label: "About", href: "/about" },
{ label: "Menu", href: "/menu" },
{ label: "Academy", href: "/academy" },
title: "Navigation", items: [
{ label: "Home", href: "#home" },
{ label: "About Us", href: "#about" },
{ label: "Menu", href: "#menu" },
{ label: "Academy", href: "#academy" },
],
},
{
title: "Connect",
items: [
{ label: "Reserve Table", href: "/contact" },
{ label: "Enroll Now", href: "/academy" },
title: "Connect", items: [
{ label: "Reserve Table", href: "#contact" },
{ label: "Enroll Now", href: "#academy" },
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Contact Us", href: "/contact" },
{ label: "Contact Us", href: "#contact" },
],
},
{
title: "Information",
items: [
title: "Information", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Refund Policy", href: "#" },
@@ -57,7 +54,7 @@ export default function HomePage() {
borderRadius="rounded"
contentWidth="mediumSmall"
sizing="mediumLargeSizeMediumTitles"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="flat"
secondaryButtonStyle="solid"
@@ -81,7 +78,7 @@ export default function HomePage() {
{ text: "Enroll in Academy", href: "/academy" },
]}
buttonAnimation="slide-up"
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/vegetable-salad-with-caviar-shrimps_140725-6375.jpg"
imageAlt="Luxury dining experience at Glos Bites"
mediaAnimation="blur-reveal"
@@ -99,27 +96,19 @@ export default function HomePage() {
buttonAnimation="slide-up"
bulletPoints={[
{
title: "Premium Ingredients",
description: "Sourced from the finest local and international suppliers, ensuring every dish exceeds expectations.",
icon: Leaf,
title: "Premium Ingredients", description: "Sourced from the finest local and international suppliers, ensuring every dish exceeds expectations.", icon: Leaf,
},
{
title: "Expert Craftsmanship",
description: "Our master chefs bring decades of culinary experience to every plate, guaranteeing perfection.",
icon: Chef,
title: "Expert Craftsmanship", description: "Our master chefs bring decades of culinary experience to every plate, guaranteeing perfection.", icon: Sparkles,
},
{
title: "Bespoke Experiences",
description: "From intimate dining to grand celebrations, we create unforgettable culinary moments tailored to you.",
icon: Sparkles,
title: "Bespoke Experiences", description: "From intimate dining to grand celebrations, we create unforgettable culinary moments tailored to you.", icon: Sparkles,
},
{
title: "Educational Excellence",
description: "Share your passion for food through our academy programs designed for enthusiasts and professionals.",
icon: BookOpen,
title: "Educational Excellence", description: "Share your passion for food through our academy programs designed for enthusiasts and professionals.", icon: BookOpen,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/gastronomy-expert-kitchen-preparing-dishes-with-fresh-ingredients_482257-127694.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/gastronomy-expert-kitchen-preparing-dishes-with-fresh-ingredients_482257-127694.jpg"
imageAlt="Chef at work"
mediaAnimation="slide-up"
imagePosition="right"
@@ -139,25 +128,13 @@ export default function HomePage() {
useInvertedBackground={false}
features={[
{
title: "Pan-Seared Seafood Delicacies",
description: "Fresh catches prepared with precision techniques and paired with complementary herb infusions and artisanal sauces.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-chicken-fillet-served-with-bulgur-vegetables-white-wine_141793-2436.jpg?_wi=1",
imageAlt: "Pan-seared seafood dish",
button: { text: "View Menu" },
title: "Pan-Seared Seafood Delicacies", description: "Fresh catches prepared with precision techniques and paired with complementary herb infusions and artisanal sauces.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-chicken-fillet-served-with-bulgur-vegetables-white-wine_141793-2436.jpg", imageAlt: "Pan-seared seafood dish", button: { text: "View Menu" },
},
{
title: "Appetizers & Amuse-Bouche",
description: "Elegant starters designed to awaken the palate with refined flavors and impeccable presentation.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-dark-grey-space_140725-83767.jpg?_wi=1",
imageAlt: "Fine dining appetizer",
button: { text: "View Menu" },
title: "Appetizers & Amuse-Bouche", description: "Elegant starters designed to awaken the palate with refined flavors and impeccable presentation.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-dark-grey-space_140725-83767.jpg", imageAlt: "Fine dining appetizer", button: { text: "View Menu" },
},
{
title: "Exquisite Desserts",
description: "Our pastry chef's creations blend traditional recipes with modern techniques for an unforgettable sweet conclusion.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136311.jpg?_wi=1",
imageAlt: "Fine dining dessert",
button: { text: "View Menu" },
title: "Exquisite Desserts", description: "Our pastry chef's creations blend traditional recipes with modern techniques for an unforgettable sweet conclusion.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136311.jpg", imageAlt: "Fine dining dessert", button: { text: "View Menu" },
},
]}
/>
@@ -167,29 +144,13 @@ export default function HomePage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1",
name: "Chioma Okonkwo",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg",
imageAlt: "Chioma Okonkwo",
},
id: "1", name: "Chioma Okonkwo", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Chioma Okonkwo"},
{
id: "2",
name: "Tunde Adeyemi",
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg",
imageAlt: "Tunde Adeyemi",
},
id: "2", name: "Tunde Adeyemi", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg", imageAlt: "Tunde Adeyemi"},
{
id: "3",
name: "Amara Nwankwo",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg",
imageAlt: "Amara Nwankwo",
},
id: "3", name: "Amara Nwankwo", imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg", imageAlt: "Amara Nwankwo"},
{
id: "4",
name: "Kunle Ogunjobi",
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg",
imageAlt: "Kunle Ogunjobi",
},
id: "4", name: "Kunle Ogunjobi", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "Kunle Ogunjobi"},
]}
cardTitle="Join Thousands Who've Experienced 100% Guaranteed Delicious Food and Unmatched Hospitality"
cardTag="Customer Love & Trust"
@@ -206,23 +167,9 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Nigerian Culinary Institute",
"Hospitality Excellence Association",
"Premium Restaurant Collective",
"Culinary Master's Guild",
"Fine Dining Consortium",
"Sustainable Food Alliance",
"Chef Excellence Network",
]}
"Nigerian Culinary Institute", "Hospitality Excellence Association", "Premium Restaurant Collective", "Culinary Master's Guild", "Fine Dining Consortium", "Sustainable Food Alliance", "Chef Excellence Network"]}
logos={[
"http://img.b2bpic.net/free-vector/food-beige-background_24908-61024.jpg",
"http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-designing-meal-inside-plate-fry-meat-food-meal_140725-26012.jpg",
"http://img.b2bpic.net/free-vector/st-patrick-s-day-badge-collection-flat-design_23-2148422625.jpg",
"http://img.b2bpic.net/free-vector/farm-product-logos-collection_1207-1.jpg",
"http://img.b2bpic.net/free-vector/retro-golden-restaurant-logo-collection_23-2148377979.jpg",
"http://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16149.jpg",
"http://img.b2bpic.net/free-vector/retro-eco-friendly-stickers-set_23-2147631786.jpg",
]}
"http://img.b2bpic.net/free-vector/food-beige-background_24908-61024.jpg", "http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-designing-meal-inside-plate-fry-meat-food-meal_140725-26012.jpg", "http://img.b2bpic.net/free-vector/st-patrick-s-day-badge-collection-flat-design_23-2148422625.jpg", "http://img.b2bpic.net/free-vector/farm-product-logos-collection_1207-1.jpg", "http://img.b2bpic.net/free-vector/retro-golden-restaurant-logo-collection_23-2148377979.jpg", "http://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16149.jpg", "http://img.b2bpic.net/free-vector/retro-eco-friendly-stickers-set_23-2147631786.jpg"]}
speed={40}
showCard={true}
/>