Merge version_1 into main #2

Merged
bender merged 3 commits from version_1 into main 2026-03-10 15:57:50 +00:00
3 changed files with 78 additions and 184 deletions

View File

@@ -32,9 +32,7 @@ export default function GalleryPage() {
{ name: "Gallery", id: "/gallery" },
]}
button={{
text: "Reserve Now",
href: "/reserve",
}}
text: "Reserve Now", href: "/reserve"}}
animateOnLoad={true}
/>
</div>
@@ -46,43 +44,26 @@ export default function GalleryPage() {
tag="Visual Feast"
tagIcon={Sparkles}
background={{
variant: "circleGradient",
}}
variant: "plain"}}
buttons={[
{
text: "Order Now",
href: "/menu",
},
text: "Order Now", href: "/menu"},
{
text: "Reserve a Table",
href: "/reserve",
},
text: "Reserve a Table", href: "/reserve"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-grilled-chicken-fillet_114579-3764.jpg?_wi=2",
imageAlt: "Delicious fried rice and gizzard",
},
imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-grilled-chicken-fillet_114579-3764.jpg", imageAlt: "Delicious fried rice and gizzard"},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-holding-milkshake_23-2148601325.jpg?_wi=4",
imageAlt: "Creamy out-of-this-world milkshake",
},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-holding-milkshake_23-2148601325.jpg", imageAlt: "Creamy out-of-this-world milkshake"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-ice-cream-tray_52683-92459.jpg?_wi=4",
imageAlt: "Premium ice cream treats",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-ice-cream-tray_52683-92459.jpg", imageAlt: "Premium ice cream treats"},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-eating-seaweed-snacks_23-2150670816.jpg?_wi=3",
imageAlt: "People enjoying meals together at 2Secs Arena",
},
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-eating-seaweed-snacks_23-2150670816.jpg", imageAlt: "People enjoying meals together at 2Secs Arena"},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510888.jpg",
imageAlt: "Food photography close up appetizing",
},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510888.jpg", imageAlt: "Food photography close up appetizing"},
{
imageSrc: "http://img.b2bpic.net/free-photo/pancakes-with-banana-chocolate-topping-wooden-board-with-delicious-coffee_114579-91052.jpg?_wi=2",
imageAlt: "Dessert spread ice cream milkshakes",
},
imageSrc: "http://img.b2bpic.net/free-photo/pancakes-with-banana-chocolate-topping-wooden-board-with-delicious-coffee_114579-91052.jpg", imageAlt: "Dessert spread ice cream milkshakes"},
]}
/>
</div>
@@ -95,17 +76,12 @@ export default function GalleryPage() {
description="Enjoy the meals everyone is talking about. Come experience great food, great vibes, and genuine hospitality."
buttons={[
{
text: "Order Now",
href: "/menu",
},
text: "Order Now", href: "/menu"},
{
text: "Reserve a Table",
href: "/reserve",
},
text: "Reserve a Table", href: "/reserve"},
]}
background={{
variant: "plain",
}}
variant: "plain"}}
useInvertedBackground={false}
/>
</div>
@@ -115,8 +91,7 @@ export default function GalleryPage() {
logoText="2Secs Arena"
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "Menu", href: "/menu" },
{ label: "Experience", href: "/experience" },
@@ -124,8 +99,7 @@ export default function GalleryPage() {
],
},
{
title: "Our Menu",
items: [
title: "Our Menu", items: [
{ label: "Meals", href: "/menu" },
{ label: "Desserts", href: "/menu" },
{ label: "Drinks", href: "/menu" },
@@ -133,8 +107,7 @@ export default function GalleryPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Reviews", href: "/reviews" },
{ label: "Reserve", href: "/reserve" },
{ label: "Contact", href: "/contact" },
@@ -142,8 +115,7 @@ export default function GalleryPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },

View File

@@ -19,8 +19,7 @@ export default function MenuPage() {
const footerColumns = [
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "Menu", href: "/menu" },
{ label: "Experience", href: "/experience" },
@@ -28,8 +27,7 @@ export default function MenuPage() {
],
},
{
title: "Our Menu",
items: [
title: "Our Menu", items: [
{ label: "Meals", href: "/menu#meals" },
{ label: "Desserts", href: "/menu#desserts" },
{ label: "Drinks", href: "/menu#drinks" },
@@ -37,8 +35,7 @@ export default function MenuPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Reviews", href: "/reviews" },
{ label: "Reserve", href: "/reserve" },
{ label: "Contact", href: "/contact" },
@@ -46,8 +43,7 @@ export default function MenuPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
@@ -78,9 +74,7 @@ export default function MenuPage() {
id: item.id,
}))}
button={{
text: "Reserve Now",
href: "/reserve",
}}
text: "Reserve Now", href: "/reserve"}}
animateOnLoad={true}
/>
</div>
@@ -92,7 +86,7 @@ export default function MenuPage() {
description="Explore the culinary delights that have made 2Secs Arena a beloved destination for great food lovers."
tag="Taste & Indulge"
tagIcon={Sparkles}
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Order Now", href: "/menu" },
{ text: "Reserve a Table", href: "/reserve" },
@@ -100,29 +94,19 @@ export default function MenuPage() {
mediaItems={[
{
imageSrc:
"http://img.b2bpic.net/free-photo/beef-chicken-kebab-bbq-with-roasted-grilled-potatoes-tomatoes-served-with-rice_114579-980.jpg?_wi=1",
imageAlt: "Jollof rice with grilled meats",
},
"http://img.b2bpic.net/free-photo/beef-chicken-kebab-bbq-with-roasted-grilled-potatoes-tomatoes-served-with-rice_114579-980.jpg", imageAlt: "Jollof rice with grilled meats"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/grilled-chicken-white-plate-with-salad-tomatoes-carrots-chilies-cut-into-pieces_1150-21422.jpg?_wi=1",
imageAlt: "Grilled chicken restaurant plate",
},
"http://img.b2bpic.net/free-photo/grilled-chicken-white-plate-with-salad-tomatoes-carrots-chilies-cut-into-pieces_1150-21422.jpg", imageAlt: "Grilled chicken restaurant plate"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/spicy-vegan-salad-with-sticky-berry-grain-rice_1339-6870.jpg?_wi=2",
imageAlt: "Gizzard dish served restaurant plating",
},
"http://img.b2bpic.net/free-photo/spicy-vegan-salad-with-sticky-berry-grain-rice_1339-6870.jpg", imageAlt: "Gizzard dish served restaurant plating"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/high-angle-hand-holding-milkshake_23-2148601325.jpg?_wi=3",
imageAlt: "Premium creamy milkshake",
},
"http://img.b2bpic.net/free-photo/high-angle-hand-holding-milkshake_23-2148601325.jpg", imageAlt: "Premium creamy milkshake"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-chocolate-ice-cream-tray_52683-92459.jpg?_wi=3",
imageAlt: "Gourmet ice cream desserts",
},
"http://img.b2bpic.net/free-photo/top-view-chocolate-ice-cream-tray_52683-92459.jpg", imageAlt: "Gourmet ice cream desserts"},
]}
/>
</div>
@@ -139,31 +123,19 @@ export default function MenuPage() {
features={[
{
id: 1,
title: "Jollof Rice",
description:
"A West African classic with aromatic rice, perfectly spiced and served with your choice of protein. Authentic, flavorful, and absolutely satisfying.",
imageSrc:
"http://img.b2bpic.net/free-photo/beef-chicken-kebab-bbq-with-roasted-grilled-potatoes-tomatoes-served-with-rice_114579-980.jpg?_wi=2",
imageAlt: "Jollof rice plated restaurant dish",
},
title: "Jollof Rice", description:
"A West African classic with aromatic rice, perfectly spiced and served with your choice of protein. Authentic, flavorful, and absolutely satisfying.", imageSrc:
"http://img.b2bpic.net/free-photo/beef-chicken-kebab-bbq-with-roasted-grilled-potatoes-tomatoes-served-with-rice_114579-980.jpg", imageAlt: "Jollof rice plated restaurant dish"},
{
id: 2,
title: "Grilled Chicken",
description:
"Tender, juicy, and marinated to perfection. Served with fresh salad and your favorite sides. A protein-packed favorite.",
imageSrc:
"http://img.b2bpic.net/free-photo/grilled-chicken-white-plate-with-salad-tomatoes-carrots-chilies-cut-into-pieces_1150-21422.jpg?_wi=2",
imageAlt: "Grilled chicken restaurant plate",
},
title: "Grilled Chicken", description:
"Tender, juicy, and marinated to perfection. Served with fresh salad and your favorite sides. A protein-packed favorite.", imageSrc:
"http://img.b2bpic.net/free-photo/grilled-chicken-white-plate-with-salad-tomatoes-carrots-chilies-cut-into-pieces_1150-21422.jpg", imageAlt: "Grilled chicken restaurant plate"},
{
id: 3,
title: "Specialty Desserts",
description:
"From creamy ice cream to indulgent milkshakes, our dessert menu offers the perfect sweet escape for any craving.",
imageSrc:
"http://img.b2bpic.net/free-photo/pancakes-with-banana-chocolate-topping-wooden-board-with-delicious-coffee_114579-91052.jpg?_wi=1",
imageAlt: "Dessert spread ice cream milkshakes",
},
title: "Specialty Desserts", description:
"From creamy ice cream to indulgent milkshakes, our dessert menu offers the perfect sweet escape for any craving.", imageSrc:
"http://img.b2bpic.net/free-photo/pancakes-with-banana-chocolate-topping-wooden-board-with-delicious-coffee_114579-91052.jpg", imageAlt: "Dessert spread ice cream milkshakes"},
]}
/>
</div>

