Update src/app/gallery/page.tsx

This commit is contained in:
2026-03-12 23:52:30 +00:00
parent 4229a8bf03
commit 2ef2d3eee9

View File

@@ -18,8 +18,7 @@ export default function GalleryPage() {
const footerColumns = [
{
title: "Navigate",
items: [
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "Menu", href: "/menu" },
{ label: "About", href: "/about" },
@@ -28,8 +27,7 @@ export default function GalleryPage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Order Online", href: "/order" },
{ label: "Private Events", href: "/events" },
{ label: "Catering", href: "/catering" },
@@ -37,8 +35,7 @@ export default function GalleryPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Instagram", href: "https://instagram.com/greenleafcafe" },
{ label: "Facebook", href: "https://facebook.com/greenleafcafe" },
{ label: "Email", href: "mailto:hello@greenleafcafe.com" },
@@ -46,8 +43,7 @@ export default function GalleryPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "/privacy" },
{ label: "Terms of Service", href: "/terms" },
{ label: "Allergen Info", href: "/allergens" },
@@ -76,9 +72,7 @@ export default function GalleryPage() {
id: item.id,
}))}
button={{
text: "Order Now",
href: "/order",
}}
text: "Order Now", href: "/order"}}
/>
</div>
@@ -91,64 +85,24 @@ export default function GalleryPage() {
tagAnimation="slide-up"
buttons={[
{
text: "View Full Gallery",
href: "/gallery",
},
text: "View Full Gallery", href: "/gallery"},
]}
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={true}
blogs={[
{
id: "gallery-1",
category: "Cafe Interior",
title: "Warm, Welcoming Ambiance",
excerpt: "Our thoughtfully designed space combines natural light with cozy seating for the perfect dining experience.",
imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-enjoying-drinks-bar_23-2147859567.jpg?_wi=2",
imageAlt: "Cafe interior with natural lighting",
authorName: "GreenLeaf Team",
authorAvatar: "http://img.b2bpic.net/free-vector/happy-set-smiley-avatars_23-2147673209.jpg",
date: "Daily Updated",
},
id: "gallery-1", category: "Cafe Interior", title: "Warm, Welcoming Ambiance", excerpt: "Our thoughtfully designed space combines natural light with cozy seating for the perfect dining experience.", imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-enjoying-drinks-bar_23-2147859567.jpg", imageAlt: "Cafe interior with natural lighting", authorName: "GreenLeaf Team", authorAvatar: "http://img.b2bpic.net/free-vector/happy-set-smiley-avatars_23-2147673209.jpg", date: "Daily Updated"},
{
id: "gallery-2",
category: [
"Food Prep",
"Quality",
],
title: "Fresh Ingredient Preparation",
excerpt: "Watch our chefs prepare meals from scratch daily using only the finest organic vegetables and grains.",
imageSrc: "http://img.b2bpic.net/free-photo/male-chef-with-apron-slicing-tomatoes-kitchen_23-2148763181.jpg?_wi=2",
imageAlt: "Chef preparing fresh vegetables",
authorName: "GreenLeaf Team",
authorAvatar: "http://img.b2bpic.net/free-vector/happy-set-smiley-avatars_23-2147673209.jpg",
date: "Daily Updated",
},
id: "gallery-2", category: [
"Food Prep", "Quality"],
title: "Fresh Ingredient Preparation", excerpt: "Watch our chefs prepare meals from scratch daily using only the finest organic vegetables and grains.", imageSrc: "http://img.b2bpic.net/free-photo/male-chef-with-apron-slicing-tomatoes-kitchen_23-2148763181.jpg", imageAlt: "Chef preparing fresh vegetables", authorName: "GreenLeaf Team", authorAvatar: "http://img.b2bpic.net/free-vector/happy-set-smiley-avatars_23-2147673209.jpg", date: "Daily Updated"},
{
id: "gallery-3",
category: [
"Daily Special",
"Featured",
],
title: "Today's Special Creation",
excerpt: "Our rotating special menu features seasonal ingredients and innovative vegetarian creations.",
imageSrc: "http://img.b2bpic.net/free-photo/pie-with-ground-beef-filling-rolls-puff-pastry-with-meat-plate_114579-110.jpg?_wi=2",
imageAlt: "Daily special dish presentation",
authorName: "GreenLeaf Team",
authorAvatar: "http://img.b2bpic.net/free-vector/happy-set-smiley-avatars_23-2147673209.jpg",
date: "Daily Updated",
},
id: "gallery-3", category: [
"Daily Special", "Featured"],
title: "Today's Special Creation", excerpt: "Our rotating special menu features seasonal ingredients and innovative vegetarian creations.", imageSrc: "http://img.b2bpic.net/free-photo/pie-with-ground-beef-filling-rolls-puff-pastry-with-meat-plate_114579-110.jpg", imageAlt: "Daily special dish presentation", authorName: "GreenLeaf Team", authorAvatar: "http://img.b2bpic.net/free-vector/happy-set-smiley-avatars_23-2147673209.jpg", date: "Daily Updated"},
{
id: "gallery-4",
category: "Community",
title: "Community & Connection",
excerpt: "Join our community events and meet fellow plant-based food enthusiasts and wellness advocates.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-people-party_23-2149734943.jpg?_wi=2",
imageAlt: "Community gathering at cafe",
authorName: "GreenLeaf Team",
authorAvatar: "http://img.b2bpic.net/free-vector/happy-set-smiley-avatars_23-2147673209.jpg",
date: "Daily Updated",
},
id: "gallery-4", category: "Community", title: "Community & Connection", excerpt: "Join our community events and meet fellow plant-based food enthusiasts and wellness advocates.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-people-party_23-2149734943.jpg", imageAlt: "Community gathering at cafe", authorName: "GreenLeaf Team", authorAvatar: "http://img.b2bpic.net/free-vector/happy-set-smiley-avatars_23-2147673209.jpg", date: "Daily Updated"},
]}
carouselMode="buttons"
/>