general updates

This commit is contained in:
2025-12-30 03:35:14 +03:00
parent dd11665743
commit e8c4bc909c
12 changed files with 124 additions and 53 deletions

View File

@@ -119,9 +119,9 @@ function MenuPage() {
<div className={`${styles.headerContainer}`}>
<div className={styles.contentWrapper}>
<div className={styles.restaurantHeaderTitleContainer}>
<ProTitle className={styles.restaurantTitle}>
<ProText className={styles.restaurantTitle}>
{isRTL ? restaurant?.nameAR : restaurant?.restautantName}
</ProTitle>
</ProText>
<Button
className={
restaurant?.isOpened
@@ -151,7 +151,7 @@ function MenuPage() {
<div className={styles.ratingContainer}>
<StarFilled className={styles.ratingStar} />
<ProText className={styles.ratingScore}>4.5</ProText>
<ProText className={styles.ratingCount}>(2567)</ProText>
<ProText className={styles.ratingCount}>(2567) </ProText>
<ProText
className={`${styles.itemDescription} ${styles.restaurantDescription} responsive-text`}
>
@@ -166,6 +166,35 @@ function MenuPage() {
</div>
</div>
<Button
style={{
height: 32,
borderRadius: 6,
paddingTop: 6,
paddingRight: 16,
paddingBottom: 6,
paddingLeft: 16,
gap: 8,
opacity: 1,
margin: 16,
backgroundColor: "#EBEBEC",
border: "none",
}}
>
<ProText
style={{
fontWeight: 500,
fontStyle: "Medium",
fontSize: 14,
lineHeight: "140%",
letterSpacing: "0%",
color: "#09237D",
}}
>
Call Waiter
</ProText>
</Button>
<div className={`${styles.pageContainer}`}>
<Space orientation="vertical" style={{ width: "100%" }}>
<div>