diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9b06d57..82e76d9 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,92 +32,40 @@ export default function LandingPage() {
@@ -126,15 +74,8 @@ export default function LandingPage() {
@@ -145,21 +86,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- icon: Droplet,
- title: "Great Cocktails",
- description: "Expertly crafted spirits and unique cocktail creations in a vibrant, upscale lounge setting.",
- },
- {
- icon: Award,
- title: "All-You-Can-Eat",
- description: "A diverse array of gourmet selections, satisfying every appetite with unlimited refined options.",
- },
- {
- icon: Clock,
- title: "Happy-Hour Specials",
- description: "Exquisite small plates and curated bar snacks available at the most inviting times of your day.",
- },
+ { icon: Droplet, title: "Great Cocktails", description: "Expertly crafted spirits and unique cocktail creations in a vibrant, upscale lounge setting." },
+ { icon: Award, title: "All-You-Can-Eat", description: "A diverse array of gourmet selections, satisfying every appetite with unlimited refined options." },
+ { icon: Clock, title: "Happy-Hour Specials", description: "Exquisite small plates and curated bar snacks available at the most inviting times of your day." },
]}
title="Experience Excellence"
description="Indulge in a curated selection of culinary highlights and signature experiences crafted for the discerning palate."
@@ -171,49 +100,14 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
+ animationType="slide-up"
products={[
- {
- id: "p1",
- name: "Special Rice",
- price: "₦4,500",
- variant: "Gourmet Rice Selection",
- imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg",
- },
- {
- id: "p2",
- name: "Signature Cake",
- price: "₦2,000",
- variant: "Artisan Dessert",
- imageSrc: "http://img.b2bpic.net/free-photo/two-sweet-delicious-piece-cakes-with-rosehips-glass-plate_114579-54943.jpg",
- },
- {
- id: "p3",
- name: "Local Soup Bowl",
- price: "₦3,800",
- variant: "Authentic Recipe",
- imageSrc: "http://img.b2bpic.net/free-photo/tomato-soup-with-cheese-cracker-top_141793-845.jpg",
- },
- {
- id: "p4",
- name: "Chef's Special Salad",
- price: "₦3,500",
- variant: "Fresh Greens",
- imageSrc: "http://img.b2bpic.net/free-photo/seasonal-herbs-salad-with-mixed-vegetables_114579-2161.jpg",
- },
- {
- id: "p5",
- name: "Signature Pastry",
- price: "₦2,500",
- variant: "Dessert Selection",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cheesecake-with-strawberry-chocolate-plate-red-shawl-dark-isolated-background-free-place_140725-108490.jpg",
- },
- {
- id: "p6",
- name: "Hearty Local Soup",
- price: "₦4,200",
- variant: "Traditional Richness",
- imageSrc: "http://img.b2bpic.net/free-photo/pork-cabbage-soup-with-carrots-chopped-green-onions-cucumber-wooden-plate-wooden-plate_1150-27229.jpg",
- },
+ { id: "p1", name: "Special Rice", price: "₦4,500", variant: "Gourmet Rice Selection", imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg" },
+ { id: "p2", name: "Signature Cake", price: "₦2,000", variant: "Artisan Dessert", imageSrc: "http://img.b2bpic.net/free-photo/two-sweet-delicious-piece-cakes-with-rosehips-glass-plate_114579-54943.jpg" },
+ { id: "p3", name: "Local Soup Bowl", price: "₦3,800", variant: "Authentic Recipe", imageSrc: "http://img.b2bpic.net/free-photo/tomato-soup-with-cheese-cracker-top_141793-845.jpg" },
+ { id: "p4", name: "Chef's Special Salad", price: "₦3,500", variant: "Fresh Greens", imageSrc: "http://img.b2bpic.net/free-photo/seasonal-herbs-salad-with-mixed-vegetables_114579-2161.jpg" },
+ { id: "p5", name: "Signature Pastry", price: "₦2,500", variant: "Dessert Selection", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cheesecake-with-strawberry-chocolate-plate-red-shawl-dark-isolated-background-free-place_140725-108490.jpg" },
+ { id: "p6", name: "Hearty Local Soup", price: "₦4,200", variant: "Traditional Richness", imageSrc: "http://img.b2bpic.net/free-photo/pork-cabbage-soup-with-carrots-chopped-green-onions-cucumber-wooden-plate-wooden-plate_1150-27229.jpg" },
]}
title="Menu Highlights"
description="Explore our signature dishes prepared with fresh ingredients and refined culinary techniques."
@@ -226,38 +120,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
plans={[
- {
- id: "lunch",
- badge: "Popular",
- price: "₦10,000",
- subtitle: "Perfect for Solo or Quick Lunch",
- buttons: [
- {
- text: "Order Now",
- },
- ],
- features: [
- "Quick Service",
- "Signature Rice",
- "Refreshing Drink",
- ],
- },
- {
- id: "dinner",
- badge: "Elite",
- price: "₦40,000",
- subtitle: "Full Culinary Experience",
- buttons: [
- {
- text: "Reserve Now",
- },
- ],
- features: [
- "Full Course Meal",
- "Unlimited Cocktails",
- "Priority Table",
- ],
- },
+ { id: "lunch", badge: "Popular", price: "₦10,000", subtitle: "Perfect for Solo or Quick Lunch", buttons: [{ text: "Order Now" }], features: ["Quick Service", "Signature Rice", "Refreshing Drink"] },
+ { id: "dinner", badge: "Elite", price: "₦40,000", subtitle: "Full Culinary Experience", buttons: [{ text: "Reserve Now" }], features: ["Full Course Meal", "Unlimited Cocktails", "Priority Table"] },
]}
title="Dining Plans"
description="Choose the perfect culinary experience at Super Fantasy."
@@ -271,27 +135,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "208+",
- title: "Reviews",
- description: "Satisfied patrons worldwide",
- icon: MessageSquare,
- },
- {
- id: "m2",
- value: "4.0",
- title: "Google Rating",
- description: "Highly trusted by guests",
- icon: Star,
- },
- {
- id: "m3",
- value: "100+",
- title: "Signature Items",
- description: "Crafted with local care",
- icon: Award,
- },
+ { id: "m1", value: "208+", title: "Reviews", description: "Satisfied patrons worldwide", icon: MessageSquare },
+ { id: "m2", value: "4.0", title: "Google Rating", description: "Highly trusted by guests", icon: Star },
+ { id: "m3", value: "100+", title: "Signature Items", description: "Crafted with local care", icon: Award },
]}
title="Our Impact"
description="Consistently providing excellence in Rivers State culinary scene."
@@ -302,61 +148,18 @@ export default function LandingPage() {