diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b682ddd..b1b2e4a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -export default function LandingPage() { +export default function AboutPage() { return ( @@ -51,6 +40,7 @@ export default function LandingPage() { useInvertedBackground={true} title="About Boqshah" description="Boqshah Cafe is a cozy cafe in Abu Dhabi offering a selection of coffee, chocolates, and desserts. Perfect for relaxing or grabbing a quick drink through our drive-through." + metrics={[{ value: "100%", title: "Local Roots" }, { value: "50+", title: "Varieties" }]} mediaAnimation="slide-up" metricsAnimation="none" imageSrc="http://img.b2bpic.net/free-photo/texture-breakfast-art-caffeine-wooden_1150-1577.jpg" @@ -64,12 +54,7 @@ export default function LandingPage() { testimonial="A truly refined experience that blends culture and flavor." rating={5} author="Ahmed K." - avatars={[ - { - src: "http://img.b2bpic.net/free-photo/serious-confident-asian-male-executive_1262-5523.jpg", - alt: "Ahmed K.", - }, - ]} + avatars={[{ src: "http://img.b2bpic.net/free-photo/serious-confident-asian-male-executive_1262-5523.jpg", alt: "Ahmed K." }]} ratingAnimation="slide-up" avatarsAnimation="slide-up" /> @@ -80,29 +65,15 @@ export default function LandingPage() { logoText="Boqshah Cafe" columns={[ { - title: "Contact", - items: [ - { - label: "058 227 7164", - href: "tel:+971582277164", - }, - { - label: "Madinat Zayed, AUH", - href: "#", - }, + title: "Contact", items: [ + { label: "058 227 7164", href: "tel:+971582277164" }, + { label: "Madinat Zayed, AUH", href: "#" }, ], }, { - title: "Company", - items: [ - { - label: "Menu", - href: "/menu", - }, - { - label: "About", - href: "/about", - }, + title: "Company", items: [ + { label: "Menu", href: "/menu" }, + { label: "About", href: "/about" }, ], }, ]} diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index d0db65d..5cf2c7f 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -7,7 +7,7 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -export default function LandingPage() { +export default function MenuPage() { return ( @@ -53,42 +42,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { - id: "m1", - name: "Latte", - price: "18 AED", - imageSrc: "http://img.b2bpic.net/free-photo/hot-latte-coffee-cup-table_1203-9896.jpg", - }, - { - id: "m2", - name: "Cappuccino", - price: "18 AED", - imageSrc: "http://img.b2bpic.net/free-photo/mocca-coffee-shop_1339-4900.jpg", - }, - { - id: "m3", - name: "Hot Chocolate", - price: "20 AED", - imageSrc: "http://img.b2bpic.net/free-photo/cup-milk-coffee-with-cinnamon-sticks-orange-slices-high-quality-photo_114579-67848.jpg", - }, - { - id: "m4", - name: "Chocolate Box", - price: "45 AED", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mix-candies_23-2148357750.jpg", - }, - { - id: "m5", - name: "Espresso", - price: "12 AED", - imageSrc: "http://img.b2bpic.net/free-photo/mocha_74190-17.jpg", - }, - { - id: "m6", - name: "Tiramisu", - price: "25 AED", - imageSrc: "http://img.b2bpic.net/free-photo/coffee_74190-2976.jpg", - }, + { id: "m1", name: "Latte", price: "18 AED", imageSrc: "http://img.b2bpic.net/free-photo/hot-latte-coffee-cup-table_1203-9896.jpg" }, + { id: "m2", name: "Cappuccino", price: "18 AED", imageSrc: "http://img.b2bpic.net/free-photo/mocca-coffee-shop_1339-4900.jpg" }, + { id: "m3", name: "Hot Chocolate", price: "20 AED", imageSrc: "http://img.b2bpic.net/free-photo/cup-milk-coffee-with-cinnamon-sticks-orange-slices-high-quality-photo_114579-67848.jpg" }, + { id: "m4", name: "Chocolate Box", price: "45 AED", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mix-candies_23-2148357750.jpg" }, + { id: "m5", name: "Espresso", price: "12 AED", imageSrc: "http://img.b2bpic.net/free-photo/mocha_74190-17.jpg" }, + { id: "m6", name: "Tiramisu", price: "25 AED", imageSrc: "http://img.b2bpic.net/free-photo/coffee_74190-2976.jpg" }, ]} title="Our Full Menu" description="Browse our selection of coffee and desserts." @@ -103,22 +62,8 @@ export default function LandingPage() { title="Ordering Options" description="How to enjoy our products." features={[ - { - id: "o1", - title: "Dine-in", - descriptions: [ - "Relax in our beautiful cafe.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/car-with-cup-coffee_23-2151850180.jpg", - }, - { - id: "o2", - title: "Take-away", - descriptions: [ - "Perfect for on-the-go.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-coffee-cup_1203-3413.jpg", - }, + { id: "o1", title: "Dine-in", descriptions: ["Relax in our beautiful cafe."], imageSrc: "http://img.b2bpic.net/free-photo/car-with-cup-coffee_23-2151850180.jpg" }, + { id: "o2", title: "Take-away", descriptions: ["Perfect for on-the-go."], imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-coffee-cup_1203-3413.jpg" }, ]} /> @@ -128,29 +73,15 @@ export default function LandingPage() { logoText="Boqshah Cafe" columns={[ { - title: "Contact", - items: [ - { - label: "058 227 7164", - href: "tel:+971582277164", - }, - { - label: "Madinat Zayed, AUH", - href: "#", - }, + title: "Contact", items: [ + { label: "058 227 7164", href: "tel:+971582277164" }, + { label: "Madinat Zayed, AUH", href: "#" }, ], }, { - title: "Company", - items: [ - { - label: "Menu", - href: "/menu", - }, - { - label: "About", - href: "/about", - }, + title: "Company", items: [ + { label: "Menu", href: "/menu" }, + { label: "About", href: "/about" }, ], }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index b6a0840..355cca6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,24 +28,13 @@ export default function LandingPage() { @@ -54,37 +43,16 @@ export default function LandingPage() { title="Boqshah Cafe" description="Coffee, Chocolate & Sweet Treats in Abu Dhabi" buttons={[ - { - text: "View Menu", - href: "/menu", - }, - { - text: "Call Now", - href: "tel:+971582277164", - }, + { text: "View Menu", href: "/menu" }, + { text: "Call Now", href: "tel:+971582277164" }, ]} imageSrc="http://img.b2bpic.net/free-photo/closeup-barista-making-latte-art_53876-24971.jpg" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-african-man-looking_171337-9852.jpg", - alt: "Customer profile portrait", - }, - { - src: "http://img.b2bpic.net/free-photo/indian-man-smiling-cheerful-expression-closeup-portrait_53876-129387.jpg", - alt: "Happy cafe visitor", - }, - { - src: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-young-bearded-man_171337-4819.jpg", - alt: "Friendly client", - }, - { - src: "http://img.b2bpic.net/free-photo/portrait-happy-smiley-man_23-2149022615.jpg", - alt: "Smiling customer", - }, - { - src: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", - alt: "Regular visitor", - }, + { src: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-african-man-looking_171337-9852.jpg", alt: "Customer profile portrait" }, + { src: "http://img.b2bpic.net/free-photo/indian-man-smiling-cheerful-expression-closeup-portrait_53876-129387.jpg", alt: "Happy cafe visitor" }, + { src: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-young-bearded-man_171337-4819.jpg", alt: "Friendly client" }, + { src: "http://img.b2bpic.net/free-photo/portrait-happy-smiley-man_23-2149022615.jpg", alt: "Smiling customer" }, + { src: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", alt: "Regular visitor" }, ]} avatarText="Join our happy community" /> @@ -96,30 +64,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { - id: "1", - title: "Drive-through", - descriptions: [ - "Available at our location.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/couple-love-hugging-street_1321-3425.jpg", - }, - { - id: "2", - title: "Late Open", - descriptions: [ - "Open daily until 11 PM.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/coffee-concept-with-slate-bag-filled-with-coffee-beans_23-2147671447.jpg", - }, - { - id: "3", - title: "Location", - descriptions: [ - "Madinat Zayed, Abu Dhabi.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/push-pin-front-side-white-background_187299-40193.jpg", - }, + { id: "1", title: "Drive-through", descriptions: ["Available at our location."], imageSrc: "http://img.b2bpic.net/free-photo/couple-love-hugging-street_1321-3425.jpg" }, + { id: "2", title: "Late Open", descriptions: ["Open daily until 11 PM."], imageSrc: "http://img.b2bpic.net/free-photo/coffee-concept-with-slate-bag-filled-with-coffee-beans_23-2147671447.jpg" }, + { id: "3", title: "Location", descriptions: ["Madinat Zayed, Abu Dhabi."], imageSrc: "http://img.b2bpic.net/free-photo/push-pin-front-side-white-background_187299-40193.jpg" }, ]} title="Quick Information" description="Information to make your visit seamless." @@ -133,30 +80,10 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { - id: "1", - name: "Latte", - price: "18 AED", - imageSrc: "http://img.b2bpic.net/free-photo/copy-smell-romantic-espresso-nice_1232-3947.jpg", - }, - { - id: "2", - name: "Cappuccino", - price: "18 AED", - imageSrc: "http://img.b2bpic.net/free-photo/aroma-porcelain-cafe-brown-frothy_1172-312.jpg", - }, - { - id: "3", - name: "Hot Chocolate", - price: "20 AED", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-hot-chocolate-drink-mug_1220-3129.jpg", - }, - { - id: "4", - name: "Chocolate Box", - price: "45 AED", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-chocolate-box-with-golden-silver-wrapped-chocolates_140725-1467.jpg", - }, + { id: "1", name: "Latte", price: "18 AED", imageSrc: "http://img.b2bpic.net/free-photo/copy-smell-romantic-espresso-nice_1232-3947.jpg" }, + { id: "2", name: "Cappuccino", price: "18 AED", imageSrc: "http://img.b2bpic.net/free-photo/aroma-porcelain-cafe-brown-frothy_1172-312.jpg" }, + { id: "3", name: "Hot Chocolate", price: "20 AED", imageSrc: "http://img.b2bpic.net/free-photo/tasty-hot-chocolate-drink-mug_1220-3129.jpg" }, + { id: "4", name: "Chocolate Box", price: "45 AED", imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-chocolate-box-with-golden-silver-wrapped-chocolates_140725-1467.jpg" }, ]} title="Featured Menu" description="Explore our favorite coffee and treats." @@ -169,18 +96,9 @@ export default function LandingPage() { title="Why Choose Us" description="Experience quality and comfort at every sip." metrics={[ - { - value: "100%", - title: "Cozy Atmosphere", - }, - { - value: "Fresh", - title: "Quality Ingredients", - }, - { - value: "Fast", - title: "Quick Service", - }, + { value: "100%", title: "Cozy Atmosphere" }, + { value: "Fresh", title: "Quality Ingredients" }, + { value: "Fast", title: "Quick Service" }, ]} mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -196,26 +114,11 @@ export default function LandingPage() { rating={5} author="Sarah M." avatars={[ - { - src: "http://img.b2bpic.net/free-photo/portrait-happy-man-smiling_158595-2427.jpg", - alt: "Sarah", - }, - { - src: "http://img.b2bpic.net/free-photo/serious-confident-asian-male-executive_1262-5523.jpg", - alt: "Ahmed", - }, - { - src: "http://img.b2bpic.net/free-photo/portrait-man-with-blue-shirt_23-2148548056.jpg", - alt: "Satisfied customer", - }, - { - src: "http://img.b2bpic.net/free-photo/selfie-portrait-videocall_23-2149186122.jpg", - alt: "Regular visitor", - }, - { - src: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg", - alt: "Happy guest", - }, + { src: "http://img.b2bpic.net/free-photo/portrait-happy-man-smiling_158595-2427.jpg", alt: "Sarah" }, + { src: "http://img.b2bpic.net/free-photo/serious-confident-asian-male-executive_1262-5523.jpg", alt: "Ahmed" }, + { src: "http://img.b2bpic.net/free-photo/portrait-man-with-blue-shirt_23-2148548056.jpg", alt: "Satisfied customer" }, + { src: "http://img.b2bpic.net/free-photo/selfie-portrait-videocall_23-2149186122.jpg", alt: "Regular visitor" }, + { src: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg", alt: "Happy guest" }, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -227,29 +130,15 @@ export default function LandingPage() { logoText="Boqshah Cafe" columns={[ { - title: "Contact", - items: [ - { - label: "058 227 7164", - href: "tel:+971582277164", - }, - { - label: "Madinat Zayed, AUH", - href: "#", - }, + title: "Contact", items: [ + { label: "058 227 7164", href: "tel:+971582277164" }, + { label: "Madinat Zayed, AUH", href: "#" }, ], }, { - title: "Company", - items: [ - { - label: "Menu", - href: "/menu", - }, - { - label: "About", - href: "/about", - }, + title: "Company", items: [ + { label: "Menu", href: "/menu" }, + { label: "About", href: "/about" }, ], }, ]}