diff --git a/src/app/page.tsx b/src/app/page.tsx index f2040c5..1697718 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,22 +28,12 @@ export default function LandingPage() {
@@ -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." }, ]} /> @@ -243,17 +118,11 @@ export default function LandingPage() { ); -} +} \ No newline at end of file