diff --git a/src/app/page.tsx b/src/app/page.tsx index ac8af34..3b038d3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,31 +17,23 @@ export default function LandingPage() { defaultButtonVariant="hover-bubble" defaultTextAnimation="entrance-slide" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -87,23 +70,11 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "Hainanese Chicken Chop", - price: "RM 18.90", - imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-appetizing-dish-stuffed-cabbage-with-lemon-herbs-sauce-white-plate-bowls-with-sour-cream-herbs-rice-center-black-table_140725-110519.jpg", - }, + id: "p1", name: "Hainanese Chicken Chop", price: "RM 18.90", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-appetizing-dish-stuffed-cabbage-with-lemon-herbs-sauce-white-plate-bowls-with-sour-cream-herbs-rice-center-black-table_140725-110519.jpg"}, { - id: "p2", - name: "Grilled Chicken Kerabu Rice", - price: "RM 16.50", - imageSrc: "http://img.b2bpic.net/free-photo/hot-spicy-grilled-pork-salad-with-berry-rice_1339-6324.jpg", - }, + id: "p2", name: "Grilled Chicken Kerabu Rice", price: "RM 16.50", imageSrc: "http://img.b2bpic.net/free-photo/hot-spicy-grilled-pork-salad-with-berry-rice_1339-6324.jpg"}, { - id: "p3", - name: "Signature Kopi-O Ice", - price: "RM 4.50", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-hot-cup-pouring-from-red-kettle-brown-coffee-seeds-flowers-wooden-desk_140725-19240.jpg", - }, + id: "p3", name: "Signature Kopi-O Ice", price: "RM 4.50", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hot-cup-pouring-from-red-kettle-brown-coffee-seeds-flowers-wooden-desk_140725-19240.jpg"}, ]} title="Signature Favorites" description="Traditional recipes with a modern twist." @@ -117,21 +88,11 @@ export default function LandingPage() { useInvertedBackground={false} negativeCard={{ items: [ - "Fast & efficient kitchen service", - "Always air-conditioned", - "Late-night friendly", - "High quality ingredients", - "Vegetarian options available", - ], + "Fast & efficient kitchen service", "Always air-conditioned", "Late-night friendly", "High quality ingredients", "Vegetarian options available"], }} positiveCard={{ items: [ - "Nostalgic interior vibes", - "Great for group chats", - "Consistent quality assurance", - "Friendly staff", - "Warm lighting", - ], + "Nostalgic interior vibes", "Great for group chats", "Consistent quality assurance", "Friendly staff", "Warm lighting"], }} title="The Gari Wurang Experience" description="Cozy, comfortable, and always welcoming." @@ -143,30 +104,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", - name: "Sarah Lee", - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520107.jpg", - }, + id: "t1", name: "Sarah Lee", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520107.jpg"}, { - id: "t2", - name: "Ahmad Bin", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-home-night_23-2149090952.jpg", - }, + id: "t2", name: "Ahmad Bin", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-home-night_23-2149090952.jpg"}, { - id: "t3", - name: "Jasmine Tan", - imageSrc: "http://img.b2bpic.net/free-photo/senior-friends-having-wonderful-time-together_23-2149262202.jpg", - }, + id: "t3", name: "Jasmine Tan", imageSrc: "http://img.b2bpic.net/free-photo/senior-friends-having-wonderful-time-together_23-2149262202.jpg"}, { - id: "t4", - name: "Marcus Wong", - imageSrc: "http://img.b2bpic.net/free-photo/girl-eating-restaurant_23-2148172716.jpg?_wi=1", - }, + id: "t4", name: "Marcus Wong", imageSrc: "http://img.b2bpic.net/free-photo/girl-eating-restaurant_23-2148172716.jpg"}, { - id: "t5", - name: "Wei Ming", - imageSrc: "http://img.b2bpic.net/free-photo/girl-eating-restaurant_23-2148172716.jpg?_wi=2", - }, + id: "t5", name: "Wei Ming", imageSrc: "http://img.b2bpic.net/free-photo/girl-eating-restaurant_23-2148172716.jpg"}, ]} cardTitle="What Our Guests Say" cardTag="Testimonials" @@ -180,20 +126,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "b1", - title: "Kuala Lumpur City Center", - content: "123, Jalan Bukit Bintang, 55100 Kuala Lumpur. Open: 10am - 12am", - }, + id: "b1", title: "Kuala Lumpur City Center", content: "123, Jalan Bukit Bintang, 55100 Kuala Lumpur. Open: 10am - 12am"}, { - id: "b2", - title: "Subang Jaya", - content: "Lot 45, SS15/4, 47500 Subang Jaya. Open: 10am - 12am", - }, + id: "b2", title: "Subang Jaya", content: "Lot 45, SS15/4, 47500 Subang Jaya. Open: 10am - 12am"}, { - id: "b3", - title: "Penang Georgetown", - content: "88, Lebuh Pantai, 10300 George Town. Open: 10am - 12am", - }, + id: "b3", title: "Penang Georgetown", content: "88, Lebuh Pantai, 10300 George Town. Open: 10am - 12am"}, ]} title="Find Us Near You" description="Open until midnight daily at multiple locations." @@ -206,38 +143,20 @@ export default function LandingPage() { columns={[ { items: [ - { - label: "About Us", - href: "#about", - }, - { - label: "Menu", - href: "#menu", - }, + { label: "About Us", href: "#about" }, + { label: "Menu", href: "#menu" }, ], }, { items: [ - { - label: "Find a Branch", - href: "#branches", - }, - { - label: "Contact Us", - href: "#contact", - }, + { label: "Find a Branch", href: "#branches" }, + { label: "Contact Us", href: "#contact" }, ], }, { items: [ - { - label: "Instagram", - href: "#", - }, - { - label: "Facebook", - href: "#", - }, + { label: "Instagram", href: "#" }, + { label: "Facebook", href: "#" }, ], }, ]} @@ -247,4 +166,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file