Merge version_1 into main #2

Merged
bender merged 6 commits from version_1 into main 2026-03-09 08:55:31 +00:00
6 changed files with 149 additions and 423 deletions

View File

@@ -18,8 +18,7 @@ export default function ContactPage() {
const footerColumns = [
{
title: "Dining",
items: [
title: "Dining", items: [
{ label: "Menu", href: "#menu" },
{ label: "Reservations", href: "#reservations" },
{ label: "Order Online", href: "#order" },
@@ -27,8 +26,7 @@ export default function ContactPage() {
],
},
{
title: "About",
items: [
title: "About", items: [
{ label: "Our Story", href: "#about" },
{ label: "Chef Biography", href: "#about" },
{ label: "Gallery", href: "#gallery" },
@@ -36,8 +34,7 @@ export default function ContactPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Contact Us", href: "#contact" },
{ label: "FAQ", href: "#faq" },
{ label: "Newsletter", href: "#" },
@@ -53,7 +50,7 @@ export default function ContactPage() {
borderRadius="rounded"
contentWidth="mediumSmall"
sizing="largeSizeMediumTitles"
background="grid"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="glass"
@@ -67,9 +64,7 @@ export default function ContactPage() {
id: item.id,
}))}
button={{
text: "Reserve Table",
href: "#reservations",
}}
text: "Reserve Table", href: "#reservations"}}
/>
</div>
@@ -77,20 +72,12 @@ export default function ContactPage() {
<TextSplitAbout
title="Visit Us Today"
description={[
"📍 123 Culinary Lane, Fine Dining District, New York, NY 10001",
"📞 (555) 123-4567",
"📧 hello@culinaryhaven.com",
"🕐 Monday - Thursday: 5:00 PM - 10:30 PM | Friday - Saturday: 5:00 PM - 11:30 PM | Sunday: 5:00 PM - 9:30 PM",
]}
"📍 123 Culinary Lane, Fine Dining District, New York, NY 10001", "📞 (555) 123-4567", "📧 hello@culinaryhaven.com", "🕐 Monday - Thursday: 5:00 PM - 10:30 PM | Friday - Saturday: 5:00 PM - 11:30 PM | Sunday: 5:00 PM - 9:30 PM"]}
buttons={[
{
text: "Get Directions",
href: "https://maps.google.com",
},
text: "Get Directions", href: "https://maps.google.com"},
{
text: "Call Us",
href: "tel:5551234567",
},
text: "Call Us", href: "tel:5551234567"},
]}
buttonAnimation="slide-up"
useInvertedBackground={false}
@@ -106,25 +93,20 @@ export default function ContactPage() {
description="Whether you have questions about our menu, need to make reservations, or want to inquire about private dining events, our team is here to help. Contact us today and let us create an unforgettable experience for you."
buttons={[
{
text: "Reserve a Table",
href: "#reservations",
},
text: "Reserve a Table", href: "#reservations"},
{
text: "View Menu",
href: "#menu",
},
text: "View Menu", href: "#menu"},
]}
buttonAnimation="slide-up"
background={{
variant: "grid",
}}
variant: "plain"}}
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129581.jpg?_wi=9"
imageSrc="http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129581.jpg"
imageAlt="Elegant restaurant interior"
logoText="Culinary Haven"
copyrightText="© 2025 Culinary Haven. All rights reserved."

View File

