diff --git a/src/app/page.tsx b/src/app/page.tsx index e991b84..7a0ae94 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,98 +47,55 @@ export default function LandingPage() {
@@ -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"}, ]} /> @@ -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() {