diff --git a/src/app/booking/page.tsx b/src/app/booking/page.tsx new file mode 100644 index 0000000..522179e --- /dev/null +++ b/src/app/booking/page.tsx @@ -0,0 +1,114 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; + +export default function BookingPage() { + return ( + + + + +
+ +
+ + +
+
+ ); +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 8aa4385..f30c41f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Bell, Coffee, Heart, Quote, Smile, Star, Sun, Users } from "lucide-react"; +import { Bell, Coffee, Heart, Quote, Smile, Star, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -30,33 +30,21 @@ export default function LandingPage() { @@ -65,111 +53,66 @@ export default function LandingPage() { @@ -182,17 +125,11 @@ export default function LandingPage() { description="Homage Coffee House is a family-owned haven in historic downtown Glendale, built on a passion for exceptional coffee, genuine hospitality, and deep community roots. We craft every drink with heart, from our signature espresso blends to unique house-made syrups and fresh pastries. Our cozy atmosphere and friendly staff create a welcoming space where guests can relax, connect, and savor carefully crafted drinks that feel like home. It’s a place where every cup tells a story." metrics={[ { - value: "Artisan", - title: "Coffee", - }, + value: "Artisan", title: "Coffee"}, { - value: "Handmade", - title: "Syrups", - }, + value: "Handmade", title: "Syrups"}, { - value: "Fresh", - title: "Pastries", - }, + value: "Fresh", title: "Pastries"}, ]} imageSrc="http://img.b2bpic.net/free-photo/woman-sitting-table-with-book_273609-12713.jpg" imageAlt="Cozy interior of Homage Coffee House" @@ -208,65 +145,29 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "syrups", - title: "House-Made Syrups", - tags: [ - "Unique Flavors", - "Handcrafted", - ], - imageSrc: "http://img.b2bpic.net/free-photo/sourdough-sour-soup-made-rye-flour-garlic_329181-20001.jpg", - imageAlt: "Assortment of house-made coffee syrups", - }, + id: "syrups", title: "House-Made Syrups", tags: [ + "Unique Flavors", "Handcrafted"], + imageSrc: "http://img.b2bpic.net/free-photo/sourdough-sour-soup-made-rye-flour-garlic_329181-20001.jpg", imageAlt: "Assortment of house-made coffee syrups"}, { - id: "pastries", - title: "Fresh Pastries", - tags: [ - "Baked Daily", - "Quality Ingredients", - ], - imageSrc: "http://img.b2bpic.net/free-photo/golden-kitchen-object-dessert-tasty_1220-862.jpg", - imageAlt: "Selection of fresh baked pastries", - }, + id: "pastries", title: "Fresh Pastries", tags: [ + "Baked Daily", "Quality Ingredients"], + imageSrc: "http://img.b2bpic.net/free-photo/golden-kitchen-object-dessert-tasty_1220-862.jpg", imageAlt: "Selection of fresh baked pastries"}, { - id: "cozy", - title: "Cozy Atmosphere", - tags: [ - "Relaxing", - "Feels Like Home", - ], - imageSrc: "http://img.b2bpic.net/free-photo/hot-latte-coffee-cup-table_1203-9913.jpg", - imageAlt: "Cozy seating area in Homage Coffee House", - }, + id: "cozy", title: "Cozy Atmosphere", tags: [ + "Relaxing", "Feels Like Home"], + imageSrc: "http://img.b2bpic.net/free-photo/hot-latte-coffee-cup-table_1203-9913.jpg", imageAlt: "Cozy seating area in Homage Coffee House"}, { - id: "community", - title: "Community Focused", - tags: [ - "Gathering Place", - "Local Hub", - ], - imageSrc: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16250.jpg", - imageAlt: "People socializing in a coffee shop", - }, + id: "community", title: "Community Focused", tags: [ + "Gathering Place", "Local Hub"], + imageSrc: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16250.jpg", imageAlt: "People socializing in a coffee shop"}, { - id: "specialty", - title: "Specialty Coffee", - tags: [ - "Thoughtfully Prepared", - "Premium Beans", - ], - imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-ground-powder_114579-65435.jpg", - imageAlt: "Barista preparing a specialty coffee drink", - }, + id: "specialty", title: "Specialty Coffee", tags: [ + "Thoughtfully Prepared", "Premium Beans"], + imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-ground-powder_114579-65435.jpg", imageAlt: "Barista preparing a specialty coffee drink"}, { - id: "service", - title: "Friendly Service", - tags: [ - "Warm Hospitality", - "Smiling Faces", - ], - imageSrc: "http://img.b2bpic.net/free-photo/male-barista-with-take-away-coffee_1303-29355.jpg", - imageAlt: "Friendly barista serving a customer", - }, + id: "service", title: "Friendly Service", tags: [ + "Warm Hospitality", "Smiling Faces"], + imageSrc: "http://img.b2bpic.net/free-photo/male-barista-with-take-away-coffee_1303-29355.jpg", imageAlt: "Friendly barista serving a customer"}, ]} title="Why People Love Homage" description="Our customers consistently highlight what makes Homage Coffee House special. We combine quality craftsmanship with a heartfelt, community-focused approach to create an unforgettable experience." @@ -278,39 +179,22 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "Sarah Johnson", - imageSrc: "http://img.b2bpic.net/free-photo/lovely-woman-have-coffee-break-cozy-cafe-with-wood-interior-talking-by-mobile-phone-holding-cup-hot-cappuccino-winter-season-wearing-elegant-dress-yellow-plaid_273443-2541.jpg", - }, + id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/lovely-woman-have-coffee-break-cozy-cafe-with-wood-interior-talking-by-mobile-phone-holding-cup-hot-cappuccino-winter-season-wearing-elegant-dress-yellow-plaid_273443-2541.jpg"}, { - id: "2", - name: "Michael Chen", - imageSrc: "http://img.b2bpic.net/free-photo/female-worker-drinking-herbal-white_114579-78742.jpg", - }, + id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/female-worker-drinking-herbal-white_114579-78742.jpg"}, { - id: "3", - name: "Emily Rodriguez", - imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-smiling-holding-cup-latte-cafe_1170-681.jpg", - }, + id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-smiling-holding-cup-latte-cafe_1170-681.jpg"}, { - id: "4", - name: "David Kim", - imageSrc: "http://img.b2bpic.net/free-photo/man-eating-dutch-waffles-street-near-cafe-street-food-holland_1321-1777.jpg", - }, + id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/man-eating-dutch-waffles-street-near-cafe-street-food-holland_1321-1777.jpg"}, { - id: "5", - name: "Olivia Martinez", - imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-book-cup-coffee_1098-1693.jpg", - }, + id: "5", name: "Olivia Martinez", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-book-cup-coffee_1098-1693.jpg"}, ]} cardTitle="What Our Community Says" cardTag="Customer Reviews" cardTagIcon={Star} buttons={[ { - text: "Read More Reviews", - href: "#", - }, + text: "Read More Reviews", href: "#"}, ]} cardAnimation="slide-up" /> @@ -325,58 +209,26 @@ export default function LandingPage() { description="Genuine feedback from our community, highlighting their favorite experiences at Homage Coffee House." testimonials={[ { - id: "t1", - name: "Jessica L.", - role: "Regular Customer", - testimonial: "Homage Coffee House is my favorite spot in Glendale. The quality of coffee is unmatched, and the staff always makes me feel welcome.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-long-hair-coffee-shop_23-2147611529.jpg", - imageAlt: "Smiling woman with long hair in a coffee shop", - icon: Quote, + id: "t1", name: "Jessica L.", role: "Regular Customer", testimonial: "Homage Coffee House is my favorite spot in Glendale. The quality of coffee is unmatched, and the staff always makes me feel welcome.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-long-hair-coffee-shop_23-2147611529.jpg", imageAlt: "Smiling woman with long hair in a coffee shop", icon: Quote, }, { - id: "t2", - name: "Mark S.", - role: "Local Entrepreneur", - testimonial: "I love working from here. The atmosphere is perfect for productivity, and their pastries are a fantastic mid-morning treat.", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-hipster-girl-trendy-summer-clothes-carefree-woman-sitting-veranda-terrace-cafe-drinking-coffee-positive-model-having-fun-dreams_158538-15944.jpg", - imageAlt: "Young beautiful smiling hipster girl in trendy summer clothes.Carefree woman sitting in veranda terrace cafe and drinking coffee.Positive model having fun and dreams", - icon: Quote, + id: "t2", name: "Mark S.", role: "Local Entrepreneur", testimonial: "I love working from here. The atmosphere is perfect for productivity, and their pastries are a fantastic mid-morning treat.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-hipster-girl-trendy-summer-clothes-carefree-woman-sitting-veranda-terrace-cafe-drinking-coffee-positive-model-having-fun-dreams_158538-15944.jpg", imageAlt: "Young beautiful smiling hipster girl in trendy summer clothes.Carefree woman sitting in veranda terrace cafe and drinking coffee.Positive model having fun and dreams", icon: Quote, }, { - id: "t3", - name: "Anna P.", - role: "Community Member", - testimonial: "Such a cozy and friendly place! It's truly a community hub, and I always enjoy catching up with friends over a delicious latte.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-cafe-drinking-coffee-working-computer_1303-30728.jpg", - imageAlt: "Young woman sitting in cafe drinking coffee and working on a computer", - icon: Quote, + id: "t3", name: "Anna P.", role: "Community Member", testimonial: "Such a cozy and friendly place! It's truly a community hub, and I always enjoy catching up with friends over a delicious latte.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-cafe-drinking-coffee-working-computer_1303-30728.jpg", imageAlt: "Young woman sitting in cafe drinking coffee and working on a computer", icon: Quote, }, { - id: "t4", - name: "Robert B.", - role: "Coffee Enthusiast", - testimonial: "Their commitment to artisan coffee really shines through. Every cup is a masterpiece, especially their seasonal specials.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-indoor-urban-cafe_158595-668.jpg", - imageAlt: "Young woman sitting indoor in urban cafe", - icon: Quote, + id: "t4", name: "Robert B.", role: "Coffee Enthusiast", testimonial: "Their commitment to artisan coffee really shines through. Every cup is a masterpiece, especially their seasonal specials.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-indoor-urban-cafe_158595-668.jpg", imageAlt: "Young woman sitting indoor in urban cafe", icon: Quote, }, { - id: "t5", - name: "Chloe G.", - role: "Student", - testimonial: "I spend so much time here studying. The Wi-Fi is reliable, the coffee keeps me going, and it just feels like a second home.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-is-posing-cafe_344912-2008.jpg", - imageAlt: "A beautiful young woman is posing in a cafe", - icon: Quote, + id: "t5", name: "Chloe G.", role: "Student", testimonial: "I spend so much time here studying. The Wi-Fi is reliable, the coffee keeps me going, and it just feels like a second home.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-is-posing-cafe_344912-2008.jpg", imageAlt: "A beautiful young woman is posing in a cafe", icon: Quote, }, ]} tag="Customer Stories" tagIcon={Bell} buttons={[ { - text: "Write A Review", - href: "#", - }, + text: "Write A Review", href: "#"}, ]} /> @@ -388,62 +240,41 @@ export default function LandingPage() { logoText="Homage Coffee House" columns={[ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { - label: "Home", - href: "/", - }, + label: "Home", href: "/"}, { - label: "Menu", - href: "/menu", - }, + label: "Menu", href: "/menu"}, { - label: "Community", - href: "/community", - }, + label: "Community", href: "/community"}, { - label: "Gallery", - href: "/gallery", - }, + label: "Gallery", href: "/gallery"}, { - label: "Visit Us", - href: "/visit-us", - }, + label: "Visit Us", href: "/visit-us"}, + { + label: "About Us", href: "#about"}, + { + label: "Why Homage", href: "#why-love-homage"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "7021 N 57th Ave, Glendale, AZ 85301", - href: "https://maps.app.goo.gl/YourGoogleMapsLink", - }, + label: "7021 N 57th Ave, Glendale, AZ 85301", href: "https://maps.app.goo.gl/YourGoogleMapsLink"}, { - label: "(602) 525-6029", - href: "tel:+16025256029", - }, + label: "(602) 525-6029", href: "tel:+16025256029"}, { - label: "Email Us", - href: "#", - }, + label: "Email Us", href: "#"}, ], }, { - title: "Social", - items: [ + title: "Social", items: [ { - label: "Instagram", - href: "#", - }, + label: "Instagram", href: "#"}, { - label: "Facebook", - href: "#", - }, + label: "Facebook", href: "#"}, { - label: "Twitter", - href: "#", - }, + label: "Twitter", href: "#"}, ], }, ]} @@ -453,4 +284,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file