@@ -19,8 +19,7 @@ export default function GalleryPage() {
const footerColumns = [
{
title: "Dining",
items: [
title: "Dining", items: [
{ label: "Menu", href: "/" },
{ label: "Reservations", href: "/" },
{ label: "Order Online", href: "/order" },
@@ -28,8 +27,7 @@ export default function GalleryPage() {
],
},
{
title: "About",
items: [
title: "About", items: [
{ label: "Our Story", href: "/" },
{ label: "Chef Biography", href: "/" },
{ label: "Gallery", href: "/gallery" },
@@ -37,8 +35,7 @@ export default function GalleryPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Contact Us", href: "/" },
{ label: "FAQ", href: "/" },
{ label: "Newsletter", href: "/" },
@@ -54,7 +51,7 @@ export default function GalleryPage() {
borderRadius="rounded"
contentWidth="mediumSmall"
sizing="largeSizeMediumTitles"
background="grid"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="glass"
@@ -68,9 +65,7 @@ export default function GalleryPage() {
id: item.id,
}))}
button={{
text: "Reserve Table",
href: "/",
}}
text: "Reserve Table", href: "/"}}
/>
</div>
@@ -86,71 +81,29 @@ export default function GalleryPage() {
gridVariant="uniform-all-items-equal"
products={[
{
id: "1",
brand: "Culinary Haven",
name: "Fine Dining Ambiance",
price: "Experience",
rating: 5,
reviewCount: "156",
imageSrc:
"http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199326.jpg",
imageAlt: "Fine dining room atmosphere",
},
id: "1", brand: "Culinary Haven", name: "Fine Dining Ambiance", price: "Experience", rating: 5,
reviewCount: "156", imageSrc:
"http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199326.jpg", imageAlt: "Fine dining room atmosphere"},
{
id: "2",
brand: "Culinary Haven",
name: "Gourmet Plating",
price: "Art",
rating: 5,
reviewCount: "298",
imageSrc:
"http://img.b2bpic.net/free-photo/salmon-bruschetta-with-cucumber-mozzarella-dill-red-onion-dried-tomato-lime_141793-2269.jpg?_wi=2",
imageAlt: "Artfully plated gourmet dish",
},
id: "2", brand: "Culinary Haven", name: "Gourmet Plating", price: "Art", rating: 5,
reviewCount: "298", imageSrc:
"http://img.b2bpic.net/free-photo/salmon-bruschetta-with-cucumber-mozzarella-dill-red-onion-dried-tomato-lime_141793-2269.jpg", imageAlt: "Artfully plated gourmet dish"},
{
id: "3",
brand: "Culinary Haven",
name: "Restaurant Interior",
price: "Elegance",
rating: 5,
reviewCount: "189",
imageSrc:
"http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129581.jpg?_wi=6",
imageAlt: "Elegant restaurant table setting",
},
id: "3", brand: "Culinary Haven", name: "Restaurant Interior", price: "Elegance", rating: 5,
reviewCount: "189", imageSrc:
"http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129581.jpg", imageAlt: "Elegant restaurant table setting"},
{
id: "4",
brand: "Culinary Haven",
name: "Family Moments",
price: "Joy",
rating: 5,
reviewCount: "267",
imageSrc:
"http://img.b2bpic.net/free-photo/friends-having-fun-together-while-cooking_23-2149306409.jpg",
imageAlt: "Family enjoying a meal together",
},
id: "4", brand: "Culinary Haven", name: "Family Moments", price: "Joy", rating: 5,
reviewCount: "267", imageSrc:
"http://img.b2bpic.net/free-photo/friends-having-fun-together-while-cooking_23-2149306409.jpg", imageAlt: "Family enjoying a meal together"},
{
id: "5",
brand: "Culinary Haven",
name: "Signature Dish",
price: "Passion",
rating: 5,
reviewCount: "412",
imageSrc:
"http://img.b2bpic.net/free-photo/square-slice-chocolate-cheesecake-with-red-drink_114579-16566.jpg?_wi=4",
imageAlt: "Signature culinary creation",
},
id: "5", brand: "Culinary Haven", name: "Signature Dish", price: "Passion", rating: 5,
reviewCount: "412", imageSrc:
"http://img.b2bpic.net/free-photo/square-slice-chocolate-cheesecake-with-red-drink_114579-16566.jpg", imageAlt: "Signature culinary creation"},
{
id: "6",
brand: "Culinary Haven",
name: "Premium Preparation",
price: "Craftsmanship",
rating: 5,
reviewCount: "334",
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-shrimp-teriyaki-sauce-served-with-fettuccini_140725-5180.jpg?_wi=4",
imageAlt: "Chef preparing a premium dish",
},
id: "6", brand: "Culinary Haven", name: "Premium Preparation", price: "Craftsmanship", rating: 5,
reviewCount: "334", imageSrc:
"http://img.b2bpic.net/free-photo/top-view-shrimp-teriyaki-sauce-served-with-fettuccini_140725-5180.jpg", imageAlt: "Chef preparing a premium dish"},
]}
/>
</div>
@@ -164,25 +117,20 @@ export default function GalleryPage() {
description="Visit Culinary Haven and discover the elegance, flavors, and ambiance that our guests love. Reserve your table today for an unforgettable dining experience."
buttons={[
{
text: "Make a Reservation",
href: "/",
},
text: "Make a Reservation", href: "/"},
{
text: "View Menu",
href: "/order",
},
text: "View Menu", href: "/order"},
]}
buttonAnimation="slide-up"
background={{
variant: "grid",
}}
variant: "plain"}}
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129581.jpg?_wi=7"
imageSrc="http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129581.jpg"
imageAlt="Elegant restaurant interior"
logoText="Culinary Haven"
copyrightText="© 2025 Culinary Haven. All rights reserved."

