Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
268
src/app/page.tsx
268
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Attractions",
|
||||
id: "#attractions",
|
||||
},
|
||||
name: "Attractions", id: "attractions"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Lepak Santai"
|
||||
/>
|
||||
@@ -55,98 +47,55 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Lepak Santai: Mini Zoo & Kedai Kopi"
|
||||
description="Experience the perfect blend of nature and relaxation in Rantau Panjang. Discover our mini zoo and enjoy artisanal coffee in a beautiful garden setting."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Nor Shafiqa Zakaria",
|
||||
handle: "@shafiqa",
|
||||
testimonial: "Sangat menarik! Tempat yang sangat santai dan sesuai untuk keluarga.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-father-daughter-posing_23-2147624672.jpg",
|
||||
},
|
||||
name: "Nor Shafiqa Zakaria", handle: "@shafiqa", testimonial: "Sangat menarik! Tempat yang sangat santai dan sesuai untuk keluarga.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-father-daughter-posing_23-2147624672.jpg"},
|
||||
{
|
||||
name: "Ghazali Jusoh",
|
||||
handle: "@ghazali",
|
||||
testimonial: "Pengalaman yang tenang, zoo kecil yang kemas dan kopi yang sedap.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-couple-spend-time-cafe_1157-19320.jpg",
|
||||
},
|
||||
name: "Ghazali Jusoh", handle: "@ghazali", testimonial: "Pengalaman yang tenang, zoo kecil yang kemas dan kopi yang sedap.", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-couple-spend-time-cafe_1157-19320.jpg"},
|
||||
{
|
||||
name: "Ahmad R.",
|
||||
handle: "@ahmad",
|
||||
testimonial: "Tempat terbaik untuk bawa anak-anak hujung minggu.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-girl-her-handsome-boyfriend-posing-street-near-tree_158538-139.jpg",
|
||||
},
|
||||
name: "Ahmad R.", handle: "@ahmad", testimonial: "Tempat terbaik untuk bawa anak-anak hujung minggu.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-girl-her-handsome-boyfriend-posing-street-near-tree_158538-139.jpg"},
|
||||
{
|
||||
name: "Siti Aminah",
|
||||
handle: "@siti",
|
||||
testimonial: "Kopi terbaik di kawasan Rantau Panjang. Sangat tenang.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-girl-dancing-looking-happy-posing-park-enjoying-herself-walking-alone_1258-203657.jpg",
|
||||
},
|
||||
name: "Siti Aminah", handle: "@siti", testimonial: "Kopi terbaik di kawasan Rantau Panjang. Sangat tenang.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-girl-dancing-looking-happy-posing-park-enjoying-herself-walking-alone_1258-203657.jpg"},
|
||||
{
|
||||
name: "Johan B.",
|
||||
handle: "@johan",
|
||||
testimonial: "Cantik dan bersih. Sangat berbaloi berkunjung.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-farmer-holding-white-bunny_23-2149066223.jpg",
|
||||
},
|
||||
name: "Johan B.", handle: "@johan", testimonial: "Cantik dan bersih. Sangat berbaloi berkunjung.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-farmer-holding-white-bunny_23-2149066223.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Visit Us", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/look-from-afar-lovely-couple-standing-wooden-porch-mountain-lake_1304-2959.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/look-from-afar-lovely-couple-standing-wooden-porch-mountain-lake_1304-2959.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/selfie-portrait-videocall_23-2149186102.jpg",
|
||||
alt: "Happy visitor 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/selfie-portrait-videocall_23-2149186102.jpg", alt: "Happy visitor 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cute-little-girl-hugging-her-mother_23-2148529173.jpg",
|
||||
alt: "Happy visitor 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cute-little-girl-hugging-her-mother_23-2148529173.jpg", alt: "Happy visitor 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/father-daughter-laughing_23-2147615920.jpg",
|
||||
alt: "Happy visitor 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/father-daughter-laughing_23-2147615920.jpg", alt: "Happy visitor 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-mother-carrying-girl-shoulders_23-2148521479.jpg",
|
||||
alt: "Happy visitor 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-mother-carrying-girl-shoulders_23-2148521479.jpg", alt: "Happy visitor 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-love-drinking-coffee-coffee-shop_158595-1571.jpg",
|
||||
alt: "Happy visitor 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/couple-love-drinking-coffee-coffee-shop_158595-1571.jpg", alt: "Happy visitor 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Mini Zoo",
|
||||
},
|
||||
type: "text", text: "Mini Zoo"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Coffee",
|
||||
},
|
||||
type: "text", text: "Fresh Coffee"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Garden Cafe",
|
||||
},
|
||||
type: "text", text: "Garden Cafe"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Family Friendly",
|
||||
},
|
||||
type: "text", text: "Family Friendly"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Relaxing Vibe",
|
||||
},
|
||||
type: "text", text: "Relaxing Vibe"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -156,18 +105,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Nature meets ",
|
||||
},
|
||||
type: "text", content: "Nature meets "},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/therapist-taking-notes-mental-health-progress-with-adolescent_482257-124828.jpg",
|
||||
alt: "About Lepak Santai",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/therapist-taking-notes-mental-health-progress-with-adolescent_482257-124828.jpg", alt: "About Lepak Santai"},
|
||||
{
|
||||
type: "text",
|
||||
content: " Coffee Culture",
|
||||
},
|
||||
type: "text", content: " Coffee Culture"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -179,28 +121,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Rabbit Zone",
|
||||
description: "Meet our fluffy bunnies in a gentle, interactive environment.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Star,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-plays-with-domestic-rabbit-street-pet-concept_169016-59241.jpg",
|
||||
imageAlt: "cute rabbit mini zoo",
|
||||
title: "Rabbit Zone", description: "Meet our fluffy bunnies in a gentle, interactive environment.", bentoComponent: "reveal-icon", icon: Star,
|
||||
},
|
||||
{
|
||||
title: "Bird Sanctuary",
|
||||
description: "Colorful birds await your visit in our lush green enclosure.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Feather,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/look-from-afar-lovely-couple-standing-wooden-porch-mountain-lake_1304-2959.jpg?_wi=2",
|
||||
imageAlt: "cute rabbit mini zoo",
|
||||
title: "Bird Sanctuary", description: "Colorful birds await your visit in our lush green enclosure.", bentoComponent: "reveal-icon", icon: Feather,
|
||||
},
|
||||
{
|
||||
title: "Turtle Habitat",
|
||||
description: "Observe our calm turtles in their naturalistic pond sanctuary.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Star,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/therapist-taking-notes-mental-health-progress-with-adolescent_482257-124828.jpg",
|
||||
imageAlt: "cute rabbit mini zoo",
|
||||
title: "Turtle Habitat", description: "Observe our calm turtles in their naturalistic pond sanctuary.", bentoComponent: "reveal-icon", icon: Star,
|
||||
},
|
||||
]}
|
||||
title="Mini Zoo Attractions"
|
||||
@@ -216,41 +143,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Signature Latte",
|
||||
price: "RM 8.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beverage-leaf-cloth_23-2147885990.jpg",
|
||||
},
|
||||
id: "p1", name: "Signature Latte", price: "RM 8.00", imageSrc: "http://img.b2bpic.net/free-photo/beverage-leaf-cloth_23-2147885990.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Butter Croissant",
|
||||
price: "RM 6.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-pastry-sliced-pieces-dark-surface_140725-91205.jpg",
|
||||
},
|
||||
id: "p2", name: "Butter Croissant", price: "RM 6.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-pastry-sliced-pieces-dark-surface_140725-91205.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Garden Snack Plate",
|
||||
price: "RM 12.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pancakes-with-sweet-cakes-fruits-dark-desk_140725-120558.jpg",
|
||||
},
|
||||
id: "p3", name: "Garden Snack Plate", price: "RM 12.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pancakes-with-sweet-cakes-fruits-dark-desk_140725-120558.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Iced Tea Lemon",
|
||||
price: "RM 5.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-tea-with-flowers-notepad-grey-background-tea-drink-color-ceremony-flower_140725-96098.jpg",
|
||||
},
|
||||
id: "p4", name: "Iced Tea Lemon", price: "RM 5.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-tea-with-flowers-notepad-grey-background-tea-drink-color-ceremony-flower_140725-96098.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Chocolate Cake",
|
||||
price: "RM 10.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-pancakes-with-sweets-fruits-wooden-desk_140725-91378.jpg",
|
||||
},
|
||||
id: "p5", name: "Chocolate Cake", price: "RM 10.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-pancakes-with-sweets-fruits-wooden-desk_140725-91378.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Fresh Orange Juice",
|
||||
price: "RM 7.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-lemonade-with-citruces-table_140725-33.jpg",
|
||||
},
|
||||
id: "p6", name: "Fresh Orange Juice", price: "RM 7.00", imageSrc: "http://img.b2bpic.net/free-photo/homemade-lemonade-with-citruces-table_140725-33.jpg"},
|
||||
]}
|
||||
title="Kedai Kopi Highlights"
|
||||
description="Indulge in our range of artisanal coffees, fresh pastries, and refreshing garden-fresh snacks."
|
||||
@@ -259,49 +162,25 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Nor Shafiqa Zakaria",
|
||||
handle: "@shafiqa",
|
||||
testimonial: "Menarikkkkkk!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-with-children-park_1328-4014.jpg",
|
||||
},
|
||||
id: "t1", name: "Nor Shafiqa Zakaria", handle: "@shafiqa", testimonial: "Menarikkkkkk!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-with-children-park_1328-4014.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Ghazali Jusoh",
|
||||
handle: "@ghazali",
|
||||
testimonial: "Tempat yang sangat santai.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-smiling-couple-is-enjoying-their-coffee-outside-cozy-cafeteria-woman-is-hugging-her-man_613910-14975.jpg",
|
||||
},
|
||||
id: "t2", name: "Ghazali Jusoh", handle: "@ghazali", testimonial: "Tempat yang sangat santai.", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-smiling-couple-is-enjoying-their-coffee-outside-cozy-cafeteria-woman-is-hugging-her-man_613910-14975.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Ahmad R.",
|
||||
handle: "@ahmad",
|
||||
testimonial: "Sesuai untuk anak-anak.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-vacation-playing-with-monkey_1157-33342.jpg",
|
||||
},
|
||||
id: "t3", name: "Ahmad R.", handle: "@ahmad", testimonial: "Sesuai untuk anak-anak.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-vacation-playing-with-monkey_1157-33342.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Siti Aminah",
|
||||
handle: "@siti",
|
||||
testimonial: "Kopi terbaik di sini.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-charming-dimples-smiles-woman-trendy-resort-shirt-pants-posing-relaxed-brick-space-with-bushes_197531-15072.jpg",
|
||||
},
|
||||
id: "t4", name: "Siti Aminah", handle: "@siti", testimonial: "Kopi terbaik di sini.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-charming-dimples-smiles-woman-trendy-resort-shirt-pants-posing-relaxed-brick-space-with-bushes_197531-15072.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Johan B.",
|
||||
handle: "@johan",
|
||||
testimonial: "Sangat berbaloi berkunjung.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-living-farmhouse_23-2150621714.jpg",
|
||||
},
|
||||
id: "t5", name: "Johan B.", handle: "@johan", testimonial: "Sangat berbaloi berkunjung.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-living-farmhouse_23-2150621714.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Visitors Say"
|
||||
@@ -315,20 +194,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What are your opening hours?",
|
||||
content: "We are open daily starting at 8:45 PM for your evening relaxation needs.",
|
||||
},
|
||||
id: "f1", title: "What are your opening hours?", content: "We are open daily starting at 8:45 PM for your evening relaxation needs."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Is there an entry fee?",
|
||||
content: "Please contact us directly at 011-2576 3260 for current ticketing information.",
|
||||
},
|
||||
id: "f2", title: "Is there an entry fee?", content: "Please contact us directly at 011-2576 3260 for current ticketing information."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can I hold events here?",
|
||||
content: "Yes, we accommodate small gatherings. Please reach out to discuss your event requirements.",
|
||||
},
|
||||
id: "f3", title: "Can I hold events here?", content: "Yes, we accommodate small gatherings. Please reach out to discuss your event requirements."},
|
||||
]}
|
||||
title="Visitor Information"
|
||||
description="Have questions about our zoo and cafe hours?"
|
||||
@@ -343,16 +213,10 @@ export default function LandingPage() {
|
||||
description="Located at 17200 Rantau Panjang, Kelantan. We look forward to welcoming you soon!"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/autumn-hiking-trail_649448-3428.jpg"
|
||||
@@ -364,29 +228,19 @@ export default function LandingPage() {
|
||||
logoText="Lepak Santai"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Mini Zoo",
|
||||
href: "#attractions",
|
||||
},
|
||||
label: "Mini Zoo", href: "#attractions"},
|
||||
{
|
||||
label: "Kedai Kopi",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Kedai Kopi", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "011-2576 3260",
|
||||
href: "tel:01125763260",
|
||||
},
|
||||
label: "011-2576 3260", href: "tel:01125763260"},
|
||||
{
|
||||
label: "Rantau Panjang",
|
||||
href: "#",
|
||||
},
|
||||
label: "Rantau Panjang", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user