diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9fb2031..571c227 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,87 +31,39 @@ export default function LandingPage() {
@@ -120,19 +72,9 @@ export default function LandingPage() {
@@ -143,36 +85,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: "vibe-1",
- label: "Design",
- title: "Modern Luxury",
- items: [
- "Sleek interiors",
- "Ambient lighting",
- "Premium seating",
- ],
- },
- {
- id: "vibe-2",
- label: "Social",
- title: "Vibrant Energy",
- items: [
- "Live music vibes",
- "Friendly staff",
- "Great crowds",
- ],
- },
- {
- id: "vibe-3",
- label: "Dining",
- title: "Exquisite Tastes",
- items: [
- "Gourmet recipes",
- "Local ingredients",
- "Fine spirits",
- ],
- },
+ { id: "vibe-1", label: "Design", title: "Modern Luxury", items: ["Sleek interiors", "Ambient lighting", "Premium seating"] },
+ { id: "vibe-2", label: "Social", title: "Vibrant Energy", items: ["Live music vibes", "Friendly staff", "Great crowds"] },
+ { id: "vibe-3", label: "Dining", title: "Exquisite Tastes", items: ["Gourmet recipes", "Local ingredients", "Fine spirits"] },
]}
title="Immersive Atmosphere"
description="A glimpse into the vibrant energy of Arba Minch's finest nightspot."
@@ -184,49 +99,14 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
+ animationType="slide-up"
products={[
- {
- id: "m1",
- name: "Local Special",
- price: "$15",
- variant: "Food",
- imageSrc: "http://img.b2bpic.net/free-photo/fish-head-with-sliced-vegetables_1304-4033.jpg",
- },
- {
- id: "m2",
- name: "Signature Steak",
- price: "$25",
- variant: "Food",
- imageSrc: "http://img.b2bpic.net/free-photo/tuna-sushi_1203-3743.jpg",
- },
- {
- id: "m3",
- name: "House Cocktail",
- price: "$8",
- variant: "Drinks",
- imageSrc: "http://img.b2bpic.net/free-photo/red-gurza-top-view_141793-4515.jpg",
- },
- {
- id: "m4",
- name: "Artisan Salad",
- price: "$12",
- variant: "Food",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-designing-meal-inside-plate-fry-meat-food-meal_140725-26012.jpg",
- },
- {
- id: "m5",
- name: "Premium Spirits",
- price: "$18",
- variant: "Spirits",
- imageSrc: "http://img.b2bpic.net/free-photo/raw-fresh-tuna-fish-meat-salad-with-avocado-mango_1203-9044.jpg",
- },
- {
- id: "m6",
- name: "Dessert Trio",
- price: "$10",
- variant: "Food",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holds-plate-with-vegetable-salad-with-red-fish-with-greens_141793-4670.jpg",
- },
+ { id: "m1", name: "Local Special", price: "$15", variant: "Food", imageSrc: "http://img.b2bpic.net/free-photo/fish-head-with-sliced-vegetables_1304-4033.jpg" },
+ { id: "m2", name: "Signature Steak", price: "$25", variant: "Food", imageSrc: "http://img.b2bpic.net/free-photo/tuna-sushi_1203-3743.jpg" },
+ { id: "m3", name: "House Cocktail", price: "$8", variant: "Drinks", imageSrc: "http://img.b2bpic.net/free-photo/red-gurza-top-view_141793-4515.jpg" },
+ { id: "m4", name: "Artisan Salad", price: "$12", variant: "Food", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-designing-meal-inside-plate-fry-meat-food-meal_140725-26012.jpg" },
+ { id: "m5", name: "Premium Spirits", price: "$18", variant: "Spirits", imageSrc: "http://img.b2bpic.net/free-photo/raw-fresh-tuna-fish-meat-salad-with-avocado-mango_1203-9044.jpg" },
+ { id: "m6", name: "Dessert Trio", price: "$10", variant: "Food", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holds-plate-with-vegetable-salad-with-red-fish-with-greens_141793-4670.jpg" },
]}
title="Chef's Selection"
description="Curated dishes designed to delight."
@@ -239,27 +119,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
- {
- id: "me1",
- value: "4.4",
- title: "Star Rating",
- description: "Highly reviewed by locals",
- imageSrc: "http://img.b2bpic.net/free-photo/twigs-leaves-near-lamp-cutlery_23-2147811213.jpg?_wi=1",
- },
- {
- id: "me2",
- value: "24/7",
- title: "Service",
- description: "Always open for you",
- imageSrc: "http://img.b2bpic.net/free-photo/young-curly-woman-enjoying-her-wine-bar_627829-6909.jpg",
- },
- {
- id: "me3",
- value: "100+",
- title: "Happy Guests",
- description: "Serving the community daily",
- imageSrc: "http://img.b2bpic.net/free-photo/hookah-sparksfrom-grapefruit-hookah-bowl_141793-3261.jpg",
- },
+ { id: "me1", value: "4.4", title: "Star Rating", description: "Highly reviewed by locals", imageSrc: "http://img.b2bpic.net/free-photo/twigs-leaves-near-lamp-cutlery_23-2147811213.jpg" },
+ { id: "me2", value: "24/7", title: "Service", description: "Always open for you", imageSrc: "http://img.b2bpic.net/free-photo/young-curly-woman-enjoying-her-wine-bar_627829-6909.jpg" },
+ { id: "me3", value: "100+", title: "Happy Guests", description: "Serving the community daily", imageSrc: "http://img.b2bpic.net/free-photo/hookah-sparksfrom-grapefruit-hookah-bowl_141793-3261.jpg" },
]}
title="Why We're Top Rated"
description="Consistently providing excellence in Arba Minch."
@@ -271,61 +133,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
- {
- id: "t1",
- name: "Henok K.",
- date: "Jan 2024",
- title: "Excellent Service",
- quote: "The best dining atmosphere in Arba Minch.",
- tag: "Dining",
- avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-sitting-table_23-2149655596.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/safari-party-table-arrangement-decoration_52683-96537.jpg?_wi=2",
- imageAlt: "portrait young professional friendly",
- },
- {
- id: "t2",
- name: "Yared Araya",
- date: "Dec 2023",
- title: "Top Notch",
- quote: "Great spirits and a welcoming vibe.",
- tag: "Drinks",
- avatarSrc: "http://img.b2bpic.net/free-photo/woman-with-curly-hair-dressed-fashionable-clothes-round-spectacles-looks-away-considers-something_273609-55152.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/clear-glass-cup-brown-wooden-table_209848-81.jpg",
- imageAlt: "portrait young professional friendly",
- },
- {
- id: "t3",
- name: "Sarah M.",
- date: "Nov 2023",
- title: "Highly Recommend",
- quote: "Amazing food, very professional.",
- tag: "Food",
- avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-longhaired-brunette-woman-bright-beret-red-dress-smiles-widely-sits-beautiful-cafe-young-asian-lady-eyeglasses-holds-white-coffee-cup_197531-29276.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-sitting-coffee-shop_23-2149652016.jpg",
- imageAlt: "portrait young professional friendly",
- },
- {
- id: "t4",
- name: "Dawit T.",
- date: "Oct 2023",
- title: "Always Reliable",
- quote: "Open 24/7, never disappoints.",
- tag: "Service",
- avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-positive-young-woman-with-pinkish-hair-sitting-home-against-golden-light-background-having-optimistic-happy-facial-expression-keeping-hands-chin-smiling-broadly-camera_343059-1907.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/modern-dinner-table-decorated-christmas_23-2150679102.jpg",
- imageAlt: "portrait young professional friendly",
- },
- {
- id: "t5",
- name: "Bethlehem G.",
- date: "Sept 2023",
- title: "Beautiful Space",
- quote: "Best mood in the city by far.",
- tag: "Atmosphere",
- avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-with-blue-eyes-wearing-striped-shirt-glasses-blue-background-winking-looking-camera-with-sexy-expression-cheerful-happy-face_839833-34452.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/twigs-leaves-near-lamp-cutlery_23-2147811213.jpg?_wi=2",
- imageAlt: "portrait young professional friendly",
- },
+ { id: "t1", name: "Henok K.", date: "Jan 2024", title: "Excellent Service", quote: "The best dining atmosphere in Arba Minch.", tag: "Dining", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-sitting-table_23-2149655596.jpg", imageSrc: "http://img.b2bpic.net/free-photo/safari-party-table-arrangement-decoration_52683-96537.jpg" },
+ { id: "t2", name: "Yared Araya", date: "Dec 2023", title: "Top Notch", quote: "Great spirits and a welcoming vibe.", tag: "Drinks", avatarSrc: "http://img.b2bpic.net/free-photo/woman-with-curly-hair-dressed-fashionable-clothes-round-spectacles-looks-away-considers-something_273609-55152.jpg", imageSrc: "http://img.b2bpic.net/free-photo/clear-glass-cup-brown-wooden-table_209848-81.jpg" },
+ { id: "t3", name: "Sarah M.", date: "Nov 2023", title: "Highly Recommend", quote: "Amazing food, very professional.", tag: "Food", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-longhaired-brunette-woman-bright-beret-red-dress-smiles-widely-sits-beautiful-cafe-young-asian-lady-eyeglasses-holds-white-coffee-cup_197531-29276.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-sitting-coffee-shop_23-2149652016.jpg" },
+ { id: "t4", name: "Dawit T.", date: "Oct 2023", title: "Always Reliable", quote: "Open 24/7, never disappoints.", tag: "Service", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-positive-young-woman-with-pinkish-hair-sitting-home-against-golden-light-background-having-optimistic-happy-facial-expression-keeping-hands-chin-smiling-broadly-camera_343059-1907.jpg", imageSrc: "http://img.b2bpic.net/free-photo/modern-dinner-table-decorated-christmas_23-2150679102.jpg" },
+ { id: "t5", name: "Bethlehem G.", date: "Sept 2023", title: "Beautiful Space", quote: "Best mood in the city by far.", tag: "Atmosphere", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-with-blue-eyes-wearing-striped-shirt-glasses-blue-background-winking-looking-camera-with-sexy-expression-cheerful-happy-face_839833-34452.jpg", imageSrc: "http://img.b2bpic.net/free-photo/twigs-leaves-near-lamp-cutlery_23-2147811213.jpg" },
]}
title="Guest Experiences"
description="What our patrons say about us."
@@ -337,21 +149,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- {
- id: "f1",
- title: "Are you really open 24 hours?",
- content: "Yes, we are open 24 hours a day, 7 days a week, including holidays.",
- },
- {
- id: "f2",
- title: "Where are you located?",
- content: "We are located at 2HP5+76W, Arba Minch, Ethiopia.",
- },
- {
- id: "f3",
- title: "Do you accept reservations?",
- content: "Yes, please call us or message us to book your spot for large groups.",
- },
+ { id: "f1", title: "Are you really open 24 hours?", content: "Yes, we are open 24 hours a day, 7 days a week, including holidays." },
+ { id: "f2", title: "Where are you located?", content: "We are located at 2HP5+76W, Arba Minch, Ethiopia." },
+ { id: "f3", title: "Do you accept reservations?", content: "Yes, please call us or message us to book your spot for large groups." },
]}
title="Common Questions"
description="Everything you need to know about our services."
@@ -362,9 +162,7 @@ export default function LandingPage() {