308 lines
9.5 KiB
TypeScript
308 lines
9.5 KiB
TypeScript
"use client";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import ReactLenis from "lenis/react";
|
|
import ContactText from '@/components/sections/contact/ContactText';
|
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
|
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
|
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
|
import TextAbout from '@/components/sections/about/TextAbout';
|
|
|
|
export default function LandingPage() {
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="text-stagger"
|
|
defaultTextAnimation="entrance-slide"
|
|
borderRadius="pill"
|
|
contentWidth="mediumLarge"
|
|
sizing="large"
|
|
background="fluid"
|
|
cardStyle="glass-depth"
|
|
primaryButtonStyle="diagonal-gradient"
|
|
secondaryButtonStyle="glass"
|
|
headingFontWeight="bold"
|
|
>
|
|
<ReactLenis root>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarStyleApple
|
|
navItems={[
|
|
{
|
|
name: "Menu",
|
|
id: "#menu",
|
|
},
|
|
{
|
|
name: "Book a Table",
|
|
id: "#booking",
|
|
},
|
|
{
|
|
name: "Visit Us",
|
|
id: "#location",
|
|
},
|
|
]}
|
|
brandName="Urban Daybreak"
|
|
/>
|
|
</div>
|
|
|
|
<div id="hero" data-section="hero">
|
|
<HeroLogoBillboard
|
|
background={{
|
|
variant: "gradient-bars",
|
|
}}
|
|
logoText="Urban Daybreak"
|
|
description="Artisanal Brunch, Redefined."
|
|
buttons={[
|
|
{
|
|
text: "Reserve Now",
|
|
href: "#booking",
|
|
},
|
|
{
|
|
text: "View Menu",
|
|
href: "#menu",
|
|
},
|
|
]}
|
|
imageSrc="http://img.b2bpic.net/free-photo/photo-young-redhead-bearded-man-white-shirt-reading-book-cafeteria_171337-10019.jpg?_wi=1"
|
|
imageAlt="Luxury cafe interior"
|
|
mediaAnimation="blur-reveal"
|
|
/>
|
|
</div>
|
|
|
|
<div id="about" data-section="about">
|
|
<TextAbout
|
|
useInvertedBackground={true}
|
|
tag="Our Story"
|
|
title="Crafting the perfect morning experience in the heart of George Town."
|
|
/>
|
|
</div>
|
|
|
|
<div id="menu" data-section="menu">
|
|
<ProductCardOne
|
|
textboxLayout="split"
|
|
gridVariant="two-columns-alternating-heights"
|
|
useInvertedBackground={false}
|
|
products={[
|
|
{
|
|
id: "1",
|
|
name: "Truffle Eggs Benedict",
|
|
price: "RM 38",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/pancakes-with-mixed-berry-fruit-white-plate_1203-9404.jpg?_wi=1",
|
|
},
|
|
{
|
|
id: "2",
|
|
name: "Smoked Salmon Croissant",
|
|
price: "RM 32",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-avocado-toast-plate_23-2148891768.jpg?_wi=1",
|
|
},
|
|
{
|
|
id: "3",
|
|
name: "Artisanal Pastry Set",
|
|
price: "RM 25",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/cheese-cake-with-hot-coffee-cup-wooden-table_1150-6541.jpg?_wi=1",
|
|
},
|
|
{
|
|
id: "4",
|
|
name: "Single Origin Latte",
|
|
price: "RM 18",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-cappuccino-with-cinnamon_140725-7516.jpg?_wi=1",
|
|
},
|
|
{
|
|
id: "5",
|
|
name: "Avocado & Sourdough",
|
|
price: "RM 28",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-dessert-cup-cafe_181624-60342.jpg",
|
|
},
|
|
{
|
|
id: "6",
|
|
name: "Summer Berry Bowl",
|
|
price: "RM 22",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/granola-with-mixed-berries-seeds_23-2147699799.jpg",
|
|
},
|
|
]}
|
|
title="Digital Menu"
|
|
description="Exquisite seasonal selections for refined palates."
|
|
/>
|
|
</div>
|
|
|
|
<div id="social" data-section="social">
|
|
<SocialProofOne
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
names={[
|
|
"@urbandaybreak",
|
|
"George Town Brunch",
|
|
"Artisanal Coffee",
|
|
"Daily Fresh Pastries",
|
|
"Morning Rituals",
|
|
"Luxury Dining",
|
|
"Lebuh Bishop Daily",
|
|
]}
|
|
title="Latest Moments"
|
|
description="Follow us on Instagram for daily updates and seasonal specials."
|
|
/>
|
|
</div>
|
|
|
|
<div id="location" data-section="location">
|
|
<FaqSplitText
|
|
useInvertedBackground={true}
|
|
faqs={[
|
|
{
|
|
id: "1",
|
|
title: "Opening Hours",
|
|
content: "Mon - Sun: 8:00 AM - 6:00 PM",
|
|
},
|
|
{
|
|
id: "2",
|
|
title: "Address",
|
|
content: "Lebuh Bishop, George Town, Penang",
|
|
},
|
|
{
|
|
id: "3",
|
|
title: "Reservations",
|
|
content: "Walk-ins are welcome, but reservations are recommended for weekends.",
|
|
},
|
|
]}
|
|
sideTitle="Location & Vibe"
|
|
sideDescription="Find us in the historic heart of George Town at Lebuh Bishop."
|
|
faqsAnimation="blur-reveal"
|
|
/>
|
|
</div>
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
<TestimonialCardFive
|
|
textboxLayout="split"
|
|
useInvertedBackground={false}
|
|
testimonials={[
|
|
{
|
|
id: "1",
|
|
name: "Sarah Ling",
|
|
date: "Oct 2023",
|
|
title: "Perfect Brunch",
|
|
quote: "The most elegant cafe in Penang. The truffle Benedict is divine.",
|
|
tag: "Regular",
|
|
avatarSrc: "http://img.b2bpic.net/free-photo/you-get-it-it-s-so-funny_329181-2916.jpg",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/photo-young-redhead-bearded-man-white-shirt-reading-book-cafeteria_171337-10019.jpg?_wi=2",
|
|
imageAlt: "satisfied customer cafe",
|
|
},
|
|
{
|
|
id: "2",
|
|
name: "Mark Tan",
|
|
date: "Sep 2023",
|
|
title: "Artisanal Coffee",
|
|
quote: "Exceptional coffee quality and the atmosphere is simply unmatched.",
|
|
tag: "Coffee Lover",
|
|
avatarSrc: "http://img.b2bpic.net/free-photo/young-lady-browsing-internet-cafe_1153-7402.jpg",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/pancakes-with-mixed-berry-fruit-white-plate_1203-9404.jpg?_wi=2",
|
|
imageAlt: "satisfied customer cafe",
|
|
},
|
|
{
|
|
id: "3",
|
|
name: "Elena Rossi",
|
|
date: "Aug 2023",
|
|
title: "Classy Atmosphere",
|
|
quote: "Love the glassmorphism aesthetic, makes the brunch experience very modern.",
|
|
tag: "Visitor",
|
|
avatarSrc: "http://img.b2bpic.net/free-photo/side-view-people-sitting-restaurant_23-2149930183.jpg",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-avocado-toast-plate_23-2148891768.jpg?_wi=2",
|
|
imageAlt: "satisfied customer cafe",
|
|
},
|
|
{
|
|
id: "4",
|
|
name: "Jason Lee",
|
|
date: "Jul 2023",
|
|
title: "Great Location",
|
|
quote: "A beautiful escape in the heart of George Town. Highly recommend.",
|
|
tag: "Local",
|
|
avatarSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006704.jpg",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/cheese-cake-with-hot-coffee-cup-wooden-table_1150-6541.jpg?_wi=2",
|
|
imageAlt: "satisfied customer cafe",
|
|
},
|
|
{
|
|
id: "5",
|
|
name: "Mia Wong",
|
|
date: "Jun 2023",
|
|
title: "Lovely Pastries",
|
|
quote: "Pastries are always fresh. The vibe is just perfect for weekends.",
|
|
tag: "Foodie",
|
|
avatarSrc: "http://img.b2bpic.net/free-photo/two-women-having-lunch-restaurant_141793-2464.jpg",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-cappuccino-with-cinnamon_140725-7516.jpg?_wi=2",
|
|
imageAlt: "satisfied customer cafe",
|
|
},
|
|
]}
|
|
title="Guest Reflections"
|
|
description="What our guests say about their Urban Daybreak experience."
|
|
/>
|
|
</div>
|
|
|
|
<div id="booking" data-section="booking">
|
|
<ContactText
|
|
useInvertedBackground={true}
|
|
background={{
|
|
variant: "radial-gradient",
|
|
}}
|
|
text="Secure your table at Urban Daybreak. Whether for a quiet morning coffee or a special event, we look forward to hosting you at Lebuh Bishop."
|
|
buttons={[
|
|
{
|
|
text: "Book Table",
|
|
},
|
|
{
|
|
text: "Private Events",
|
|
},
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
<FooterSimple
|
|
columns={[
|
|
{
|
|
title: "Visit",
|
|
items: [
|
|
{
|
|
label: "Lebuh Bishop, Penang",
|
|
href: "#location",
|
|
},
|
|
{
|
|
label: "8:00 AM - 6:00 PM",
|
|
href: "#location",
|
|
},
|
|
],
|
|
},
|
|
{
|
|
title: "Legal",
|
|
items: [
|
|
{
|
|
label: "Privacy Policy",
|
|
href: "#",
|
|
},
|
|
{
|
|
label: "Terms of Service",
|
|
href: "#",
|
|
},
|
|
],
|
|
},
|
|
{
|
|
title: "Connect",
|
|
items: [
|
|
{
|
|
label: "Instagram",
|
|
href: "https://instagram.com/urbandaybreak",
|
|
},
|
|
{
|
|
label: "Facebook",
|
|
href: "#",
|
|
},
|
|
],
|
|
},
|
|
]}
|
|
bottomLeftText="© 2024 Urban Daybreak. All Rights Reserved."
|
|
bottomRightText="Crafted with love."
|
|
/>
|
|
</div>
|
|
</ReactLenis>
|
|
</ThemeProvider>
|
|
);
|
|
}
|