View File

@@ -9,7 +9,7 @@ import TestimonialCardFifteen from "@/components/sections/testimonial/Testimonia
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
import Link from "next/link";
import { Sparkles, UtensilsCrossed, Armchair, Utensils, Users, Zap, Heart } from "lucide-react";
import { Sparkles, UtensilsCrossed, Armchair, Utensils, Users, Zap, Heart, MoreVertical } from "lucide-react";
export default function HomePage() {
const navItems = [
@@ -21,8 +21,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "Menu", href: "/menu" },
{ label: "Experience", href: "/experience" },
@@ -30,8 +29,7 @@ export default function HomePage() {
],
},
{
title: "Our Menu",
items: [
title: "Our Menu", items: [
{ label: "Meals", href: "/menu#meals" },
{ label: "Desserts", href: "/menu#desserts" },
{ label: "Drinks", href: "/menu#drinks" },
@@ -39,8 +37,7 @@ export default function HomePage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Reviews", href: "/reviews" },
{ label: "Reserve", href: "/reserve" },
{ label: "Contact", href: "/contact" },
@@ -48,8 +45,7 @@ export default function HomePage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
@@ -80,9 +76,7 @@ export default function HomePage() {
id: item.id,
}))}
button={{
text: "Reserve Now",
href: "/reserve",
}}
text: "Reserve Now", href: "/reserve"}}
animateOnLoad={true}
/>
</div>
@@ -94,7 +88,7 @@ export default function HomePage() {
description="Delicious meals, irresistible desserts, and a relaxing atmosphere — all served with speed and care."
tag="Great Food. Great Vibes."
tagIcon={Sparkles}
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Order Now", href: "/menu" },
{ text: "Reserve a Table", href: "/reserve" },
@@ -102,29 +96,19 @@ export default function HomePage() {
mediaItems={[
{
imageSrc:
"http://img.b2bpic.net/free-photo/caesar-salad-with-grilled-chicken-fillet_114579-3764.jpg?_wi=1",
imageAlt: "Delicious fried rice and gizzard",
},
"http://img.b2bpic.net/free-photo/caesar-salad-with-grilled-chicken-fillet_114579-3764.jpg", imageAlt: "Delicious fried rice and gizzard"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/high-angle-hand-holding-milkshake_23-2148601325.jpg?_wi=1",
imageAlt: "Creamy out-of-this-world milkshake",
},
"http://img.b2bpic.net/free-photo/high-angle-hand-holding-milkshake_23-2148601325.jpg", imageAlt: "Creamy out-of-this-world milkshake"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-chocolate-ice-cream-tray_52683-92459.jpg?_wi=1",
imageAlt: "Premium ice cream treats",
},
"http://img.b2bpic.net/free-photo/top-view-chocolate-ice-cream-tray_52683-92459.jpg", imageAlt: "Premium ice cream treats"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/abstract-futuristic-school-classroom_23-2150892684.jpg",
imageAlt: "Spacious relaxing dining environment",
},
"http://img.b2bpic.net/free-photo/abstract-futuristic-school-classroom_23-2150892684.jpg", imageAlt: "Spacious relaxing dining environment"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-yummy-cutlets-with-onion-rings-grey-background-dish-meat-cuisine_140725-47069.jpg",
imageAlt: "Gourmet restaurant meals",
},
"http://img.b2bpic.net/free-photo/top-view-yummy-cutlets-with-onion-rings-grey-background-dish-meat-cuisine_140725-47069.jpg", imageAlt: "Gourmet restaurant meals"},
]}
/>
</div>
@@ -139,25 +123,19 @@ export default function HomePage() {
useInvertedBackground={false}
bulletPoints={[
{
title: "Delicious Meals",
description:
"From rich fried rice to mouth-watering gizzard dishes, every plate is prepared to satisfy your cravings.",
icon: UtensilsCrossed,
title: "Delicious Meals", description:
"From rich fried rice to mouth-watering gizzard dishes, every plate is prepared to satisfy your cravings.", icon: UtensilsCrossed,
},
{
title: "Amazing Milkshakes & Ice Cream",
description:
"Customers say our milkshakes are 'out of this world.' The perfect sweet finish to any meal.",
icon: Armchair,
title: "Amazing Milkshakes & Ice Cream", description:
"Customers say our milkshakes are 'out of this world.' The perfect sweet finish to any meal.", icon: MoreVertical,
},
{
title: "Spacious & Relaxing Environment",
description:
"Enjoy a cozy and comfortable space designed for relaxing, dining, and spending time with friends and family.",
icon: Armchair,
title: "Spacious & Relaxing Environment", description:
"Enjoy a cozy and comfortable space designed for relaxing, dining, and spending time with friends and family.", icon: Armchair,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/friends_23-2148014930.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/friends_23-2148014930.jpg"
imageAlt="Spacious comfortable dining environment"
mediaAnimation="slide-up"
imagePosition="right"
@@ -176,31 +154,19 @@ export default function HomePage() {
features={[
{
id: 1,
title: "Fried Rice & Gizzard",
description:
"Flavor packed, perfectly cooked, and one of our most loved dishes. A delightful combination of crispy rice, tender gizzard, and aromatic spices.",
imageSrc:
"http://img.b2bpic.net/free-photo/spicy-vegan-salad-with-sticky-berry-grain-rice_1339-6870.jpg?_wi=1",
imageAlt: "Signature fried rice and gizzard",
},
title: "Fried Rice & Gizzard", description:
"Flavor packed, perfectly cooked, and one of our most loved dishes. A delightful combination of crispy rice, tender gizzard, and aromatic spices.", imageSrc:
"http://img.b2bpic.net/free-photo/spicy-vegan-salad-with-sticky-berry-grain-rice_1339-6870.jpg", imageAlt: "Signature fried rice and gizzard"},
{
id: 2,
title: "Milkshakes",
description:
"Creamy, rich, and unforgettable. Our milkshakes are handcrafted daily with premium ingredients and served ice-cold.",
imageSrc:
"http://img.b2bpic.net/free-photo/high-angle-hand-holding-milkshake_23-2148601325.jpg?_wi=2",
imageAlt: "Premium creamy milkshake",
},
title: "Milkshakes", description:
"Creamy, rich, and unforgettable. Our milkshakes are handcrafted daily with premium ingredients and served ice-cold.", imageSrc:
"http://img.b2bpic.net/free-photo/high-angle-hand-holding-milkshake_23-2148601325.jpg", imageAlt: "Premium creamy milkshake"},
{
id: 3,
title: "Ice Cream Treats",
description:
"The sweet indulgence everyone talks about. Choose from a variety of flavors and enjoy guilt-free bliss.",
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-chocolate-ice-cream-tray_52683-92459.jpg?_wi=2",
imageAlt: "Gourmet ice cream desserts",
},
title: "Ice Cream Treats", description:
"The sweet indulgence everyone talks about. Choose from a variety of flavors and enjoy guilt-free bliss.", imageSrc:
"http://img.b2bpic.net/free-photo/top-view-chocolate-ice-cream-tray_52683-92459.jpg", imageAlt: "Gourmet ice cream desserts"},
]}
/>
</div>
@@ -216,21 +182,13 @@ export default function HomePage() {
useInvertedBackground={false}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/young-happy-women-student-property-business-background-beautiful-young-business-woman_1391-64.jpg",
alt: "Elizabeth O.",
},
src: "http://img.b2bpic.net/free-photo/young-happy-women-student-property-business-background-beautiful-young-business-woman_1391-64.jpg", alt: "Elizabeth O."},
{
src: "http://img.b2bpic.net/free-photo/portrait-happy-young-businessman-looking-camera_23-2147839978.jpg",
alt: "Uchenna A.",
},
src: "http://img.b2bpic.net/free-photo/portrait-happy-young-businessman-looking-camera_23-2147839978.jpg", alt: "Uchenna A."},
{
src: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg",
alt: "Daniel B.",
},
src: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg", alt: "Daniel B."},
{
src: "http://img.b2bpic.net/free-photo/smiling-man-his-work-time-office-job_23-2149571041.jpg",
alt: "Odali P.",
},
src: "http://img.b2bpic.net/free-photo/smiling-man-his-work-time-office-job_23-2149571041.jpg", alt: "Odali P."},
]}
/>
</div>
@@ -245,31 +203,23 @@ export default function HomePage() {
useInvertedBackground={true}
bulletPoints={[
{
title: "Enjoy a Relaxed Meal",
description:
"Take your time, savor every bite, and enjoy the warm, welcoming atmosphere.",
icon: Utensils,
title: "Enjoy a Relaxed Meal", description:
"Take your time, savor every bite, and enjoy the warm, welcoming atmosphere.", icon: Utensils,
},
{
title: "Hang Out with Friends",
description:
"Spacious seating, friendly staff, and amazing food make every gathering memorable.",
icon: Users,
title: "Hang Out with Friends", description:
"Spacious seating, friendly staff, and amazing food make every gathering memorable.", icon: Users,
},
{
title: "Grab Takeaway Snacks",
description:
"Quick, delicious, and convenient. Perfect for busy days and on-the-go enjoyment.",
icon: Zap,
title: "Grab Takeaway Snacks", description:
"Quick, delicious, and convenient. Perfect for busy days and on-the-go enjoyment.", icon: Zap,
},
{
title: "Family & Kids Welcome",
description:
"A comfortable, family-friendly space where everyone feels at home.",
icon: Heart,
title: "Family & Kids Welcome", description:
"A comfortable, family-friendly space where everyone feels at home.", icon: Heart,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-friends-eating-seaweed-snacks_23-2150670816.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-friends-eating-seaweed-snacks_23-2150670816.jpg"
imageAlt="People enjoying meals together at 2Secs Arena"
mediaAnimation="blur-reveal"
imagePosition="left"