View File

@@ -19,8 +19,7 @@ export default function OrderPage() {
const footerColumns = [
{
title: "Dining",
items: [
title: "Dining", items: [
{ label: "Menu", href: "/" },
{ label: "Reservations", href: "/" },
{ label: "Order Online", href: "/order" },
@@ -28,8 +27,7 @@ export default function OrderPage() {
],
},
{
title: "About",
items: [
title: "About", items: [
{ label: "Our Story", href: "/" },
{ label: "Chef Biography", href: "/" },
{ label: "Gallery", href: "/gallery" },
@@ -37,8 +35,7 @@ export default function OrderPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Contact Us", href: "/" },
{ label: "FAQ", href: "/" },
{ label: "Newsletter", href: "/" },
@@ -54,7 +51,7 @@ export default function OrderPage() {
borderRadius="rounded"
contentWidth="mediumSmall"
sizing="largeSizeMediumTitles"
background="grid"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="glass"
@@ -68,9 +65,7 @@ export default function OrderPage() {
id: item.id,
}))}
button={{
text: "Reserve Table",
href: "/",
}}
text: "Reserve Table", href: "/"}}
/>
</div>
@@ -86,71 +81,29 @@ export default function OrderPage() {
gridVariant="uniform-all-items-equal"
products={[
{
id: "1",
brand: "Culinary Haven",
name: "Prime Grilled Ribeye",
price: "$42.00",
rating: 5,
reviewCount: "284",
imageSrc:
"http://img.b2bpic.net/free-photo/fresh-ham-salad-table_140725-5652.jpg?_wi=3",
imageAlt: "Prime grilled ribeye steak",
},
id: "1", brand: "Culinary Haven", name: "Prime Grilled Ribeye", price: "$42.00", rating: 5,
reviewCount: "284", imageSrc:
"http://img.b2bpic.net/free-photo/fresh-ham-salad-table_140725-5652.jpg", imageAlt: "Prime grilled ribeye steak"},
{
id: "2",
brand: "Culinary Haven",
name: "Herb-Crusted Salmon",
price: "$38.00",
rating: 5,
reviewCount: "216",
imageSrc:
"http://img.b2bpic.net/free-photo/guy-eating-pasta-with-stuffed-meat-sauce_140725-9908.jpg?_wi=3",
imageAlt: "Herb-crusted salmon fillet",
},
id: "2", brand: "Culinary Haven", name: "Herb-Crusted Salmon", price: "$38.00", rating: 5,
reviewCount: "216", imageSrc:
"http://img.b2bpic.net/free-photo/guy-eating-pasta-with-stuffed-meat-sauce_140725-9908.jpg", imageAlt: "Herb-crusted salmon fillet"},
{
id: "3",
brand: "Culinary Haven",
name: "Handmade Pasta Carbonara",
price: "$28.00",
rating: 5,
reviewCount: "328",
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-shrimp-teriyaki-sauce-served-with-fettuccini_140725-5180.jpg?_wi=3",
imageAlt: "Traditional handmade pasta carbonara",
},
id: "3", brand: "Culinary Haven", name: "Handmade Pasta Carbonara", price: "$28.00", rating: 5,
reviewCount: "328", imageSrc:
"http://img.b2bpic.net/free-photo/top-view-shrimp-teriyaki-sauce-served-with-fettuccini_140725-5180.jpg", imageAlt: "Traditional handmade pasta carbonara"},
{
id: "4",
brand: "Culinary Haven",
name: "Seasonal Vegetable Medley",
price: "$22.00",
rating: 4,
reviewCount: "142",
imageSrc:
"http://img.b2bpic.net/free-photo/view-fresh-chopped-vegetables-olives-kumquats-brown-plate-green-black-mixed-colors-table_179666-18154.jpg?_wi=3",
imageAlt: "Seasonal vegetable medley",
},
id: "4", brand: "Culinary Haven", name: "Seasonal Vegetable Medley", price: "$22.00", rating: 4,
reviewCount: "142", imageSrc:
"http://img.b2bpic.net/free-photo/view-fresh-chopped-vegetables-olives-kumquats-brown-plate-green-black-mixed-colors-table_179666-18154.jpg", imageAlt: "Seasonal vegetable medley"},
{
id: "5",
brand: "Culinary Haven",
name: "Foie Gras Appetizer",
price: "$18.00",
rating: 5,
reviewCount: "195",
imageSrc:
"http://img.b2bpic.net/free-photo/caprese-salad-glass-with-onion-rings_140725-3.jpg?_wi=3",
imageAlt: "Elegant foie gras appetizer",
},
id: "5", brand: "Culinary Haven", name: "Foie Gras Appetizer", price: "$18.00", rating: 5,
reviewCount: "195", imageSrc:
"http://img.b2bpic.net/free-photo/caprese-salad-glass-with-onion-rings_140725-3.jpg", imageAlt: "Elegant foie gras appetizer"},
{
id: "6",
brand: "Culinary Haven",
name: "Chocolate Lava Cake",
price: "$12.00",
rating: 5,
reviewCount: "412",
imageSrc:
"http://img.b2bpic.net/free-photo/square-slice-chocolate-cheesecake-with-red-drink_114579-16566.jpg?_wi=3",
imageAlt: "Decadent chocolate lava cake",
},
id: "6", brand: "Culinary Haven", name: "Chocolate Lava Cake", price: "$12.00", rating: 5,
reviewCount: "412", imageSrc:
"http://img.b2bpic.net/free-photo/square-slice-chocolate-cheesecake-with-red-drink_114579-16566.jpg", imageAlt: "Decadent chocolate lava cake"},
]}
/>
</div>
@@ -164,25 +117,20 @@ export default function OrderPage() {
description="Browse our complete menu and place your order for delivery or pickup. Fresh, expertly prepared meals delivered to your door or ready for takeout."
buttons={[
{
text: "Continue Shopping",
href: "/order",
},
text: "Continue Shopping", href: "/order"},
{
text: "View Full Menu",
href: "/",
},
text: "View Full Menu", href: "/"},
]}
buttonAnimation="slide-up"
background={{
variant: "grid",
}}
variant: "plain"}}
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129581.jpg?_wi=5"
imageSrc="http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129581.jpg"
imageAlt="Elegant restaurant interior"
logoText="Culinary Haven"
copyrightText="© 2025 Culinary Haven. All rights reserved."

