Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
sujata
/
Akruti-Frontend
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Registry
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 036aaa0b
authored
2026-02-25 15:12:16 +0530
by
Ravindra Kanojiya
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated home page
1 parent
92b61b84
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
29 additions
and
25 deletions
components/Layout/Footer.js
public/image/footer-logo.svg
styles/globals.css
styles/style.css
components/Layout/Footer.js
View file @
036aaa0
...
...
@@ -12,7 +12,7 @@ const Footer = () => {
<
Col
lg
=
{
3
}
md
=
{
6
}
className
=
"footer-cotent"
>
<
Image
src
=
"/image/footer-logo.
pn
g"
src
=
"/image/footer-logo.
sv
g"
alt
=
"logo"
width
=
{
278
}
height
=
{
51
}
...
...
@@ -22,8 +22,7 @@ const Footer = () => {
<
li
className
=
"d-flex mb-3 gap-2 align-items-baseline"
>
<
i
className
=
"fa-solid fa-location-dot"
><
/i
>
<
span
>
9
th
Floor
,
Nirmal
Building
,
Nariman
Point
,
<
br
/>
Mumbai
–
400021
,
Maharashtra
,
India
Raghuvanshi
Mill
compound
,
8
A
,
Senapati
<
br
/>
Bapat
Marg
,
Gandhi
Nagar
,
Upper
Worli
,
<
br
/>
Lower
Parel
,
Mumbai
,
Maharashtra
400013
<
/span
>
<
/li
>
<
li
className
=
"d-flex align-items-center mb-3 gap-2"
>
...
...
@@ -46,25 +45,25 @@ const Footer = () => {
<
Row
>
{
/* Quick Links */
}
<
Col
lg
=
{
4
}
xs
=
{
6
}
className
=
"footer-cotent ps-md-4"
>
<
h6
className
=
"
fw-bold
mb-3"
>
Quick
Links
<
/h6
>
<
h6
className
=
"mb-3"
>
Quick
Links
<
/h6
>
<
ul
className
=
"list-unstyled"
>
<
li
className
=
"mb-
3
"
>
<
li
className
=
"mb-
2
"
>
<
Link
href
=
"/about"
>
About
<
/Link
>
<
/li
>
<
li
className
=
"mb-
3
"
>
<
li
className
=
"mb-
2
"
>
<
Link
href
=
"/collections/kitchens"
>
Collections
<
/Link
>
<
/li
>
<
li
className
=
"mb-
3
"
>
<
li
className
=
"mb-
2
"
>
<
Link
href
=
"/brands/valcucine"
>
Brands
<
/Link
>
<
/li
>
<
li
className
=
"mb-
3
"
>
<
li
className
=
"mb-
2
"
>
<
Link
href
=
"/catalogue"
>
Catalogue
<
/Link
>
...
...
@@ -79,29 +78,29 @@ const Footer = () => {
{
/* Collections */
}
<
Col
lg
=
{
4
}
xs
=
{
6
}
className
=
"footer-cotent ps-md-4"
>
<
h6
className
=
"
fw-bold
mb-3"
>
Collections
<
/h6
>
<
h6
className
=
"mb-3"
>
Collections
<
/h6
>
<
ul
className
=
"list-unstyled"
>
<
li
className
=
"mb-
3
"
>
<
li
className
=
"mb-
2
"
>
<
Link
href
=
"/collections/kitchens"
>
Kitchens
<
/Link
>
<
/li
>
<
li
className
=
"mb-
3
"
>
<
li
className
=
"mb-
2
"
>
<
Link
href
=
"/collections/wardrobes"
>
Wardrobes
<
/Link
>
<
/li
>
<
li
className
=
"mb-
3
"
>
<
li
className
=
"mb-
2
"
>
<
Link
href
=
"/collections/doors-and-partitions"
>
Doors
and
Partitions
<
/Link
>
<
/li
>
<
li
className
=
"mb-
3
"
>
<
li
className
=
"mb-
2
"
>
<
Link
href
=
"/collections/furniture-accessories"
>
Furniture
Accessories
<
/Link
>
<
/li
>
<
li
className
=
"mb-
3
"
>
<
li
className
=
"mb-
2
"
>
<
Link
href
=
"/collections/wall-panelling-and-shelving-system"
>
Wall
Panelling
&
Shelving
System
<
/Link
>
...
...
@@ -115,20 +114,20 @@ const Footer = () => {
<
/Col
>
{
/* Policies */
}
<
Col
lg
=
{
4
}
md
=
{
6
}
className
=
"ps-md-4"
>
<
h6
className
=
"
fw-bold
mb-3"
>
Policies
<
/h6
>
<
Col
lg
=
{
4
}
md
=
{
6
}
className
=
"
footer-cotent
ps-md-4"
>
<
h6
className
=
"mb-3"
>
Policies
<
/h6
>
<
ul
className
=
"list-unstyled"
>
<
li
className
=
"mb-
3
"
>
<
li
className
=
"mb-
2
"
>
<
Link
href
=
"/privacy-policy"
>
Privacy
Policy
<
/Link
>
<
/li
>
<
li
className
=
"mb-
3
"
>
<
li
className
=
"mb-
2
"
>
<
Link
href
=
"/terms"
>
Terms
and
Conditions
<
/Link
>
<
/li
>
<
li
className
=
"mb-
3
"
>
<
li
className
=
"mb-
2
"
>
<
Link
href
=
"/cookie-policy"
>
Cookie
Policy
<
/Link
>
...
...
public/image/footer-logo.svg
0 → 100644
View file @
036aaa0
This diff could not be displayed because it is too large.
styles/globals.css
View file @
036aaa0
...
...
@@ -877,7 +877,16 @@ h2.heading>p{
cursor
:
not-allowed
;
opacity
:
0.7
;
}
footer
.footer-cotent
h6
{
color
:
#0F0F0F
;
font-weight
:
400
;
font-size
:
14px
;
}
footer
a
,
footer
li
{
color
:
#0F0F0F
!important
;
font-size
:
14px
;
}
@media
only
screen
and
(
max-width
:
1023px
)
{
}
/* ===== Mobile ===== */
...
...
styles/style.css
View file @
036aaa0
...
...
@@ -284,11 +284,7 @@ footer {
footer
h6
{
text-transform
:
uppercase
;
}
footer
a
,
footer
li
{
color
:
#0f0f0f
!important
;
font-size
:
14px
;
}
.social-icons
a
{
color
:
#000
!important
;
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment