Update src/app/page.tsx
This commit is contained in:
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
title="Discover Authentic Dining at SMARA"
|
||||
description="Experience exceptional cuisine and warm hospitality in an inviting atmosphere. Reserve your table today and join us for an unforgettable meal."
|
||||
description="Experience exceptional cuisine and warm hospitality in an inviting atmosphere. Located at Jl. Laksda Adisucipto No.82. We are open daily until 10.30 pm. Reserve your table today and join us for an unforgettable meal."
|
||||
testimonials={[
|
||||
{ name: "Alice D.", handle: "@aliced", testimonial: "An incredible experience from start to finish.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-sitting-table_23-2149655596.jpg?_wi=1" },
|
||||
{ name: "Robert K.", handle: "@robertk", testimonial: "Best dining in the city, hands down.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg?_wi=1" },
|
||||
@@ -97,12 +97,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", brand: "Main Course", name: "Truffle Pasta", price: "$28", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meal-luxury-restaurant_23-2150598373.jpg" },
|
||||
{ id: "p2", brand: "Appetizer", name: "Artisanal Bread", price: "$12", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-chocolate-fondant-with-ice-cream_141793-4300.jpg" },
|
||||
{ id: "p3", brand: "Main Course", name: "Grilled Steak", price: "$42", rating: 5, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/boiled-potatoes-herring-with-onions_140725-2258.jpg" },
|
||||
{ id: "p4", brand: "Dessert", name: "Chocolate Lava", price: "$15", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/tart-with-profiteroles-top-with-whipped-cream_114579-85551.jpg" },
|
||||
{ id: "p5", brand: "Salad", name: "Seasonal Green", price: "$18", rating: 4, reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept_23-2148510924.jpg" },
|
||||
{ id: "p6", brand: "Main Course", name: "Roasted Duck", price: "$38", rating: 5, reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/various-bread-pastry-wooden-basket_114579-72028.jpg" }
|
||||
{ id: "p1", brand: "Highlight", name: "Mie Goreng Jawa", price: "$18", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meal-luxury-restaurant_23-2150598373.jpg" },
|
||||
{ id: "p2", brand: "Highlight", name: "Tempe Mendoan", price: "$8", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-chocolate-fondant-with-ice-cream_141793-4300.jpg" },
|
||||
{ id: "p3", brand: "Highlight", name: "Artisanal Pizza", price: "$22", rating: 5, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/boiled-potatoes-herring-with-onions_140725-2258.jpg" },
|
||||
{ id: "p4", brand: "Highlight", name: "BBQ Chicken Pizza", price: "$24", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/tart-with-profiteroles-top-with-whipped-cream_114579-85551.jpg" },
|
||||
{ id: "p5", brand: "Signature", name: "Truffle Pasta", price: "$28", rating: 4, reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept_23-2148510924.jpg" },
|
||||
{ id: "p6", brand: "Signature", name: "Roasted Duck", price: "$38", rating: 5, reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/various-bread-pastry-wooden-basket_114579-72028.jpg" }
|
||||
]}
|
||||
title="Signature Menu Selections"
|
||||
description="Explore our curated selection of dishes, crafted with care by our executive chef and team."
|
||||
@@ -186,7 +186,7 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
text="Ready for an exceptional meal at SMARA? Reserve your table now for an unforgettable experience."
|
||||
text="Ready for an exceptional meal at SMARA? Reach us at (0274) 2800088 or visit us at Jl. Laksda Adisucipto No.82. We are open daily until 10.30 pm. Reserve your table now for an unforgettable experience."
|
||||
buttons={[{ text: "Book Your Table", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
@@ -204,4 +204,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user