Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-06-12 13:13:03 +00:00

View File

@@ -30,33 +30,19 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "home",
},
name: "Home", id: "home"},
{
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: "Locations",
id: "locations",
},
name: "Locations", id: "locations"},
{
name: "Testimonials",
id: "testimonials",
},
name: "Testimonials", id: "testimonials"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Fianda Coffee"
/>
@@ -65,43 +51,22 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroSplitDualMedia
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
title="Experience the Art of Coffee at Fianda"
description="From our carefully sourced beans to the perfect roast and pour, Fianda Coffee offers an unparalleled journey for every coffee enthusiast. Discover your next favorite cup with us."
tag="Specialty Coffee & Roastery"
buttons={[
{
text: "Explore Our Menu",
href: "#menu",
},
text: "Explore Our Menu", href: "#menu"},
{
text: "Visit Our Locations",
href: "#locations",
},
text: "Visit Our Locations", href: "#locations"},
]}
buttonAnimation="opacity"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/two-happy-women-sitting-talking-cafe_171337-19611.jpg?_wi=1",
imageAlt: "Barista making latte art",
},
imageSrc: "http://img.b2bpic.net/free-photo/two-happy-women-sitting-talking-cafe_171337-19611.jpg", imageAlt: "Barista making latte art"},
{
imageSrc: "http://img.b2bpic.net/free-photo/you-get-it-it-s-so-funny_329181-2916.jpg?_wi=1",
imageAlt: "Two cups of coffee on a wooden table",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-blonde-female-dressed-white-blouse-sitting-table-drinks-coffee-terrace-cafe_613910-3888.jpg",
imageAlt: "Portrait of a beautiful blonde female dressed in a white blouse sitting at a table drinks coffee at terrace cafe.",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-having-cup-coffee_171337-17117.jpg",
imageAlt: "Smiling young woman having cup of coffee",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/serious-young-woman-sitting-using-laptop-cafe_171337-19590.jpg",
imageAlt: "Serious young woman sitting and using laptop in cafe",
},
imageSrc: "http://img.b2bpic.net/free-photo/you-get-it-it-s-so-funny_329181-2916.jpg", imageAlt: "Two cups of coffee on a wooden table"}
]}
mediaAnimation="slide-up"
rating={5}
@@ -117,12 +82,10 @@ export default function LandingPage() {
tag="The Fianda Story"
buttons={[
{
text: "Learn More",
href: "#",
},
text: "Learn More", href: "#"},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/heap-coffee-beans_23-2147747251.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/heap-coffee-beans_23-2147747251.jpg"
imageAlt="Coffee beans being roasted in a large machine"
/>
</div>
@@ -135,47 +98,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "coffee-espresso",
name: "Classic Espresso",
price: "Rp 25.000",
imageSrc: "http://img.b2bpic.net/free-photo/barista-is-preparing-coffee_140725-8112.jpg?_wi=1",
imageAlt: "A cup of rich espresso",
},
id: "coffee-espresso", name: "Classic Espresso", price: "Rp 25.000", imageSrc: "http://img.b2bpic.net/free-photo/barista-is-preparing-coffee_140725-8112.jpg", imageAlt: "A cup of rich espresso"},
{
id: "coffee-latte",
name: "Signature Latte",
price: "Rp 35.000",
imageSrc: "http://img.b2bpic.net/free-photo/cup-cappuccino-saucer-blue-table_114579-83218.jpg?_wi=1",
imageAlt: "A latte with beautiful art",
},
id: "coffee-latte", name: "Signature Latte", price: "Rp 35.000", imageSrc: "http://img.b2bpic.net/free-photo/cup-cappuccino-saucer-blue-table_114579-83218.jpg", imageAlt: "A latte with beautiful art"},
{
id: "food-sandwich",
name: "Club Sandwich",
price: "Rp 55.000",
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-vegetables_23-2148590153.jpg",
imageAlt: "A gourmet club sandwich",
},
id: "food-sandwich", name: "Club Sandwich", price: "Rp 55.000", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-vegetables_23-2148590153.jpg", imageAlt: "A gourmet club sandwich"},
{
id: "snack-croissant",
name: "Butter Croissant",
price: "Rp 28.000",
imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-baked-croissant-white-plate_23-2147874515.jpg",
imageAlt: "A flaky butter croissant",
},
id: "snack-croissant", name: "Butter Croissant", price: "Rp 28.000", imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-baked-croissant-white-plate_23-2147874515.jpg", imageAlt: "A flaky butter croissant"},
{
id: "noncoffee-juice",
name: "Fresh Orange Juice",
price: "Rp 30.000",
imageSrc: "http://img.b2bpic.net/free-photo/three-various-juices-glass-cups-with-straw_114579-50797.jpg",
imageAlt: "A glass of fresh orange juice",
},
id: "noncoffee-juice", name: "Fresh Orange Juice", price: "Rp 30.000", imageSrc: "http://img.b2bpic.net/free-photo/three-various-juices-glass-cups-with-straw_114579-50797.jpg", imageAlt: "A glass of fresh orange juice"},
{
id: "coffee-manualbrew",
name: "Manual Brew V60",
price: "Rp 40.000",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-roasted-beans-female-barista-preparing-coffee_23-2148824467.jpg",
imageAlt: "Barista pouring manual brew coffee",
},
id: "coffee-manualbrew", name: "Manual Brew V60", price: "Rp 40.000", imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-roasted-beans-female-barista-preparing-coffee_23-2148824467.jpg", imageAlt: "Barista pouring manual brew coffee"},
]}
title="Our Exquisite Menu"
description="Discover a diverse selection of handcrafted coffee, refreshing non-coffee beverages, delicious food, and delightful snacks. There's something for every palate at Fianda Coffee."
@@ -190,47 +123,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "gallery-1",
name: "Cafe Atmosphere",
price: "",
imageSrc: "http://img.b2bpic.net/free-photo/empty-chair_1203-2807.jpg",
imageAlt: "Modern and cozy cafe interior",
},
id: "gallery-1", name: "Cafe Atmosphere", price: "", imageSrc: "http://img.b2bpic.net/free-photo/empty-chair_1203-2807.jpg", imageAlt: "Modern and cozy cafe interior"},
{
id: "gallery-2",
name: "Latte Art Perfection",
price: "",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-glass-coffee-with-latte-art_140725-5204.jpg",
imageAlt: "Close-up of beautiful latte art",
},
id: "gallery-2", name: "Latte Art Perfection", price: "", imageSrc: "http://img.b2bpic.net/free-photo/top-view-glass-coffee-with-latte-art_140725-5204.jpg", imageAlt: "Close-up of beautiful latte art"},
{
id: "gallery-3",
name: "Delicious Offerings",
price: "",
imageSrc: "http://img.b2bpic.net/free-photo/tomato-salad-table_140725-862.jpg",
imageAlt: "A spread of food and drinks on a cafe table",
},
id: "gallery-3", name: "Delicious Offerings", price: "", imageSrc: "http://img.b2bpic.net/free-photo/tomato-salad-table_140725-862.jpg", imageAlt: "A spread of food and drinks on a cafe table"},
{
id: "gallery-4",
name: "The Roasting Process",
price: "",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-machine_23-2148366640.jpg",
imageAlt: "Coffee beans tumbling in a roaster",
},
id: "gallery-4", name: "The Roasting Process", price: "", imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-machine_23-2148366640.jpg", imageAlt: "Coffee beans tumbling in a roaster"},
{
id: "gallery-5",
name: "Happy Customers",
price: "",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-white-shirt-open-having-breakfast-cafe-with-vegetarian-burger-drinking-coffee-lifestyle-tropical-island-life-bali_1321-3919.jpg",
imageAlt: "Customers enjoying coffee and conversation",
},
id: "gallery-5", name: "Happy Customers", price: "", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-white-shirt-open-having-breakfast-cafe-with-vegetarian-burger-drinking-coffee-lifestyle-tropical-island-life-bali_1321-3919.jpg", imageAlt: "Customers enjoying coffee and conversation"},
{
id: "gallery-6",
name: "Barista Craft",
price: "",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-making-coffee_23-2150354565.jpg",
imageAlt: "A barista expertly preparing coffee",
},
id: "gallery-6", name: "Barista Craft", price: "", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-making-coffee_23-2150354565.jpg", imageAlt: "A barista expertly preparing coffee"},
]}
title="Moments at Fianda Coffee"
description="Immerse yourself in the captivating ambiance of our cafes, witness the meticulous roasting process, and savor the art of coffee. Every corner tells a story, every cup is a creation."
@@ -244,20 +147,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "pekanbaru",
title: "Pekanbaru Branch",
content: "Jl. Teuku Umar No.123, Pekanbaru<br/>Operating Hours: Mon-Sun, 08:00 - 22:00<br/>WhatsApp: +62 812-3456-7890",
},
id: "pekanbaru", title: "Pekanbaru Branch", content: "Jl. Teuku Umar No.123, Pekanbaru<br/>Operating Hours: Mon-Sun, 08:00 - 22:00<br/>WhatsApp: +62 812-3456-7890"},
{
id: "payakumbuh",
title: "Payakumbuh Branch",
content: "Jl. Soekarno Hatta No.45, Payakumbuh<br/>Operating Hours: Mon-Sun, 09:00 - 21:00<br/>WhatsApp: +62 812-9876-5432",
},
id: "payakumbuh", title: "Payakumbuh Branch", content: "Jl. Soekarno Hatta No.45, Payakumbuh<br/>Operating Hours: Mon-Sun, 09:00 - 21:00<br/>WhatsApp: +62 812-9876-5432"},
{
id: "hours",
title: "General Business Hours",
content: "Our branches generally operate from morning to late evening, including weekends, to cater to your coffee cravings. Specific hours are listed for each location above.",
},
id: "hours", title: "General Business Hours", content: "Our branches generally operate from morning to late evening, including weekends, to cater to your coffee cravings. Specific hours are listed for each location above."},
]}
imageSrc="http://img.b2bpic.net/free-photo/woman-study-map-drinking-coffee-street-cafe-redhead-happy-girl-travel-canary-islands-looking-new-place-visit-sunny-day_1217-1756.jpg"
imageAlt="Google Maps view of a coffee shop location"
@@ -276,65 +170,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah Chen",
date: "2023-10-26",
title: "Best Coffee in Town!",
quote: "Fianda Coffee has become my go-to spot. The espresso is perfectly balanced, and their latte art is simply stunning. A must-visit!",
tag: "Coffee Lover",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg",
avatarAlt: "Sarah Chen avatar",
imageSrc: "http://img.b2bpic.net/free-photo/two-happy-women-sitting-talking-cafe_171337-19611.jpg?_wi=2",
imageAlt: "happy woman avatar profile",
},
id: "1", name: "Sarah Chen", date: "2023-10-26", title: "Best Coffee in Town!", quote: "Fianda Coffee has become my go-to spot. The espresso is perfectly balanced, and their latte art is simply stunning. A must-visit!", tag: "Coffee Lover", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", avatarAlt: "Sarah Chen avatar", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-women-sitting-talking-cafe_171337-19611.jpg", imageAlt: "happy woman avatar profile"},
{
id: "2",
name: "David Lee",
date: "2023-11-15",
title: "Amazing Roastery!",
quote: "I'm always impressed by the quality of beans from Fianda. Their roasting is spot on, bringing out incredible notes. True specialty coffee.",
tag: "Roastery Fan",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg",
avatarAlt: "David Lee avatar",
imageSrc: "http://img.b2bpic.net/free-photo/you-get-it-it-s-so-funny_329181-2916.jpg?_wi=2",
imageAlt: "happy woman avatar profile",
},
id: "2", name: "David Lee", date: "2023-11-15", title: "Amazing Roastery!", quote: "I'm always impressed by the quality of beans from Fianda. Their roasting is spot on, bringing out incredible notes. True specialty coffee.", tag: "Roastery Fan", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg", avatarAlt: "David Lee avatar", imageSrc: "http://img.b2bpic.net/free-photo/you-get-it-it-s-so-funny_329181-2916.jpg", imageAlt: "happy woman avatar profile"},
{
id: "3",
name: "Emily Wong",
date: "2023-12-01",
title: "Cozy and Productive",
quote: "The atmosphere at Fianda Coffee is perfect for working or relaxing. Great Wi-Fi, delicious snacks, and always a warm welcome.",
tag: "Remote Worker",
avatarSrc: "http://img.b2bpic.net/free-photo/androgynous-avatar-non-binary-queer-person_23-2151100246.jpg",
avatarAlt: "Emily Wong avatar",
imageSrc: "http://img.b2bpic.net/free-photo/heap-coffee-beans_23-2147747251.jpg?_wi=2",
imageAlt: "happy woman avatar profile",
},
id: "3", name: "Emily Wong", date: "2023-12-01", title: "Cozy and Productive", quote: "The atmosphere at Fianda Coffee is perfect for working or relaxing. Great Wi-Fi, delicious snacks, and always a warm welcome.", tag: "Remote Worker", avatarSrc: "http://img.b2bpic.net/free-photo/androgynous-avatar-non-binary-queer-person_23-2151100246.jpg", avatarAlt: "Emily Wong avatar", imageSrc: "http://img.b2bpic.net/free-photo/heap-coffee-beans_23-2147747251.jpg", imageAlt: "happy woman avatar profile"},
{
id: "4",
name: "Michael Tan",
date: "2024-01-08",
title: "Friendly Baristas",
quote: "The staff here are incredibly knowledgeable and friendly. They always remember my order and make me feel right at home. Top-notch service!",
tag: "Regular Customer",
avatarSrc: "http://img.b2bpic.net/free-photo/thoughtful-man-with-coffee-cafeteria_23-2147689310.jpg",
avatarAlt: "Michael Tan avatar",
imageSrc: "http://img.b2bpic.net/free-photo/barista-is-preparing-coffee_140725-8112.jpg?_wi=2",
imageAlt: "happy woman avatar profile",
},
id: "4", name: "Michael Tan", date: "2024-01-08", title: "Friendly Baristas", quote: "The staff here are incredibly knowledgeable and friendly. They always remember my order and make me feel right at home. Top-notch service!", tag: "Regular Customer", avatarSrc: "http://img.b2bpic.net/free-photo/thoughtful-man-with-coffee-cafeteria_23-2147689310.jpg", avatarAlt: "Michael Tan avatar", imageSrc: "http://img.b2bpic.net/free-photo/barista-is-preparing-coffee_140725-8112.jpg", imageAlt: "happy woman avatar profile"},
{
id: "5",
name: "Jessica Lim",
date: "2024-02-20",
title: "Variety of Menu",
quote: "I love that Fianda Coffee has so many options, not just coffee! Their non-coffee drinks are amazing, and the food is always fresh and tasty.",
tag: "Foodie",
avatarSrc: "http://img.b2bpic.net/free-photo/female-friends-having-conversation-kitchen-coffee_23-2148708919.jpg",
avatarAlt: "Jessica Lim avatar",
imageSrc: "http://img.b2bpic.net/free-photo/cup-cappuccino-saucer-blue-table_114579-83218.jpg?_wi=2",
imageAlt: "happy woman avatar profile",
},
id: "5", name: "Jessica Lim", date: "2024-02-20", title: "Variety of Menu", quote: "I love that Fianda Coffee has so many options, not just coffee! Their non-coffee drinks are amazing, and the food is always fresh and tasty.", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/female-friends-having-conversation-kitchen-coffee_23-2148708919.jpg", avatarAlt: "Jessica Lim avatar", imageSrc: "http://img.b2bpic.net/free-photo/cup-cappuccino-saucer-blue-table_114579-83218.jpg", imageAlt: "happy woman avatar profile"},
]}
title="What Our Customers Say"
description="Hear from our beloved customers about their favorite Fianda Coffee experiences, from the rich flavors to the cozy atmosphere and friendly service."
@@ -349,22 +193,14 @@ export default function LandingPage() {
description="Have a question, feedback, or just want to say hello? Reach out to us directly via WhatsApp, Instagram, or visit our locations. We'd love to hear from you!"
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
name: "email", type: "email", placeholder: "Your Email", required: true,
},
]}
textarea={{
name: "message",
placeholder: "Your Message",
rows: 4,
name: "message", placeholder: "Your Message", rows: 4,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/happy-smiling-asian-barista-girl-counter-working-with-pos-terminal-brewing-filter-kit_1258-199491.jpg"
@@ -383,58 +219,35 @@ export default function LandingPage() {
logoText="Fianda Coffee"
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{
label: "Home",
href: "#home",
},
label: "Home", href: "#home"},
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Menu",
href: "#menu",
},
label: "Menu", href: "#menu"},
{
label: "Gallery",
href: "#gallery",
},
label: "Gallery", href: "#gallery"},
],
},
{
title: "Our Locations",
items: [
title: "Our Locations", items: [
{
label: "Pekanbaru",
href: "#locations",
},
label: "Pekanbaru", href: "#locations"},
{
label: "Payakumbuh",
href: "#locations",
},
label: "Payakumbuh", href: "#locations"},
{
label: "Business Hours",
href: "#locations",
},
label: "Business Hours", href: "#locations"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "WhatsApp",
href: "https://wa.me/6281234567890",
},
label: "WhatsApp", href: "https://wa.me/6281234567890"},
{
label: "Instagram",
href: "https://instagram.com/fiandacoffee",
},
label: "Instagram", href: "https://instagram.com/fiandacoffee"},
{
label: "Contact Us",
href: "#contact",
},
label: "Contact Us", href: "#contact"},
],
},
]}