Skip to content

Commit d69e0cf

Browse files
committed
fix
1 parent c93fd68 commit d69e0cf

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

src/components/Footer.jsx

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,13 @@ const Footer = () => {
3535
{
3636
title: "BRANDS",
3737
items: [
38-
{ text: "Freya", link: "/brands/skino" },
39-
{ text: "Love", link: "/brands/skino" },
40-
{ text: "Care", link: "/brands/skino" },
38+
{ text: "Freya", link: "/brands/freya" },
39+
{ text: "Luv", link: "/brands/luv" },
40+
{ text: "Care", link: "/brands/care" },
4141
{ text: "Skino", link: "/brands/skino" },
42-
{ text: "Max Cleaning", link: "/brands/skino" },
43-
{ text: "Max Styling Wax", link: "/brands/skino" },
42+
{ text: "Max Cleaning", link: "/brands/max-cleaning" },
43+
{ text: "Max Styling Wax", link: "/brands/max-styling-wax" },
44+
{ text: "Max Styling Gel", link: "/brands/max-styling-gel" },
4445
],
4546
},
4647
{
@@ -71,14 +72,14 @@ const Footer = () => {
7172
{footerSections.map((section, index) => (
7273
<FooterSection key={index} {...section} />
7374
))}
74-
<div className="mb-8 md:mb-0 w-full sm:w-1/2 md:w-1/3 lg:w-1/5 px-4">
75+
{/* <div className="mb-8 md:mb-0 w-full sm:w-1/2 md:w-1/3 lg:w-1/5 px-4">
7576
<h3 className="font-bold text-lg mb-4">SOCIAL MEDIA</h3>
7677
<div className="flex space-x-4">
7778
{socialIcons.map((icon, index) => (
7879
<SocialIcon key={index} {...icon} />
7980
))}
8081
</div>
81-
</div>
82+
</div> */}
8283
</div>
8384
<div className="mt-12 pt-8 border-t border-white/30 text-center">
8485
<p className="text-sm">

src/pages/ContactUs/WhereToFind.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ const WhereToFind = () => {
3232
href="tel:+911234567890"
3333
className="text-[#0493FC] hover:underline"
3434
>
35-
+91 1234567890
35+
+971-4-2321818
3636
</a>
3737
,{" "}
3838
<a
3939
href="tel:+911234567890"
4040
className="text-[#0493FC] hover:underline"
4141
>
42-
+91 1234567890
42+
+9171-50-9400443
4343
</a>
4444
</div>
4545

0 commit comments

Comments
 (0)