View File

@@ -34,8 +34,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Dining",
items: [
title: "Dining", items: [
{ label: "Menu", href: "#menu" },
{ label: "Reservations", href: "#reservations" },
{ label: "Order Online", href: "#order" },
@@ -43,8 +42,7 @@ export default function HomePage() {
],
},
{
title: "About",
items: [
title: "About", items: [
{ label: "Our Story", href: "#about" },
{ label: "Chef Biography", href: "#about" },
{ label: "Gallery", href: "#gallery" },
@@ -52,8 +50,7 @@ export default function HomePage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Contact Us", href: "#contact" },
{ label: "FAQ", href: "#faq" },
{ label: "Newsletter", href: "#" },
@@ -69,7 +66,7 @@ export default function HomePage() {
borderRadius="rounded"
contentWidth="mediumSmall"
sizing="largeSizeMediumTitles"
background="grid"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="glass"
@@ -83,9 +80,7 @@ export default function HomePage() {
id: item.id,
}))}
button={{
text: "Reserve Table",
href: "#reservations",
}}
text: "Reserve Table", href: "#reservations"}}
/>
</div>
@@ -93,14 +88,14 @@ export default function HomePage() {
<HeroLogoBillboardSplit
logoText="CULINARY HAVEN"
description="Experience Fine Dining with Unforgettable Flavor. From our family kitchen to your table, we craft every dish with passion, premium ingredients, and culinary excellence."
background={{ variant: "grid" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Reserve a Table", href: "#reservations" },
{ text: "Order Online", href: "#order" },
]}
buttonAnimation="slide-up"
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/salmon-bruschetta-with-cucumber-mozzarella-dill-red-onion-dried-tomato-lime_141793-2269.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/salmon-bruschetta-with-cucumber-mozzarella-dill-red-onion-dried-tomato-lime_141793-2269.jpg"
imageAlt="Elegantly plated fine dining dish"
mediaAnimation="slide-up"
frameStyle="card"
@@ -119,71 +114,29 @@ export default function HomePage() {
gridVariant="uniform-all-items-equal"
products={[
{
id: "1",
brand: "Culinary Haven",
name: "Prime Grilled Ribeye",
price: "$42.00",
rating: 5,
reviewCount: "284",
imageSrc:
"http://img.b2bpic.net/free-photo/fresh-ham-salad-table_140725-5652.jpg?_wi=1",
imageAlt: "Prime grilled ribeye steak",
},
id: "1", brand: "Culinary Haven", name: "Prime Grilled Ribeye", price: "$42.00", rating: 5,
reviewCount: "284", imageSrc:
"http://img.b2bpic.net/free-photo/fresh-ham-salad-table_140725-5652.jpg", imageAlt: "Prime grilled ribeye steak"},
{
id: "2",
brand: "Culinary Haven",
name: "Herb-Crusted Salmon",
price: "$38.00",
rating: 5,
reviewCount: "216",
imageSrc:
"http://img.b2bpic.net/free-photo/guy-eating-pasta-with-stuffed-meat-sauce_140725-9908.jpg?_wi=1",
imageAlt: "Herb-crusted salmon fillet",
},
id: "2", brand: "Culinary Haven", name: "Herb-Crusted Salmon", price: "$38.00", rating: 5,
reviewCount: "216", imageSrc:
"http://img.b2bpic.net/free-photo/guy-eating-pasta-with-stuffed-meat-sauce_140725-9908.jpg", imageAlt: "Herb-crusted salmon fillet"},
{
id: "3",
brand: "Culinary Haven",
name: "Handmade Pasta Carbonara",
price: "$28.00",
rating: 5,
reviewCount: "328",
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-shrimp-teriyaki-sauce-served-with-fettuccini_140725-5180.jpg?_wi=1",
imageAlt: "Traditional handmade pasta carbonara",
},
id: "3", brand: "Culinary Haven", name: "Handmade Pasta Carbonara", price: "$28.00", rating: 5,
reviewCount: "328", imageSrc:
"http://img.b2bpic.net/free-photo/top-view-shrimp-teriyaki-sauce-served-with-fettuccini_140725-5180.jpg", imageAlt: "Traditional handmade pasta carbonara"},
{
id: "4",
brand: "Culinary Haven",
name: "Seasonal Vegetable Medley",
price: "$22.00",
rating: 4,
reviewCount: "142",
imageSrc:
"http://img.b2bpic.net/free-photo/view-fresh-chopped-vegetables-olives-kumquats-brown-plate-green-black-mixed-colors-table_179666-18154.jpg?_wi=1",
imageAlt: "Seasonal vegetable medley",
},
id: "4", brand: "Culinary Haven", name: "Seasonal Vegetable Medley", price: "$22.00", rating: 4,
reviewCount: "142", imageSrc:
"http://img.b2bpic.net/free-photo/view-fresh-chopped-vegetables-olives-kumquats-brown-plate-green-black-mixed-colors-table_179666-18154.jpg", imageAlt: "Seasonal vegetable medley"},
{
id: "5",
brand: "Culinary Haven",
name: "Foie Gras Appetizer",
price: "$18.00",
rating: 5,
reviewCount: "195",
imageSrc:
"http://img.b2bpic.net/free-photo/caprese-salad-glass-with-onion-rings_140725-3.jpg?_wi=1",
imageAlt: "Elegant foie gras appetizer",
},
id: "5", brand: "Culinary Haven", name: "Foie Gras Appetizer", price: "$18.00", rating: 5,
reviewCount: "195", imageSrc:
"http://img.b2bpic.net/free-photo/caprese-salad-glass-with-onion-rings_140725-3.jpg", imageAlt: "Elegant foie gras appetizer"},
{
id: "6",
brand: "Culinary Haven",
name: "Chocolate Lava Cake",
price: "$12.00",
rating: 5,
reviewCount: "412",
imageSrc:
"http://img.b2bpic.net/free-photo/square-slice-chocolate-cheesecake-with-red-drink_114579-16566.jpg?_wi=1",
imageAlt: "Decadent chocolate lava cake",
},
id: "6", brand: "Culinary Haven", name: "Chocolate Lava Cake", price: "$12.00", rating: 5,
reviewCount: "412", imageSrc:
"http://img.b2bpic.net/free-photo/square-slice-chocolate-cheesecake-with-red-drink_114579-16566.jpg", imageAlt: "Decadent chocolate lava cake"},
]}
/>
</div>
@@ -199,40 +152,28 @@ export default function HomePage() {
features={[
{
icon: Leaf,
title: "Fresh Ingredients",
description:
"Farm-to-table sourcing with daily deliveries of the finest, locally-sourced produce and proteins.",
},
title: "Fresh Ingredients", description:
"Farm-to-table sourcing with daily deliveries of the finest, locally-sourced produce and proteins."},
{
icon: ChefHat,
title: "Expert Chefs",
description:
"Award-winning culinary team with decades of combined experience in fine dining.",
},
title: "Expert Chefs", description:
"Award-winning culinary team with decades of combined experience in fine dining."},
{
icon: Zap,
title: "Fast Service",
description:
"Prompt, professional service without compromising on quality or attention to detail.",
},
title: "Fast Service", description:
"Prompt, professional service without compromising on quality or attention to detail."},
{
icon: Home,
title: "Cozy Ambience",
description:
"Warm, elegant dining atmosphere perfect for intimate dinners and special celebrations.",
},
title: "Cozy Ambience", description:
"Warm, elegant dining atmosphere perfect for intimate dinners and special celebrations."},
{
icon: Shield,
title: "Hygienic Kitchen",
description:
"Certified food safety standards with rigorous sanitation protocols and quality control.",
},
title: "Hygienic Kitchen", description:
"Certified food safety standards with rigorous sanitation protocols and quality control."},
{
icon: Sparkles,
title: "Affordable Luxury",
description:
"Premium dining experience at accessible prices, celebrating quality food and service.",
},
title: "Affordable Luxury", description:
"Premium dining experience at accessible prices, celebrating quality food and service."},
]}
/>
</div>
@@ -248,7 +189,7 @@ export default function HomePage() {
{ text: "Browse Menu", href: "#menu" },
]}
buttonAnimation="slide-up"
background={{ variant: "grid" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
@@ -263,48 +204,24 @@ export default function HomePage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Mitchell",
role: "Event Planner",
testimonial:
"Culinary Haven exceeded our expectations! The food was absolutely exquisite, the service impeccable, and the ambiance was perfect for our anniversary dinner. We'll be back again and again.",
imageSrc:
"http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg?_wi=1",
imageAlt: "Sarah Mitchell",
icon: Quote,
id: "1", name: "Sarah Mitchell", role: "Event Planner", testimonial:
"Culinary Haven exceeded our expectations! The food was absolutely exquisite, the service impeccable, and the ambiance was perfect for our anniversary dinner. We'll be back again and again.", imageSrc:
"http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg", imageAlt: "Sarah Mitchell", icon: Quote,
},
{
id: "2",
name: "Michael Chen",
role: "Business Executive",
testimonial:
"The finest dining experience I've had in years. Every dish was a masterpiece, and the wine pairings were spot-on. The staff made us feel like family.",
imageSrc:
"http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-144.jpg?_wi=1",
imageAlt: "Michael Chen",
icon: Quote,
id: "2", name: "Michael Chen", role: "Business Executive", testimonial:
"The finest dining experience I've had in years. Every dish was a masterpiece, and the wine pairings were spot-on. The staff made us feel like family.", imageSrc:
"http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-144.jpg", imageAlt: "Michael Chen", icon: Quote,
},
{
id: "3",
name: "Jennifer Rodriguez",
role: "Chef & Food Critic",
testimonial:
"As someone in the culinary industry, I can appreciate the technique and passion in every plate. This is truly a gem that deserves recognition.",
imageSrc:
"http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg?_wi=1",
imageAlt: "Jennifer Rodriguez",
icon: Quote,
id: "3", name: "Jennifer Rodriguez", role: "Chef & Food Critic", testimonial:
"As someone in the culinary industry, I can appreciate the technique and passion in every plate. This is truly a gem that deserves recognition.", imageSrc:
"http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg", imageAlt: "Jennifer Rodriguez", icon: Quote,
},
{
id: "4",
name: "David Thompson",
role: "Restaurant Owner",
testimonial:
"Impressive execution from front to back. The kitchen knows what they're doing, the service is polished, and the value proposition is excellent.",
imageSrc:
"http://img.b2bpic.net/free-photo/executive-blue-suit-arms-crossed_1139-200.jpg?_wi=1",
imageAlt: "David Thompson",
icon: Quote,
id: "4", name: "David Thompson", role: "Restaurant Owner", testimonial:
"Impressive execution from front to back. The kitchen knows what they're doing, the service is polished, and the value proposition is excellent.", imageSrc:
"http://img.b2bpic.net/free-photo/executive-blue-suit-arms-crossed_1139-200.jpg", imageAlt: "David Thompson", icon: Quote,
},
]}
/>
@@ -318,15 +235,7 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Michelin Guide Featured",
"Best Restaurant Award",
"Chef's Choice 2024",
"Top Rated Platform",
"Fresh Ingredient Certified",
"Food Safety Certified",
"Express Delivery Partner",
"Customer Favorite",
]}
"Michelin Guide Featured", "Best Restaurant Award", "Chef's Choice 2024", "Top Rated Platform", "Fresh Ingredient Certified", "Food Safety Certified", "Express Delivery Partner", "Customer Favorite"]}
speed={40}
showCard={true}
/>
@@ -334,7 +243,7 @@ export default function HomePage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129581.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129581.jpg"
imageAlt="Elegant restaurant interior"
logoText="Culinary Haven"
copyrightText="© 2025 Culinary Haven. All rights reserved."

