Merge version_1 into main #1
302
src/app/page.tsx
302
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "gallery",
|
||||
},
|
||||
name: "Gallery", id: "gallery"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Line Cafe"
|
||||
/>
|
||||
@@ -62,74 +52,40 @@ export default function LandingPage() {
|
||||
description="Indulge in the finest specialty coffee, exquisite desserts, and an unparalleled relaxing atmosphere in the heart of Oman."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Fatma",
|
||||
handle: "@fatma",
|
||||
testimonial: "ممتاز",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg",
|
||||
},
|
||||
name: "Fatma", handle: "@fatma", testimonial: "ممتاز", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg"},
|
||||
{
|
||||
name: "Saadia",
|
||||
handle: "@saadia",
|
||||
testimonial: "شكرا علي سويت مالكم لذيذ",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021809.jpg",
|
||||
},
|
||||
name: "Saadia", handle: "@saadia", testimonial: "شكرا علي سويت مالكم لذيذ", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021809.jpg"},
|
||||
{
|
||||
name: "Ahmed",
|
||||
handle: "@ahmed",
|
||||
testimonial: "تجربة رائعة والقهوة مميزة",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg",
|
||||
},
|
||||
name: "Ahmed", handle: "@ahmed", testimonial: "تجربة رائعة والقهوة مميزة", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg"},
|
||||
{
|
||||
name: "Nour",
|
||||
handle: "@nour",
|
||||
testimonial: "المكان هادئ ومناسب للاسترخاء",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-home_23-2149122066.jpg",
|
||||
},
|
||||
name: "Nour", handle: "@nour", testimonial: "المكان هادئ ومناسب للاسترخاء", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-home_23-2149122066.jpg"},
|
||||
{
|
||||
name: "Khalid",
|
||||
handle: "@khalid",
|
||||
testimonial: "أفضل كافيه في المنطقة",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-adult-slavic-man-looking-smiling-isolated-pink-wall_141793-59858.jpg",
|
||||
},
|
||||
name: "Khalid", handle: "@khalid", testimonial: "أفضل كافيه في المنطقة", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-adult-slavic-man-looking-smiling-isolated-pink-wall_141793-59858.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Visit Us", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5750.jpg"
|
||||
imageAlt="Luxury Line Cafe interior"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-patient-looking-camera-sitting-chair-waiting-room-stomatologic_482257-4045.jpg",
|
||||
alt: "Customer portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-patient-looking-camera-sitting-chair-waiting-room-stomatologic_482257-4045.jpg", alt: "Customer portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-female-trendy-summer-white-dress-sexy-carefree-woman-positive-model-having-fun-cheerful-happy-isolated-dark_158538-25784.jpg",
|
||||
alt: "Customer portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-female-trendy-summer-white-dress-sexy-carefree-woman-positive-model-having-fun-cheerful-happy-isolated-dark_158538-25784.jpg", alt: "Customer portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-lady-black-jacket-posing-isolated-background-happy-cheerful-woman-dark-suit-laughing-looking-into-camera_197531-18513.jpg",
|
||||
alt: "Customer portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-lady-black-jacket-posing-isolated-background-happy-cheerful-woman-dark-suit-laughing-looking-into-camera_197531-18513.jpg", alt: "Customer portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg",
|
||||
alt: "Customer portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg", alt: "Customer portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-smiling_23-2148452708.jpg",
|
||||
alt: "Customer portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-smiling_23-2148452708.jpg", alt: "Customer portrait"},
|
||||
]}
|
||||
avatarText="Join our growing community of coffee lovers"
|
||||
/>
|
||||
@@ -140,9 +96,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="A Legacy of Specialty Coffee"
|
||||
description={[
|
||||
"Line Cafe is more than a destination; it is an experience crafted for the true connoisseur. Our specialty coffee is sourced from the finest regions to ensure every cup is a masterpiece.",
|
||||
"Our modern, cozy interior offers the perfect sanctuary for relaxation, whether you are unwinding with friends or seeking a productive space. From artisan pastries to our signature drinks, every detail is refined for your delight.",
|
||||
]}
|
||||
"Line Cafe is more than a destination; it is an experience crafted for the true connoisseur. Our specialty coffee is sourced from the finest regions to ensure every cup is a masterpiece.", "Our modern, cozy interior offers the perfect sanctuary for relaxation, whether you are unwinding with friends or seeking a productive space. From artisan pastries to our signature drinks, every detail is refined for your delight."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -154,53 +108,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Signature V60",
|
||||
price: "2.500 OMR",
|
||||
rating: 5,
|
||||
brand: "Coffee",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-153337.jpg",
|
||||
},
|
||||
id: "p1", name: "Signature V60", price: "2.500 OMR", rating: 5,
|
||||
reviewCount: "120", brand: "Coffee", imageSrc: "http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-153337.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Iced Spanish Latte",
|
||||
price: "2.200 OMR",
|
||||
rating: 5,
|
||||
brand: "Iced",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-still-life-hot-water_23-2149055861.jpg",
|
||||
},
|
||||
id: "p2", name: "Iced Spanish Latte", price: "2.200 OMR", rating: 5,
|
||||
reviewCount: "85", brand: "Iced", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-still-life-hot-water_23-2149055861.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Artisan Croissant",
|
||||
price: "1.200 OMR",
|
||||
rating: 4,
|
||||
brand: "Dessert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-style-light-lamp-design_23-2151153904.jpg",
|
||||
},
|
||||
id: "p3", name: "Artisan Croissant", price: "1.200 OMR", rating: 4,
|
||||
reviewCount: "210", brand: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/digital-art-style-light-lamp-design_23-2151153904.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Dark Chocolate Tart",
|
||||
price: "2.800 OMR",
|
||||
rating: 5,
|
||||
brand: "Dessert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg",
|
||||
},
|
||||
id: "p4", name: "Dark Chocolate Tart", price: "2.800 OMR", rating: 5,
|
||||
reviewCount: "95", brand: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Caramel Macchiato",
|
||||
price: "2.000 OMR",
|
||||
rating: 5,
|
||||
brand: "Hot",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-young-redhead-bearded-man-white-shirt-reading-book-cafeteria_171337-10019.jpg",
|
||||
},
|
||||
id: "p5", name: "Caramel Macchiato", price: "2.000 OMR", rating: 5,
|
||||
reviewCount: "60", brand: "Hot", imageSrc: "http://img.b2bpic.net/free-photo/photo-young-redhead-bearded-man-white-shirt-reading-book-cafeteria_171337-10019.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Mini Slider Combo",
|
||||
price: "3.500 OMR",
|
||||
rating: 4,
|
||||
brand: "Snack",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-sitting-coffeeshop_23-2148422418.jpg",
|
||||
},
|
||||
id: "p6", name: "Mini Slider Combo", price: "3.500 OMR", rating: 4,
|
||||
reviewCount: "45", brand: "Snack", imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-sitting-coffeeshop_23-2148422418.jpg"},
|
||||
]}
|
||||
title="Our Signature Menu"
|
||||
description="Explore our hand-crafted selection of hot and iced specialties, curated desserts, and light bites, all priced to offer you premium quality."
|
||||
@@ -213,26 +137,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "Atmosphere",
|
||||
title: "Cozy Seating",
|
||||
subtitle: "Luxury vibes",
|
||||
description: "Comfortable seating designed for your relaxation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-african-american-man-posing-inside-night-club-black-hat_627829-5507.jpg",
|
||||
},
|
||||
tag: "Atmosphere", title: "Cozy Seating", subtitle: "Luxury vibes", description: "Comfortable seating designed for your relaxation.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-african-american-man-posing-inside-night-club-black-hat_627829-5507.jpg"},
|
||||
{
|
||||
tag: "Coffee",
|
||||
title: "Brewing Excellence",
|
||||
subtitle: "High precision",
|
||||
description: "Expertly crafted brews for perfection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-cup-with-milk_23-2148865582.jpg",
|
||||
},
|
||||
tag: "Coffee", title: "Brewing Excellence", subtitle: "High precision", description: "Expertly crafted brews for perfection.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-cup-with-milk_23-2148865582.jpg"},
|
||||
{
|
||||
tag: "Dessert",
|
||||
title: "Signature Pastries",
|
||||
subtitle: "Fresh daily",
|
||||
description: "Indulge in our exquisite daily bakes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-macaroon_140725-7521.jpg",
|
||||
},
|
||||
tag: "Dessert", title: "Signature Pastries", subtitle: "Fresh daily", description: "Indulge in our exquisite daily bakes.", imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-macaroon_140725-7521.jpg"},
|
||||
]}
|
||||
title="Gallery"
|
||||
description="Immerse yourself in our aesthetic space."
|
||||
@@ -246,59 +155,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Fatma",
|
||||
role: "Visitor",
|
||||
company: "Oman",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-barista-with-hot-drink_23-2147795633.jpg",
|
||||
},
|
||||
id: "1", name: "Fatma", role: "Visitor", company: "Oman", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-barista-with-hot-drink_23-2147795633.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Saad",
|
||||
role: "Guest",
|
||||
company: "Oman",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12134.jpg",
|
||||
},
|
||||
id: "2", name: "Saad", role: "Guest", company: "Oman", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12134.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ali",
|
||||
role: "Patron",
|
||||
company: "Oman",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-cafe-drinking-coffee-working-computer_1303-14730.jpg",
|
||||
},
|
||||
id: "3", name: "Ali", role: "Patron", company: "Oman", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-cafe-drinking-coffee-working-computer_1303-14730.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sara",
|
||||
role: "Customer",
|
||||
company: "Oman",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg",
|
||||
},
|
||||
id: "4", name: "Sara", role: "Customer", company: "Oman", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Khalid",
|
||||
role: "Local",
|
||||
company: "Oman",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-artist-portrait_23-2149445986.jpg",
|
||||
},
|
||||
id: "5", name: "Khalid", role: "Local", company: "Oman", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-artist-portrait_23-2149445986.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.8",
|
||||
label: "Customer Rating",
|
||||
},
|
||||
value: "4.8", label: "Customer Rating"},
|
||||
{
|
||||
value: "10k+",
|
||||
label: "Coffee Served",
|
||||
},
|
||||
value: "10k+", label: "Coffee Served"},
|
||||
{
|
||||
value: "5+",
|
||||
label: "Years Quality",
|
||||
},
|
||||
value: "5+", label: "Years Quality"},
|
||||
]}
|
||||
title="Voices of Delight"
|
||||
description="What our guests in Oman have to say about their experience at Line Cafe."
|
||||
@@ -312,31 +190,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
title: "Fresh Ingredients",
|
||||
items: [
|
||||
"Sourced Locally",
|
||||
"Premium Selection",
|
||||
],
|
||||
id: "m1", value: "100%", title: "Fresh Ingredients", items: [
|
||||
"Sourced Locally", "Premium Selection"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "50+",
|
||||
title: "Menu Items",
|
||||
items: [
|
||||
"Hot Coffees",
|
||||
"Artisan Desserts",
|
||||
],
|
||||
id: "m2", value: "50+", title: "Menu Items", items: [
|
||||
"Hot Coffees", "Artisan Desserts"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
title: "Exceptional Care",
|
||||
items: [
|
||||
"Friendly Service",
|
||||
"Expert Staff",
|
||||
],
|
||||
id: "m3", value: "24/7", title: "Exceptional Care", items: [
|
||||
"Friendly Service", "Expert Staff"],
|
||||
},
|
||||
]}
|
||||
title="Why We Excel"
|
||||
@@ -350,20 +213,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer delivery?",
|
||||
content: "Yes, we are available on Talabat for your convenience.",
|
||||
},
|
||||
id: "f1", title: "Do you offer delivery?", content: "Yes, we are available on Talabat for your convenience."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Where are you located?",
|
||||
content: "We have multiple branches in Oman. Visit our main branch 2 for a unique experience.",
|
||||
},
|
||||
id: "f2", title: "Where are you located?", content: "We have multiple branches in Oman. Visit our main branch 2 for a unique experience."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Are you open on weekends?",
|
||||
content: "Yes, we are open throughout the week to serve you the best coffee.",
|
||||
},
|
||||
id: "f3", title: "Are you open on weekends?", content: "Yes, we are open throughout the week to serve you the best coffee."},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
title="Common Inquiries"
|
||||
@@ -381,22 +235,14 @@ export default function LandingPage() {
|
||||
description="We are located at our beautiful second branch. Contact us for inquiries or reservations."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Message",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Your Message", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-restaurant_1127-2154.jpg"
|
||||
imageAlt="Modern restaurant interior"
|
||||
@@ -408,29 +254,19 @@ export default function LandingPage() {
|
||||
logoText="Line Cafe"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Email Us",
|
||||
href: "mailto:info@linecafe.com",
|
||||
},
|
||||
label: "Email Us", href: "mailto:info@linecafe.com"},
|
||||
{
|
||||
label: "Follow Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "Follow Us", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user