Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3bc67f8efd | |||
| 43f8937f31 |
187
src/app/page.tsx
187
src/app/page.tsx
@@ -28,22 +28,12 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Menu", id: "#menu" },
|
||||
{ name: "Testimonials", id: "#testimonials" },
|
||||
{ name: "FAQ", id: "#faq" },
|
||||
{ name: "Contact", id: "#footer" },
|
||||
]}
|
||||
brandName="Lokio Coffee"
|
||||
/>
|
||||
@@ -51,40 +41,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Lokio Coffee & Eatery"
|
||||
description="Your favorite neighborhood spot for specialty coffee and delicious comfort food in the heart of the city."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-man-smiling_158595-2427.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-male-teenager-looking-away-wondering_23-2148205460.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-happy-man-showing-approval_23-2148230800.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-man-smiling_158595-2427.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-happy-man-smiling_158595-2427.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/cheerful-male-teenager-looking-away-wondering_23-2148205460.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-happy-man-showing-approval_23-2148230800.jpg", alt: "Customer" },
|
||||
]}
|
||||
avatarText="Loved by the community"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "View Menu", href: "#menu" }]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -93,12 +60,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Experience the Art of Coffee"
|
||||
buttons={[
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Visit Us", href: "#footer" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -109,33 +71,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Coffee",
|
||||
name: "House Blend Espresso",
|
||||
price: "IDR 25.000",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cottagecore-food-inspiration-still-life_23-2150153006.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Food",
|
||||
name: "Artisan Croissant",
|
||||
price: "IDR 30.000",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/appetizing-food_1098-13446.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Specialty",
|
||||
name: "Signature Iced Latte",
|
||||
price: "IDR 35.000",
|
||||
rating: 4,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-cup_1339-1733.jpg",
|
||||
},
|
||||
{ id: "p1", brand: "Coffee", name: "House Blend Espresso", price: "IDR 25.000", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/cottagecore-food-inspiration-still-life_23-2150153006.jpg" },
|
||||
{ id: "p2", brand: "Food", name: "Artisan Croissant", price: "IDR 30.000", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/appetizing-food_1098-13446.jpg" },
|
||||
{ id: "p3", brand: "Specialty", name: "Signature Iced Latte", price: "IDR 35.000", rating: 4, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-cup_1339-1733.jpg" },
|
||||
]}
|
||||
title="Our Signature Menu"
|
||||
description="Hand-crafted beverages and fresh pastries prepared daily with local ingredients."
|
||||
@@ -148,60 +86,14 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Budi Santoso",
|
||||
role: "Regular",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-drinking-coffee-having-fun-with-his-girlfriend-while-she-is-using-cell-phone-cafe_637285-1898.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Siti Rahma",
|
||||
role: "Student",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064701.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Andi Wijaya",
|
||||
role: "Entrepreneur",
|
||||
company: "Local",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-waiters-cooperating-while-serving-their-guests-adding-milk-cream-while-making-coffee_637285-3985.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Dewi Putri",
|
||||
role: "Designer",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-couple-speaking-smiling-resting-cafe_176420-2305.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Joko Susilo",
|
||||
role: "Photographer",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-drinking-coffee-having-fun-with-his-girlfriend-while-she-is-using-cell-phone-cafe_637285-1898.jpg?_wi=2",
|
||||
},
|
||||
{ id: "t1", name: "Budi Santoso", role: "Regular", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-man-drinking-coffee-having-fun-with-his-girlfriend-while-she-is-using-cell-phone-cafe_637285-1898.jpg?_wi=1" },
|
||||
{ id: "t2", name: "Siti Rahma", role: "Student", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064701.jpg" },
|
||||
{ id: "t3", name: "Andi Wijaya", role: "Entrepreneur", company: "Local", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/young-happy-waiters-cooperating-while-serving-their-guests-adding-milk-cream-while-making-coffee_637285-3985.jpg" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.8/5",
|
||||
label: "Customer Rating",
|
||||
},
|
||||
{
|
||||
value: "1.5K+",
|
||||
label: "Coffee Cups Served",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Fresh Ingredients",
|
||||
},
|
||||
{ value: "4.8/5", label: "Customer Rating" },
|
||||
{ value: "1.5K+", label: "Coffee Cups Served" },
|
||||
{ value: "100%", label: "Fresh Ingredients" },
|
||||
]}
|
||||
title="Words from our Locals"
|
||||
description="See why our customers keep coming back to Lokio."
|
||||
@@ -216,26 +108,9 @@ export default function LandingPage() {
|
||||
description="Have questions about our beans, hours, or space? We've got answers."
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer vegan options?",
|
||||
content: "Yes, we offer plant-based milk alternatives and several vegan-friendly pastry options.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Is your space good for working?",
|
||||
content: "Absolutely! We provide free Wi-Fi and comfortable seating ideal for students and professionals.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you roast your own coffee?",
|
||||
content: "We source our beans from ethical farms and partner with local roasters to ensure premium quality.",
|
||||
},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Are you open on weekends?",
|
||||
content: "Yes, we are open seven days a week from 8:00 AM to 10:00 PM.",
|
||||
},
|
||||
{ id: "f1", title: "Do you offer vegan options?", content: "Yes, we offer plant-based milk alternatives and several vegan-friendly pastry options." },
|
||||
{ id: "f2", title: "Is your space good for working?", content: "Absolutely! We provide free Wi-Fi and comfortable seating ideal for students and professionals." },
|
||||
{ id: "f3", title: "Are you open on weekends?", content: "Yes, we are open seven days a week from 8:00 AM to 10:00 PM." },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -243,17 +118,11 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Lokio Coffee & Eatery"
|
||||
leftLink={{
|
||||
text: "Instagram",
|
||||
href: "https://instagram.com",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
}}
|
||||
leftLink={{ text: "Follow us on Instagram", href: "https://instagram.com" }}
|
||||
rightLink={{ text: "Contact our support team", href: "mailto:hello@lokio.com" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user