diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3285744..040f51f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
@@ -54,77 +46,48 @@ export default function LandingPage() {
@@ -135,9 +98,7 @@ export default function LandingPage() {
title="Crafting Moments in Sheki"
buttons={[
{
- text: "Our Story",
- href: "#",
- },
+ text: "Our Story", href: "#"},
]}
/>
@@ -148,26 +109,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- tag: "Drinks",
- title: "Premium Selection",
- subtitle: "Curated Drinks",
- description: "Hand-selected craft beers and local wines.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-various-cocktails-white-table_181624-44215.jpg",
- },
+ tag: "Drinks", title: "Premium Selection", subtitle: "Curated Drinks", description: "Hand-selected craft beers and local wines.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-various-cocktails-white-table_181624-44215.jpg"},
{
- tag: "Food",
- title: "Local Flavors",
- subtitle: "Authentic Cuisine",
- description: "Tradition in every bite of our local dishes.",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-asparagus-with-mashed-potatoes-herbs-plate_141793-6091.jpg",
- },
+ tag: "Food", title: "Local Flavors", subtitle: "Authentic Cuisine", description: "Tradition in every bite of our local dishes.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-asparagus-with-mashed-potatoes-herbs-plate_141793-6091.jpg"},
{
- tag: "Social",
- title: "Pub Vibe",
- subtitle: "Live Entertainment",
- description: "The perfect spot to unwind and enjoy music.",
- imageSrc: "http://img.b2bpic.net/free-photo/three-content-friends-chatting-drinking-beer_1262-3656.jpg",
- },
+ tag: "Social", title: "Pub Vibe", subtitle: "Live Entertainment", description: "The perfect spot to unwind and enjoy music.", imageSrc: "http://img.b2bpic.net/free-photo/three-content-friends-chatting-drinking-beer_1262-3656.jpg"},
]}
title="Why Choose Aura?"
description="We take pride in our commitment to quality, traditional heritage, and customer satisfaction."
@@ -182,59 +128,23 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "1",
- brand: "Pub Classic",
- name: "Signature Burger",
- price: "12 AZN",
- rating: 5,
- reviewCount: "120",
- imageSrc: "http://img.b2bpic.net/free-photo/meat-salad-with-potatoes-eggs-herbs_140725-3293.jpg",
- },
+ id: "1", brand: "Pub Classic", name: "Signature Burger", price: "12 AZN", rating: 5,
+ reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/meat-salad-with-potatoes-eggs-herbs_140725-3293.jpg"},
{
- id: "2",
- brand: "Finger Food",
- name: "Crispy Wings",
- price: "8 AZN",
- rating: 4,
- reviewCount: "85",
- imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-cheese-platter-with-slices-bread-olives-wooden-desk_23-2148162057.jpg",
- },
+ id: "2", brand: "Finger Food", name: "Crispy Wings", price: "8 AZN", rating: 4,
+ reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-cheese-platter-with-slices-bread-olives-wooden-desk_23-2148162057.jpg"},
{
- id: "3",
- brand: "Grilled",
- name: "T-Bone Steak",
- price: "25 AZN",
- rating: 5,
- reviewCount: "45",
- imageSrc: "http://img.b2bpic.net/free-photo/grilled-steak-with-rosemary-mashed-potatoes-white-plate_9975-124470.jpg",
- },
+ id: "3", brand: "Grilled", name: "T-Bone Steak", price: "25 AZN", rating: 5,
+ reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/grilled-steak-with-rosemary-mashed-potatoes-white-plate_9975-124470.jpg"},
{
- id: "4",
- brand: "Fresh",
- name: "Garden Salad",
- price: "6 AZN",
- rating: 4,
- reviewCount: "60",
- imageSrc: "http://img.b2bpic.net/free-photo/fish-cotlet-served-with-lettuce-salad-brown-bread-tomatoes_140725-1530.jpg",
- },
+ id: "4", brand: "Fresh", name: "Garden Salad", price: "6 AZN", rating: 4,
+ reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/fish-cotlet-served-with-lettuce-salad-brown-bread-tomatoes_140725-1530.jpg"},
{
- id: "5",
- brand: "Traditional",
- name: "Sheki Piti",
- price: "10 AZN",
- rating: 5,
- reviewCount: "200",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-tomato-soup-with-melted-parmesan-inside-blue-plate_114579-2908.jpg",
- },
+ id: "5", brand: "Traditional", name: "Sheki Piti", price: "10 AZN", rating: 5,
+ reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-tomato-soup-with-melted-parmesan-inside-blue-plate_114579-2908.jpg"},
{
- id: "6",
- brand: "Dessert",
- name: "Chocolate Cake",
- price: "5 AZN",
- rating: 5,
- reviewCount: "95",
- imageSrc: "http://img.b2bpic.net/free-photo/piece-chocolate-cake_1220-166.jpg",
- },
+ id: "6", brand: "Dessert", name: "Chocolate Cake", price: "5 AZN", rating: 5,
+ reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/piece-chocolate-cake_1220-166.jpg"},
]}
title="Our Menu"
description="Explore our favorite dishes and refreshments prepared fresh daily."
@@ -248,31 +158,16 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
- id: "m1",
- value: "100%",
- title: "Freshness",
- items: [
- "Locally sourced",
- "Daily prep",
- ],
+ id: "m1", value: "100%", title: "Freshness", items: [
+ "Locally sourced", "Daily prep"],
},
{
- id: "m2",
- value: "5000+",
- title: "Happy Guests",
- items: [
- "Satisfied diners",
- "Regular visits",
- ],
+ id: "m2", value: "5000+", title: "Happy Guests", items: [
+ "Satisfied diners", "Regular visits"],
},
{
- id: "m3",
- value: "20+",
- title: "Staff Members",
- items: [
- "Pro hospitality",
- "Well trained",
- ],
+ id: "m3", value: "20+", title: "Staff Members", items: [
+ "Pro hospitality", "Well trained"],
},
]}
title="By The Numbers"
@@ -287,40 +182,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "t1",
- name: "Ali V.",
- role: "Traveler",
- testimonial: "Best place in Sheki to spend an evening.",
- imageSrc: "http://img.b2bpic.net/free-photo/group-friends-enjoying-together-while-drinking-glass-beer-bar-friends-concept_58466-16172.jpg",
- },
+ id: "t1", name: "Ali V.", role: "Traveler", testimonial: "Best place in Sheki to spend an evening.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-enjoying-together-while-drinking-glass-beer-bar-friends-concept_58466-16172.jpg"},
{
- id: "t2",
- name: "Leyla S.",
- role: "Local",
- testimonial: "Delicious food and amazing atmosphere.",
- imageSrc: "http://img.b2bpic.net/free-photo/confident-asian-businesswoman-showing-thumbs-up-standing-near-entrance-her-cafe-restaurant_1258-199354.jpg",
- },
+ id: "t2", name: "Leyla S.", role: "Local", testimonial: "Delicious food and amazing atmosphere.", imageSrc: "http://img.b2bpic.net/free-photo/confident-asian-businesswoman-showing-thumbs-up-standing-near-entrance-her-cafe-restaurant_1258-199354.jpg"},
{
- id: "t3",
- name: "John D.",
- role: "Tourist",
- testimonial: "Great beer selection and friendly staff.",
- imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-having-lunch-talking-each-other-pub-focus-is-happy-woman_637285-4087.jpg",
- },
+ id: "t3", name: "John D.", role: "Tourist", testimonial: "Great beer selection and friendly staff.", imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-having-lunch-talking-each-other-pub-focus-is-happy-woman_637285-4087.jpg"},
{
- id: "t4",
- name: "Samir M.",
- role: "Regular",
- testimonial: "Always coming back for the Piti.",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg",
- },
+ id: "t4", name: "Samir M.", role: "Regular", testimonial: "Always coming back for the Piti.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg"},
{
- id: "t5",
- name: "Elena K.",
- role: "Guest",
- testimonial: "Beautiful decor and nice music.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-sitting-with-friends_23-2147810826.jpg",
- },
+ id: "t5", name: "Elena K.", role: "Guest", testimonial: "Beautiful decor and nice music.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-sitting-with-friends_23-2147810826.jpg"},
]}
title="What Guests Say"
description="Read experiences from our loyal patrons."
@@ -331,16 +201,13 @@ export default function LandingPage() {
@@ -350,35 +217,25 @@ export default function LandingPage() {
logoText="Aura Pub"
columns={[
{
- title: "Navigate",
- items: [
- {
- label: "Home",
- href: "#hero",
- },
- {
- label: "Menu",
- href: "#products",
- },
- {
- label: "Contact",
- href: "#contact",
- },
- ],
+ title: "Contact", items: [
+ { label: "Sheki City Center, Azerbaijan", href: "#" },
+ { label: "+994 50 123 45 67", href: "tel:+994501234567" },
+ { label: "info@aurapub.az", href: "mailto:info@aurapub.az" }
+ ]
},
{
- title: "Legal",
- items: [
- {
- label: "Privacy Policy",
- href: "#",
- },
- {
- label: "Terms of Service",
- href: "#",
- },
- ],
+ title: "Hours", items: [
+ { label: "Mon - Fri: 10:00 - 00:00", href: "#" },
+ { label: "Sat - Sun: 12:00 - 02:00", href: "#" }
+ ]
},
+ {
+ title: "Social", items: [
+ { label: "Instagram", href: "#" },
+ { label: "Facebook", href: "#" },
+ { label: "TripAdvisor", href: "#" }
+ ]
+ }
]}
copyrightText="© 2024 Aura Pub. All rights reserved."
/>
@@ -386,4 +243,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file