ソースを参照

change footer info

master
azri 1ヶ月前
コミット
a6d1ef1ada
2個のファイルの変更20行の追加9行の削除
  1. バイナリ
      src/assets/images/here.png
  2. 20
    9
      src/components/Footer/Footer.jsx

バイナリ
src/assets/images/here.png ファイルの表示


+ 20
- 9
src/components/Footer/Footer.jsx ファイルの表示

@@ -3,9 +3,12 @@ import { Box, Typography, TextField, Button, InputAdornment } from '@mui/materia
3 3
 import logoSrc from "../../assets/images/amberlogofooter.png";
4 4
 import Grid from '@mui/material/Grid2';
5 5
 import InstagramIcon from '@mui/icons-material/Instagram';
6
-import WhatsAppIcon from '@mui/icons-material/WhatsApp'; 
6
+import WhatsAppIcon from '@mui/icons-material/WhatsApp';
7
+import LocalPhoneIcon from '@mui/icons-material/LocalPhone';
8
+
7 9
 import customerService from '../../services/CustomerService';
8 10
 
11
+
9 12
 const TikTokIcon = ({ color = "#000000" }) => {
10 13
   return (
11 14
     <svg fill={color} width="1.3em" height="1.3em" viewBox="0 0 512 512" id="icons" xmlns="http://www.w3.org/2000/svg"><path d="M412.19,118.66a109.27,109.27,0,0,1-9.45-5.5,132.87,132.87,0,0,1-24.27-20.62c-18.1-20.71-24.86-41.72-27.35-56.43h.1C349.14,23.9,350,16,350.13,16H267.69V334.78c0,4.28,0,8.51-.18,12.69,0,.52-.05,1-.08,1.56,0,.23,0,.47-.05.71,0,.06,0,.12,0,.18a70,70,0,0,1-35.22,55.56,68.8,68.8,0,0,1-34.11,9c-38.41,0-69.54-31.32-69.54-70s31.13-70,69.54-70a68.9,68.9,0,0,1,21.41,3.39l.1-83.94a153.14,153.14,0,0,0-118,34.52,161.79,161.79,0,0,0-35.3,43.53c-3.48,6-16.61,30.11-18.2,69.24-1,22.21,5.67,45.22,8.85,54.73v.2c2,5.6,9.75,24.71,22.38,40.82A167.53,167.53,0,0,0,115,470.66v-.2l.2.2C155.11,497.78,199.36,496,199.36,496c7.66-.31,33.32,0,62.46-13.81,32.32-15.31,50.72-38.12,50.72-38.12a158.46,158.46,0,0,0,27.64-45.93c7.46-19.61,9.95-43.13,9.95-52.53V176.49c1,.6,14.32,9.41,14.32,9.41s19.19,12.3,49.13,20.31c21.48,5.7,50.42,6.9,50.42,6.9V131.27C453.86,132.37,433.27,129.17,412.19,118.66Z" /></svg>
@@ -53,17 +56,25 @@ const Footer = () => {
53 56
           </nav>
54 57
         </Grid> */}
55 58
 
56
-        <Grid item size={{ xs: 12, sm: 6, md: 6, lg: 3, xl: 3 }} sx={{ position: "relative" }}>
59
+        <Grid item size={{ xs: 12, sm: 6, md: 6, lg: 4, xl: 4 }} sx={{ position: "relative" }}>
57 60
 
58 61
           <Typography variant="body1" sx={{ fontWeight: "bold", mb: 4 }}>
59 62
             Contact Info
60 63
           </Typography>
61
-          <Typography variant="body2" sx={{ mb: 2 }}><span style={{ fontWeight: "bold" }}>Phone:</span> +4 (509) 120 6705</Typography>
62
-          <Typography variant="body2" sx={{ maxWidth: 250 }}><span style={{ fontWeight: "bold" }}>Address:</span> Lot G-77, Wangsa Walk Mall, Wangsa Avenue, No.9, Jalan Wangsa Perdana 1, Bandar Wangsa Maju, 53300 Kuala Lumpur, Malaysia</Typography>
64
+          <Typography variant="body2" sx={{ maxWidth: 350, mb: 2 }}><span style={{ fontWeight: "bold" }}>AMBER MODE (M) SDN BHD (1109469-M) <br /> </span> Lot G-77, Wangsa Walk Mall, <br />Wangsa Avenue, <br />No.9, Jalan Wangsa Perdana 1, <br />Bandar Wangsa Maju, <br />53300 Kuala Lumpur, <br />Malaysia</Typography>
65
+          <Typography
66
+            variant="body2"
67
+            sx={{ display: "flex", alignItems: "center" }}
68
+          >
69
+            <LocalPhoneIcon sx={{ mr: 1 }} />
70
+            +4 (509) 120 6705
71
+          </Typography>
72
+
73
+
63 74
         </Grid>
64 75
 
65 76
 
66
-        <Grid item size={{ xs: 12, sm: 6, md: 6, lg: 4, xl: 4 }} sx={{pl:{xs:0, sm:0, md:0, lg:5, xl:5}}}>
77
+        <Grid item size={{ xs: 12, sm: 6, md: 6, lg: 3, xl: 3 }} sx={{ pl: { xs: 0, sm: 0, md: 0, lg: 5, xl: 5 } }}>
67 78
           <Typography variant="body1" sx={{ fontWeight: "bold", mb: 4 }}>
68 79
             Get Help
69 80
           </Typography>
@@ -105,11 +116,11 @@ const Footer = () => {
105 116
               value={email}
106 117
               type='email'
107 118
               onChange={(e) => { setEmail(e.target.value) }}
108
-              sx={{ 
109
-                p: 0, 
119
+              sx={{
120
+                p: 0,
110 121
                 mb: 2,
111
-                overflow:"hidden",
112
-                borderRadius:"4px",
122
+                overflow: "hidden",
123
+                borderRadius: "4px",
113 124
               }}
114 125
               InputProps={{
115 126
                 startAdornment: (

読み込み中…
キャンセル
保存