View File

@@ -24,7 +24,7 @@ export default function ReservationsPage() {
borderRadius="rounded"
contentWidth="mediumSmall"
sizing="largeSizeMediumTitles"
background="grid"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="glass"
@@ -55,7 +55,7 @@ export default function ReservationsPage() {
{ text: "Browse Menu", href: "/menu" },
]}
buttonAnimation="slide-up"
background={{ variant: "grid" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
@@ -70,51 +70,26 @@ export default function ReservationsPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Mitchell",
role: "Event Planner",
testimonial: "Culinary Haven exceeded our expectations! The food was absolutely exquisite, the service impeccable, and the ambiance was perfect for our anniversary dinner. We'll be back again and again.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg?_wi=2",
imageAlt: "Sarah Mitchell",
},
id: "1", name: "Sarah Mitchell", role: "Event Planner", testimonial: "Culinary Haven exceeded our expectations! The food was absolutely exquisite, the service impeccable, and the ambiance was perfect for our anniversary dinner. We'll be back again and again.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg", imageAlt: "Sarah Mitchell"},
{
id: "2",
name: "Michael Chen",
role: "Business Executive",
testimonial: "The finest dining experience I've had in years. Every dish was a masterpiece, and the wine pairings were spot-on. The staff made us feel like family.",
imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-144.jpg?_wi=3",
imageAlt: "Michael Chen",
},
id: "2", name: "Michael Chen", role: "Business Executive", testimonial: "The finest dining experience I've had in years. Every dish was a masterpiece, and the wine pairings were spot-on. The staff made us feel like family.", imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-144.jpg", imageAlt: "Michael Chen"},
{
id: "3",
name: "Jennifer Rodriguez",
role: "Chef & Food Critic",
testimonial: "As someone in the culinary industry, I can appreciate the technique and passion in every plate. This is truly a gem that deserves recognition.",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg?_wi=3",
imageAlt: "Jennifer Rodriguez",
},
id: "3", name: "Jennifer Rodriguez", role: "Chef & Food Critic", testimonial: "As someone in the culinary industry, I can appreciate the technique and passion in every plate. This is truly a gem that deserves recognition.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg", imageAlt: "Jennifer Rodriguez"},
{
id: "4",
name: "David Thompson",
role: "Restaurant Owner",
testimonial: "Impressive execution from front to back. The kitchen knows what they're doing, the service is polished, and the value proposition is excellent.",
imageSrc: "http://img.b2bpic.net/free-photo/executive-blue-suit-arms-crossed_1139-200.jpg?_wi=3",
imageAlt: "David Thompson",
},
id: "4", name: "David Thompson", role: "Restaurant Owner", testimonial: "Impressive execution from front to back. The kitchen knows what they're doing, the service is polished, and the value proposition is excellent.", imageSrc: "http://img.b2bpic.net/free-photo/executive-blue-suit-arms-crossed_1139-200.jpg", imageAlt: "David Thompson"},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129581.jpg?_wi=4"
imageSrc="http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129581.jpg"
imageAlt="Elegant restaurant interior"
logoText="Culinary Haven"
copyrightText="© 2025 Culinary Haven. All rights reserved."
columns={[
{
title: "Dining",
items: [
title: "Dining", items: [
{ label: "Menu", href: "/menu" },
{ label: "Reservations", href: "/reservations" },
{ label: "Order Online", href: "#order" },
@@ -122,8 +97,7 @@ export default function ReservationsPage() {
],
},
{
title: "About",
items: [
title: "About", items: [
{ label: "Our Story", href: "#about" },
{ label: "Chef Biography", href: "#about" },
{ label: "Gallery", href: "#gallery" },
@@ -131,8 +105,7 @@ export default function ReservationsPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Contact Us", href: "#contact" },
{ label: "FAQ", href: "#faq" },
{ label: "Newsletter", href: "#" },

View File

@@ -18,8 +18,7 @@ export default function ReviewsPage() {
const footerColumns = [
{
title: "Dining",
items: [
title: "Dining", items: [
{ label: "Menu", href: "#menu" },
{ label: "Reservations", href: "#reservations" },
{ label: "Order Online", href: "#order" },
@@ -27,8 +26,7 @@ export default function ReviewsPage() {
],
},
{
title: "About",
items: [
title: "About", items: [
{ label: "Our Story", href: "#about" },
{ label: "Chef Biography", href: "#about" },
{ label: "Gallery", href: "#gallery" },
@@ -36,8 +34,7 @@ export default function ReviewsPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Contact Us", href: "#contact" },
{ label: "FAQ", href: "#faq" },
{ label: "Newsletter", href: "#" },
@@ -53,7 +50,7 @@ export default function ReviewsPage() {
borderRadius="rounded"
contentWidth="mediumSmall"
sizing="largeSizeMediumTitles"
background="grid"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="glass"
@@ -67,9 +64,7 @@ export default function ReviewsPage() {
id: item.id,
}))}
button={{
text: "Reserve Table",
href: "#reservations",
}}
text: "Reserve Table", href: "#reservations"}}
/>
</div>
@@ -83,45 +78,21 @@ export default function ReviewsPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Mitchell",
role: "Event Planner",
testimonial:
"Culinary Haven exceeded our expectations! The food was absolutely exquisite, the service impeccable, and the ambiance was perfect for our anniversary dinner. We'll be back again and again.",
imageSrc:
"http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg?_wi=3",
imageAlt: "Sarah Mitchell",
},
id: "1", name: "Sarah Mitchell", role: "Event Planner", testimonial:
"Culinary Haven exceeded our expectations! The food was absolutely exquisite, the service impeccable, and the ambiance was perfect for our anniversary dinner. We'll be back again and again.", imageSrc:
"http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg", imageAlt: "Sarah Mitchell"},
{
id: "2",
name: "Michael Chen",
role: "Business Executive",
testimonial:
"The finest dining experience I've had in years. Every dish was a masterpiece, and the wine pairings were spot-on. The staff made us feel like family.",
imageSrc:
"http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-144.jpg?_wi=4",
imageAlt: "Michael Chen",
},
id: "2", name: "Michael Chen", role: "Business Executive", testimonial:
"The finest dining experience I've had in years. Every dish was a masterpiece, and the wine pairings were spot-on. The staff made us feel like family.", imageSrc:
"http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-144.jpg", imageAlt: "Michael Chen"},
{
id: "3",
name: "Jennifer Rodriguez",
role: "Chef & Food Critic",
testimonial:
"As someone in the culinary industry, I can appreciate the technique and passion in every plate. This is truly a gem that deserves recognition.",
imageSrc:
"http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg?_wi=4",
imageAlt: "Jennifer Rodriguez",
},
id: "3", name: "Jennifer Rodriguez", role: "Chef & Food Critic", testimonial:
"As someone in the culinary industry, I can appreciate the technique and passion in every plate. This is truly a gem that deserves recognition.", imageSrc:
"http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg", imageAlt: "Jennifer Rodriguez"},
{
id: "4",
name: "David Thompson",
role: "Restaurant Owner",
testimonial:
"Impressive execution from front to back. The kitchen knows what they're doing, the service is polished, and the value proposition is excellent.",
imageSrc:
"http://img.b2bpic.net/free-photo/executive-blue-suit-arms-crossed_1139-200.jpg?_wi=4",
imageAlt: "David Thompson",
},
id: "4", name: "David Thompson", role: "Restaurant Owner", testimonial:
"Impressive execution from front to back. The kitchen knows what they're doing, the service is polished, and the value proposition is excellent.", imageSrc:
"http://img.b2bpic.net/free-photo/executive-blue-suit-arms-crossed_1139-200.jpg", imageAlt: "David Thompson"},
]}
/>
</div>
@@ -134,25 +105,20 @@ export default function ReviewsPage() {
description="Book your table now and experience the perfect blend of exquisite cuisine, elegant ambiance, and exceptional service."
buttons={[
{
text: "Reserve Your Table",
href: "#reservations",
},
text: "Reserve Your Table", href: "#reservations"},
{
text: "Browse Menu",
href: "#menu",
},
text: "Browse Menu", href: "#menu"},
]}
buttonAnimation="slide-up"
background={{
variant: "grid",
}}
variant: "plain"}}
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129581.jpg?_wi=8"
imageSrc="http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129581.jpg"
imageAlt="Elegant restaurant interior"
logoText="Culinary Haven"
copyrightText="© 2025 Culinary Haven. All rights reserved."