Commit df21d1d0 by Ravindra Kanojiya

updated

1 parent efa65d0f
......@@ -27,7 +27,7 @@ const Heading = ({
};
return (
<div className={`headings mb-3 ${className}`}>
<div className={`headings mb-1 ${className}`}>
<Wrapper className="subheading">{subheading}</Wrapper>
<div className="heading-container">
{headingArray.length > 0 &&
......
......@@ -7,15 +7,15 @@ const BlogHome = () => {
const rightBlogs = [
{
image: "/image/blog1.png",
date: "News | 04.06.25",
title: "Design Heritage In Harmony",
desc: "the picturesque coastal town of La Baule-Escoublac. This innovative space showcases a blend of modern aesthetics and timeless elegance",
date: "News | 10.05.25",
title: "Archigraphica with Vela Wall Unit wins the...",
desc: "Archigraphica with Vela Wall Unit, designed by Gabriele Centazzo, has won the Archiproducts Design Award 2025 in the Kitchen category. Following the 2024 recognition for Artematica + New Logica, we confirm ",
},
{
image: "/image/blog1.png",
date: "News | 04.06.25",
title: "Design Heritage In Harmony",
desc: "the picturesque coastal town of La Baule-Escoublac. This innovative space showcases a blend of modern aesthetics and timeless elegance",
title: "A villa among the olive trees on Lake Garda",
desc: "Set on the slopes of Monte Baldo in Torri del Benaco (Verona), this villa opens onto a privileged view of Lake Garda. Contemporary and minimal in character, it establishes a harmonious dialogue with the landscape",
},
];
......@@ -42,17 +42,15 @@ const BlogHome = () => {
alt="About"
width={1000}
height={400}
className="img-fluid rounded"
className="img-fluid"
/>
<div className="d-flex flex-column-reverse flex-md-row align-items-start align-items-md-center justify-content-between mt-2">
<h5 className="mb-1">Design Heritage In Harmony</h5>
<h5 className="mb-1">Where light meets glass the Artematica kitchen redefines Villa Embassy </h5>
<p className="blog-date mb-1">Blogs | 07.04.25</p>
</div>
<p className="pt-2 blog_desc">
In the historic heart of Moscow, overlooking the Cathedral of
Christ the Saviour, an apartment appears as a reinterpretation
of Parisian charm viewed through a contemporary lens.
In the Embassy 821 villa in Bangalore, design becomes an immersive and harmonious experience. Spanning 6,200 square meters, designers Farah Ahmed Mathias and Dhaval Shellugar , from Fadd Studio, have crafted a visual...
</p>
<button className="read-more-btn">
Read More
......@@ -75,7 +73,7 @@ const BlogHome = () => {
alt={blog.title}
width={350}
height={400}
className="blog-img img-fluid rounded"
className="blog-img img-fluid"
/>
<div className="blog-content ms-md-3 mt-2 mt-md-0">
......
......@@ -107,7 +107,7 @@ const CollectionSlider = () => {
{/* Swiper */}
<Swiper
slidesPerView={4}
spaceBetween={30}
spaceBetween={25}
loop={true}
allowTouchMove={true}
autoplay={{
......@@ -127,7 +127,7 @@ const CollectionSlider = () => {
320: { slidesPerView: 1, spaceBetween: 15 },
640: { slidesPerView: 2, spaceBetween: 20 },
992: { slidesPerView: 3, spaceBetween: 25 },
1200: { slidesPerView: 3.7, spaceBetween: 30 },
1200: { slidesPerView: 3.7, spaceBetween: 25 },
}}
>
{CollectionData.map((item, index) => (
......
......@@ -14,32 +14,9 @@ const Overview = () => {
<Heading el="h2" heading="About" />
<FadeInStagger direction="left">
{/* <h2 className="heading mb-2">About</h2> */}
<p className="gray-text">
We believe luxury is not just a style its an experience.{" "}
<br />
An experience that begins the moment you step into a space and
feel its presence, its character, its soul.
<br />
We are creators of exceptional interiors, crafting environments
where elegance meets comfort, and design meets purpose. From
palatial residences to statement-making offices, from grand
hospitality venues to bespoke retail boutiques our work speaks
the language of refinement.
<br />
Every project begins with a vision yours. We listen, we
understand, and we translate your aspirations into tangible
beauty. Our team of designers, architects, and artisans work in
harmony, blending creativity with precision.
<br />
Our philosophy is simple timeless design, flawless execution,
and an unwavering commitment to excellence. We source the finest
materials from around the world and collaborate with master
craftsmen who share our dedication to perfection.
<br />
Beyond aesthetics, we design for living. Spaces that are not
only beautiful, but functional. Environments that enhance
lifestyles, elevate brands, and create lasting impressions.
</p>
<p className="gray-text">At Akruti Luxe, every space begins with a story.</p>
<p className="gray-text">a story of aspiration, design, and purpose. With extensive experience in luxury interiors, weve mastered the art of creating bespoke modular kitchens and wardrobes that blend beauty, innovation, and practicality. Our design philosophy is built on thoughtful detailing, precise craftsmanship, and an unwavering commitment to quality.</p>
<p className="gray-text">In collaboration with the renowned Italian brands Valcucine and Rimadesio, we bring the finest global design sensibilities to Indian homes. Each project is a curated experience from the first conversation to the final installation, shaped around our clients lifestyles and aspirations. At Akruti Luxe, we go beyond creating interiors; we craft experiences that reflect individuality, celebrate timeless aesthetics, and elevate everyday living.</p>
<div className="my-5"> <button className="btn4">Read More</button> </div>
......
......@@ -460,7 +460,9 @@ input:focus-visible {
.hover-zoom:hover {
transform: scale(1.03);
}
.collectionSwiper .collection-card>img{
width: 100%;
}
/* ====Blog=== */
.blog-date {
color: #333;
......@@ -524,6 +526,9 @@ input:focus-visible {
margin: 0;
padding: 0;
}
.navList01 li{
padding: 0.4rem 0;
}
.navList01 a {
color: #000;
}
......@@ -618,7 +623,9 @@ input:focus-visible {
align-items: center;
justify-content: center;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
color: var(--secondary-color);;
}
@media only screen and (max-width: 1023px) {
}
/* ===== Mobile ===== */
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!