diff --git a/app/community/single-recipes/page.tsx b/app/community/single-recipes/page.tsx index 3f58a13..438efd6 100644 --- a/app/community/single-recipes/page.tsx +++ b/app/community/single-recipes/page.tsx @@ -28,18 +28,27 @@ const Page = () => {
-
+
-

Recipes

+

{post?.title || "Recipes"}

- Home Recipes + + Home {" "} + {post?.title || "Recipes"} +
+
{/*===== BLOG AREA STARTS =======*/} @@ -49,7 +58,7 @@ const Page = () => {
- recipe + recipe
    @@ -108,9 +117,9 @@ const Page = () => {
    {relatedPost.title.length > 40 ? `${relatedPost.title.slice(0, 40)}...` : relatedPost?.title}
    - read more + read more
    - +
    diff --git a/components/home/AboutSection.tsx b/components/home/AboutSection.tsx index 992833d..b799772 100644 --- a/components/home/AboutSection.tsx +++ b/components/home/AboutSection.tsx @@ -6,7 +6,7 @@ export default function AboutSection() { return ( <> -
    +
    diff --git a/components/home/HomeSlogan.tsx b/components/home/HomeSlogan.tsx index cd60a1a..86cd211 100644 --- a/components/home/HomeSlogan.tsx +++ b/components/home/HomeSlogan.tsx @@ -38,7 +38,7 @@ export default function HomeSlogan() {
    - +
    diff --git a/components/online/christmas/Section1.jsx b/components/online/christmas/Section1.jsx index 8c51e7a..5e44e99 100644 --- a/components/online/christmas/Section1.jsx +++ b/components/online/christmas/Section1.jsx @@ -5,7 +5,7 @@ export default function Section1() { return ( <> -
    +
    diff --git a/components/online/christmas/Section2.jsx b/components/online/christmas/Section2.jsx index fcedb84..d9df830 100644 --- a/components/online/christmas/Section2.jsx +++ b/components/online/christmas/Section2.jsx @@ -5,7 +5,7 @@ export default function Section2() { return ( <> -
    +
    diff --git a/components/online/christmas/Section3.jsx b/components/online/christmas/Section3.jsx index 046df53..43e9b24 100644 --- a/components/online/christmas/Section3.jsx +++ b/components/online/christmas/Section3.jsx @@ -12,7 +12,7 @@ export default function Section3() { const [index, setIndex] = useState(0); return ( -
    +
    {selectedImages.map((img, i) => ( diff --git a/components/online/communitypicnic/Section1.jsx b/components/online/communitypicnic/Section1.jsx index a222109..53739ca 100644 --- a/components/online/communitypicnic/Section1.jsx +++ b/components/online/communitypicnic/Section1.jsx @@ -5,7 +5,7 @@ export default function Section1() { return ( <> -
    +
    diff --git a/components/online/communitypicnic/Section2.jsx b/components/online/communitypicnic/Section2.jsx index 6407995..fa52036 100644 --- a/components/online/communitypicnic/Section2.jsx +++ b/components/online/communitypicnic/Section2.jsx @@ -5,7 +5,7 @@ export default function Section2() { return ( <> -
    +
    diff --git a/components/online/communitypicnic/Section3.jsx b/components/online/communitypicnic/Section3.jsx index d83ff40..1fcad57 100644 --- a/components/online/communitypicnic/Section3.jsx +++ b/components/online/communitypicnic/Section3.jsx @@ -12,7 +12,7 @@ export default function Section3() { const [index, setIndex] = useState(0); return ( -
    +
    {selectedImages.map((img, i) => ( diff --git a/components/online/kalaivizha/Section1.jsx b/components/online/kalaivizha/Section1.jsx index 13c79b3..d53fc67 100644 --- a/components/online/kalaivizha/Section1.jsx +++ b/components/online/kalaivizha/Section1.jsx @@ -5,7 +5,7 @@ export default function Section1() { return ( <> -
    +
    diff --git a/components/online/kalaivizha/Section2.jsx b/components/online/kalaivizha/Section2.jsx index 1f9b429..5702859 100644 --- a/components/online/kalaivizha/Section2.jsx +++ b/components/online/kalaivizha/Section2.jsx @@ -5,7 +5,7 @@ export default function Section2() { return ( <> -
    +
    diff --git a/components/online/kalaivizha/Section3.jsx b/components/online/kalaivizha/Section3.jsx index 8999823..03d1cce 100644 --- a/components/online/kalaivizha/Section3.jsx +++ b/components/online/kalaivizha/Section3.jsx @@ -12,7 +12,7 @@ export default function Section3() { const [index, setIndex] = useState(0); return ( -
    +
    {selectedImages.map((img, i) => ( diff --git a/components/online/membership2024/Section1.tsx b/components/online/membership2024/Section1.tsx index 992e9d5..722309a 100644 --- a/components/online/membership2024/Section1.tsx +++ b/components/online/membership2024/Section1.tsx @@ -5,7 +5,7 @@ export default function Section1() { return ( <> -
    +
    diff --git a/components/online/membership2024/Section2.tsx b/components/online/membership2024/Section2.tsx index a2154ca..b77efe5 100644 --- a/components/online/membership2024/Section2.tsx +++ b/components/online/membership2024/Section2.tsx @@ -5,7 +5,7 @@ export default function Section2() { return ( <> -
    +
    diff --git a/components/online/membership2024/Section3.tsx b/components/online/membership2024/Section3.tsx index 92ca8b0..495cc23 100644 --- a/components/online/membership2024/Section3.tsx +++ b/components/online/membership2024/Section3.tsx @@ -12,7 +12,7 @@ export default function Section3() { const [index, setIndex] = useState(0); return ( -
    +
    {selectedImages.map((img, i) => ( diff --git a/components/online/membership2025/Section1.jsx b/components/online/membership2025/Section1.jsx index 7dfe281..9e3ddf5 100644 --- a/components/online/membership2025/Section1.jsx +++ b/components/online/membership2025/Section1.jsx @@ -5,7 +5,7 @@ export default function Section1() { return ( <> -
    +
    diff --git a/components/online/membership2025/Section2.jsx b/components/online/membership2025/Section2.jsx index 525d212..d7d9cd3 100644 --- a/components/online/membership2025/Section2.jsx +++ b/components/online/membership2025/Section2.jsx @@ -5,7 +5,7 @@ export default function Section2() { return ( <> -
    +
    diff --git a/components/online/membership2025/Section3.jsx b/components/online/membership2025/Section3.jsx index 8ee4ca9..26b3384 100644 --- a/components/online/membership2025/Section3.jsx +++ b/components/online/membership2025/Section3.jsx @@ -12,7 +12,7 @@ export default function Section3() { const [index, setIndex] = useState(0); return ( -
    +
    {selectedImages.map((img, i) => ( diff --git a/components/online/performance/Section1.jsx b/components/online/performance/Section1.jsx index 7d8c211..0bf1a63 100644 --- a/components/online/performance/Section1.jsx +++ b/components/online/performance/Section1.jsx @@ -5,7 +5,7 @@ export default function Section1() { return ( <> -
    +
    diff --git a/components/online/performance/Section2.jsx b/components/online/performance/Section2.jsx index ad997d8..d10c763 100644 --- a/components/online/performance/Section2.jsx +++ b/components/online/performance/Section2.jsx @@ -5,7 +5,7 @@ export default function Section2() { return ( <> -
    +
    diff --git a/components/online/performance/Section3.jsx b/components/online/performance/Section3.jsx index 1e54b67..dc55352 100644 --- a/components/online/performance/Section3.jsx +++ b/components/online/performance/Section3.jsx @@ -12,7 +12,7 @@ export default function Section3() { const [index, setIndex] = useState(0); return ( -
    +
    {selectedImages.map((img, i) => ( diff --git a/components/online/registrationform/Section1.jsx b/components/online/registrationform/Section1.jsx index 2e2cd52..ded1c46 100644 --- a/components/online/registrationform/Section1.jsx +++ b/components/online/registrationform/Section1.jsx @@ -5,7 +5,7 @@ export default function Section1() { return ( <> -
    +
    diff --git a/components/online/registrationform/Section2.jsx b/components/online/registrationform/Section2.jsx index 6a97625..e5e1e09 100644 --- a/components/online/registrationform/Section2.jsx +++ b/components/online/registrationform/Section2.jsx @@ -5,7 +5,7 @@ export default function Section2() { return ( <> -
    +
    diff --git a/components/online/registrationform/Section3.jsx b/components/online/registrationform/Section3.jsx index 461bf40..5289e01 100644 --- a/components/online/registrationform/Section3.jsx +++ b/components/online/registrationform/Section3.jsx @@ -12,7 +12,7 @@ export default function Section3() { const [index, setIndex] = useState(0); return ( -
    +
    {selectedImages.map((img, i) => ( diff --git a/components/online/sponsor/Section1.jsx b/components/online/sponsor/Section1.jsx index 254b319..5bdecce 100644 --- a/components/online/sponsor/Section1.jsx +++ b/components/online/sponsor/Section1.jsx @@ -11,7 +11,7 @@ export default function Section1() { return ( <> -
    +
    @@ -113,7 +113,7 @@ export default function Section1() {
    -
    +
    diff --git a/components/online/sponsor/Section2.jsx b/components/online/sponsor/Section2.jsx index f2041fa..291fc99 100644 --- a/components/online/sponsor/Section2.jsx +++ b/components/online/sponsor/Section2.jsx @@ -4,7 +4,7 @@ import Link from 'next/link' export default function Section2() { return ( <> -
    +
    diff --git a/components/online/sponsor/Section3.jsx b/components/online/sponsor/Section3.jsx index 9546bce..ce595b2 100644 --- a/components/online/sponsor/Section3.jsx +++ b/components/online/sponsor/Section3.jsx @@ -4,7 +4,7 @@ import Link from 'next/link' export default function Section3() { return ( <> -
    +
    diff --git a/components/online/sponsor/Section4.jsx b/components/online/sponsor/Section4.jsx index 1b926cb..f0c33c4 100644 --- a/components/online/sponsor/Section4.jsx +++ b/components/online/sponsor/Section4.jsx @@ -12,7 +12,7 @@ export default function Section4() { const [index, setIndex] = useState(0); return ( -
    +
    {selectedImages.map((img, i) => ( diff --git a/components/online/sportsday/Section1.jsx b/components/online/sportsday/Section1.jsx index e145442..c89917e 100644 --- a/components/online/sportsday/Section1.jsx +++ b/components/online/sportsday/Section1.jsx @@ -5,7 +5,7 @@ export default function Section1() { return ( <> -
    +
    diff --git a/components/online/sportsday/Section2.jsx b/components/online/sportsday/Section2.jsx index 7eca051..7ca8d90 100644 --- a/components/online/sportsday/Section2.jsx +++ b/components/online/sportsday/Section2.jsx @@ -5,7 +5,7 @@ export default function Section2() { return ( <> -
    +
    diff --git a/components/online/sportsday/Section3.jsx b/components/online/sportsday/Section3.jsx index 4b2bef4..08c26d9 100644 --- a/components/online/sportsday/Section3.jsx +++ b/components/online/sportsday/Section3.jsx @@ -12,7 +12,7 @@ export default function Section3() { const [index, setIndex] = useState(0); return ( -
    +
    {selectedImages.map((img, i) => ( diff --git a/components/online/tamilnewyear/Section1.jsx b/components/online/tamilnewyear/Section1.jsx index fe046c7..32190c7 100644 --- a/components/online/tamilnewyear/Section1.jsx +++ b/components/online/tamilnewyear/Section1.jsx @@ -5,7 +5,7 @@ export default function Section1() { return ( <> -
    +
    diff --git a/components/online/tamilnewyear/Section2.jsx b/components/online/tamilnewyear/Section2.jsx index a0d6648..a2da41f 100644 --- a/components/online/tamilnewyear/Section2.jsx +++ b/components/online/tamilnewyear/Section2.jsx @@ -5,7 +5,7 @@ export default function Section2() { return ( <> -
    +
    diff --git a/components/online/tamilnewyear/Section3.jsx b/components/online/tamilnewyear/Section3.jsx index c32dad8..b31bd92 100644 --- a/components/online/tamilnewyear/Section3.jsx +++ b/components/online/tamilnewyear/Section3.jsx @@ -12,7 +12,7 @@ export default function Section3() { const [index, setIndex] = useState(0); return ( -
    +
    {selectedImages.map((img, i) => ( diff --git a/components/online/thaipongal2025/Section1.jsx b/components/online/thaipongal2025/Section1.jsx index 8d725f1..2361863 100644 --- a/components/online/thaipongal2025/Section1.jsx +++ b/components/online/thaipongal2025/Section1.jsx @@ -5,7 +5,7 @@ export default function Section1() { return ( <> -
    +
    diff --git a/components/online/thaipongal2025/Section2.jsx b/components/online/thaipongal2025/Section2.jsx index 243f8d8..64c2aaa 100644 --- a/components/online/thaipongal2025/Section2.jsx +++ b/components/online/thaipongal2025/Section2.jsx @@ -5,7 +5,7 @@ export default function Section2() { return ( <> -
    +
    diff --git a/components/online/thaipongal2025/Section3.jsx b/components/online/thaipongal2025/Section3.jsx index e07dab9..f090f5b 100644 --- a/components/online/thaipongal2025/Section3.jsx +++ b/components/online/thaipongal2025/Section3.jsx @@ -12,7 +12,7 @@ export default function Section3() { const [index, setIndex] = useState(0); return ( -
    +
    {selectedImages.map((img, i) => ( diff --git a/components/online/volunteer/Section1.jsx b/components/online/volunteer/Section1.jsx index 760396b..9e5742b 100644 --- a/components/online/volunteer/Section1.jsx +++ b/components/online/volunteer/Section1.jsx @@ -5,7 +5,7 @@ export default function Section1() { return ( <> -
    +
    diff --git a/components/online/volunteer/Section2.jsx b/components/online/volunteer/Section2.jsx index 3e5abeb..ae34dfc 100644 --- a/components/online/volunteer/Section2.jsx +++ b/components/online/volunteer/Section2.jsx @@ -5,7 +5,7 @@ export default function Section2() { return ( <> -
    +
    diff --git a/components/online/volunteer/Section3.jsx b/components/online/volunteer/Section3.jsx index de4315b..dfd6346 100644 --- a/components/online/volunteer/Section3.jsx +++ b/components/online/volunteer/Section3.jsx @@ -12,7 +12,7 @@ export default function Section4() { const [index, setIndex] = useState(0); return ( -
    +
    {selectedImages.map((img, i) => ( diff --git a/components/tamilculture/HinduWedding/Section1.tsx b/components/tamilculture/HinduWedding/Section1.tsx index 631044e..c05ee51 100644 --- a/components/tamilculture/HinduWedding/Section1.tsx +++ b/components/tamilculture/HinduWedding/Section1.tsx @@ -5,7 +5,7 @@ export default function Section1() { return ( <> -
    +
    diff --git a/components/tamilculture/HinduWedding/Section2.tsx b/components/tamilculture/HinduWedding/Section2.tsx index c6e65f7..5fb9c1b 100644 --- a/components/tamilculture/HinduWedding/Section2.tsx +++ b/components/tamilculture/HinduWedding/Section2.tsx @@ -5,7 +5,7 @@ export default function Section2() { return ( <> -
    +
    {/* TEXT - NOW ON THE LEFT */} diff --git a/components/tamilculture/HinduWedding/Section3.tsx b/components/tamilculture/HinduWedding/Section3.tsx index 85746f6..617d4de 100644 --- a/components/tamilculture/HinduWedding/Section3.tsx +++ b/components/tamilculture/HinduWedding/Section3.tsx @@ -5,7 +5,7 @@ export default function Section1() { return ( <> -
    +
    @@ -310,7 +310,6 @@ export default function Section1() {
    -
    diff --git a/components/tamilculture/bridal-makeup/Section1.jsx b/components/tamilculture/bridal-makeup/Section1.jsx index 6a9dc6d..406c7f7 100644 --- a/components/tamilculture/bridal-makeup/Section1.jsx +++ b/components/tamilculture/bridal-makeup/Section1.jsx @@ -5,7 +5,7 @@ export default function Section1() { return ( <> -
    +
    diff --git a/components/tamilculture/catholic-wedding/Section1.jsx b/components/tamilculture/catholic-wedding/Section1.jsx index b5b1d77..ea739fe 100644 --- a/components/tamilculture/catholic-wedding/Section1.jsx +++ b/components/tamilculture/catholic-wedding/Section1.jsx @@ -5,7 +5,7 @@ export default function Section1() { return ( <> -
    +
    diff --git a/components/tamilculture/protestant-wedding/Section1.tsx b/components/tamilculture/protestant-wedding/Section1.tsx index b54e0b4..8fe8fe1 100644 --- a/components/tamilculture/protestant-wedding/Section1.tsx +++ b/components/tamilculture/protestant-wedding/Section1.tsx @@ -5,7 +5,7 @@ export default function Section1() { return ( <> -
    +
    diff --git a/components/tamilculture/story-of-saree/Section1.jsx b/components/tamilculture/story-of-saree/Section1.jsx index 2a78040..3d3fbea 100644 --- a/components/tamilculture/story-of-saree/Section1.jsx +++ b/components/tamilculture/story-of-saree/Section1.jsx @@ -5,7 +5,7 @@ export default function Section1() { return ( <> -
    +
    diff --git a/components/tamilculture/tamil-festivals/christian-festivals/Section1.jsx b/components/tamilculture/tamil-festivals/christian-festivals/Section1.jsx index bb8ad7b..e3e8fe8 100644 --- a/components/tamilculture/tamil-festivals/christian-festivals/Section1.jsx +++ b/components/tamilculture/tamil-festivals/christian-festivals/Section1.jsx @@ -9,19 +9,8 @@ export default function Section1() {
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    - -
    -
    +
    +
    @@ -49,19 +38,8 @@ export default function Section1() {
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    - -
    -
    +
    +
    @@ -71,19 +49,8 @@ export default function Section1() {
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    - -
    -
    +
    +
    diff --git a/components/tamilculture/tamil-festivals/hindu-festivals/Section1.jsx b/components/tamilculture/tamil-festivals/hindu-festivals/Section1.jsx index e7a56cb..1df28ee 100644 --- a/components/tamilculture/tamil-festivals/hindu-festivals/Section1.jsx +++ b/components/tamilculture/tamil-festivals/hindu-festivals/Section1.jsx @@ -9,19 +9,8 @@ export default function Section1() {
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    - -
    -
    +
    +
    @@ -48,19 +37,8 @@ export default function Section1() {
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    - -
    -
    +
    +
    @@ -70,19 +48,8 @@ export default function Section1() {
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    - -
    -
    +
    +
    @@ -110,19 +77,8 @@ export default function Section1() {
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    - -
    -
    +
    +
    @@ -132,19 +88,8 @@ export default function Section1() {
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    - -
    -
    +
    +
    @@ -174,19 +119,8 @@ export default function Section1() {
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    - -
    -
    +
    +
    @@ -196,19 +130,8 @@ export default function Section1() {
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    - -
    -
    +
    +
    @@ -236,19 +159,8 @@ export default function Section1() {
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    - -
    -
    +
    +
    @@ -258,19 +170,8 @@ export default function Section1() {
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    - -
    -
    +
    +
    @@ -300,19 +201,8 @@ export default function Section1() {
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    - -
    -
    +
    +
    @@ -322,19 +212,8 @@ export default function Section1() {
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    - -
    -
    +
    +
    @@ -362,19 +241,8 @@ export default function Section1() {
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    - -
    -
    +
    +
    diff --git a/components/tamilculture/tamil-festivals/hindu-festivals/Section2.jsx b/components/tamilculture/tamil-festivals/hindu-festivals/Section2.jsx index afec536..87ab809 100644 --- a/components/tamilculture/tamil-festivals/hindu-festivals/Section2.jsx +++ b/components/tamilculture/tamil-festivals/hindu-festivals/Section2.jsx @@ -8,19 +8,8 @@ export default function Section1() {
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    - -
    -
    +
    +
    @@ -51,19 +40,8 @@ export default function Section1() {
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    - -
    -
    +
    +
    @@ -73,19 +51,8 @@ export default function Section1() {
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    - -
    -
    +
    +
    @@ -109,19 +76,8 @@ export default function Section1() {
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    - -
    -
    +
    +
    @@ -131,19 +87,8 @@ export default function Section1() {
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    - -
    -
    +
    +
    @@ -167,19 +112,8 @@ export default function Section1() {
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    - -
    -
    +
    +
    @@ -189,19 +123,8 @@ export default function Section1() {
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    - -
    -
    +
    +
    @@ -229,19 +152,8 @@ export default function Section1() {
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    - -
    -
    +
    +
    @@ -251,19 +163,8 @@ export default function Section1() {
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    - -
    -
    +
    +
    @@ -293,19 +194,8 @@ export default function Section1() {
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    - -
    -
    +
    +
    @@ -315,19 +205,8 @@ export default function Section1() {
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    - -
    -
    +
    +
    @@ -351,19 +230,8 @@ export default function Section1() {
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    - -
    -
    +
    +
    @@ -373,19 +241,8 @@ export default function Section1() {
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    - -
    -
    +
    +
    @@ -413,19 +270,8 @@ export default function Section1() {
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    - -
    -
    +
    +
    @@ -435,19 +281,8 @@ export default function Section1() {
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    - -
    -
    +
    +
    @@ -475,19 +310,8 @@ export default function Section1() {
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    - -
    -
    +
    +
    diff --git a/components/tamilculture/tamil-festivals/muslim-festivals/Section1.jsx b/components/tamilculture/tamil-festivals/muslim-festivals/Section1.jsx index d667b19..10ad7b8 100644 --- a/components/tamilculture/tamil-festivals/muslim-festivals/Section1.jsx +++ b/components/tamilculture/tamil-festivals/muslim-festivals/Section1.jsx @@ -9,19 +9,8 @@ export default function Section1() {
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    - -
    -
    +
    +
    @@ -47,19 +36,8 @@ export default function Section1() {
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    - -
    -
    +
    +
    @@ -69,19 +47,8 @@ export default function Section1() {
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    - -
    -
    +
    +
    @@ -109,19 +76,8 @@ export default function Section1() {
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    - -
    -
    +
    +
    @@ -131,19 +87,8 @@ export default function Section1() {
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    - -
    -
    +
    +
    diff --git a/public/assets/css/main.css b/public/assets/css/main.css index d9ea538..896243d 100644 --- a/public/assets/css/main.css +++ b/public/assets/css/main.css @@ -495,6 +495,10 @@ img { transform-origin: left; } +.tamil-img{ + opacity: 0.8; +} + .rotateme { position: relative; animation-name: animation-7; @@ -22704,10 +22708,10 @@ html { background: #f4b6b9; } -.heading-center { +/* .heading-center { padding-bottom: 20px; text-align: center; -} +} */ .about6-section-area .img1 img { height: 100%; @@ -22718,6 +22722,14 @@ html { padding: 8px; } +.about6-section-area .img2 img { + height: 100%; + width: 100%; + object-fit: cover; + border-radius: 8px; + padding: 8px; +} + .about6-section-area .image img { height: 100%; width: 100%; diff --git a/public/assets/img/all-images/others/image.png b/public/assets/img/all-images/others/image.png new file mode 100644 index 0000000..26d6e02 Binary files /dev/null and b/public/assets/img/all-images/others/image.png differ diff --git a/public/assets/img/all-images/testimonials/image.png b/public/assets/img/all-images/testimonials/image.png new file mode 100644 index 0000000..2ab392d Binary files /dev/null and b/public/assets/img/all-images/testimonials/image.png differ diff --git a/public/assets/img/community/recipes/big-img/canadian.webp b/public/assets/img/community/recipes/big-img/canadian.webp new file mode 100644 index 0000000..c034c3d Binary files /dev/null and b/public/assets/img/community/recipes/big-img/canadian.webp differ diff --git a/public/assets/img/community/recipes/big-img/south-indian.webp b/public/assets/img/community/recipes/big-img/south-indian.webp new file mode 100644 index 0000000..38b05e7 Binary files /dev/null and b/public/assets/img/community/recipes/big-img/south-indian.webp differ diff --git a/public/assets/img/community/recipes/big-img/srilankan-curry.webp b/public/assets/img/community/recipes/big-img/srilankan-curry.webp new file mode 100644 index 0000000..2e08ba4 Binary files /dev/null and b/public/assets/img/community/recipes/big-img/srilankan-curry.webp differ diff --git a/public/assets/img/community/recipes/big-img/srilankan.webp b/public/assets/img/community/recipes/big-img/srilankan.webp new file mode 100644 index 0000000..3638b30 Binary files /dev/null and b/public/assets/img/community/recipes/big-img/srilankan.webp differ diff --git a/public/assets/img/community/recipes/big-img/traditional.webp b/public/assets/img/community/recipes/big-img/traditional.webp new file mode 100644 index 0000000..7e81924 Binary files /dev/null and b/public/assets/img/community/recipes/big-img/traditional.webp differ diff --git a/utility/constant.utils.js b/utility/constant.utils.js index 4d6fe80..e9efdd8 100644 --- a/utility/constant.utils.js +++ b/utility/constant.utils.js @@ -4,6 +4,8 @@ export const recipesList = [ { id: 1, slug: "south-indian-food", + bannerImage: '/assets/img/community/recipes/south-indian-banner.webp', + bigImage: '/assets/img/community/recipes/big-img/south-indian.webp', image: "/assets/img/community/recipes/south-indian.webp", title: "South Indian Food", user: "Admin", @@ -88,6 +90,8 @@ export const recipesList = [ { id: 2, slug: "sri-lankan", + bannerImage: '/assets/img/community/recipes/srilankan-banner.webp', + bigImage: '/assets/img/community/recipes/big-img/srilankan.webp', image: "/assets/img/community/recipes/sri-lankan.webp", title: "Sri Lankan", user: "Admin", @@ -186,6 +190,8 @@ export const recipesList = [ { id: 3, slug: "traditional-tamil", + bannerImage: '/assets/img/community/recipes/traditional-banner.webp', + bigImage: '/assets/img/community/recipes/big-img/traditional.webp', image: "/assets/img/community/recipes/traditional.webp", title: "Traditional Tamil", user: "Admin", @@ -229,6 +235,8 @@ export const recipesList = [ { id: 4, slug: "sri-lankan-curry", + bannerImage: '/assets/img/community/recipes/srilankan-curry-banner.webp', + bigImage: '/assets/img/community/recipes/big-img/srilankan-curry.webp', image: "/assets/img/community/recipes/srilankan-curry.webp", title: "Sri Lankan Curry", user: "Admin", @@ -290,6 +298,8 @@ export const recipesList = [ { id: 5, slug: "canadian", + bannerImage: '/assets/img/community/recipes/canadian-banner.webp', + bigImage: '/assets/img/community/recipes/big-img/canadian.webp', image: "/assets/img/community/recipes/canadian.webp", title: "Canadian", user: "Admin",