Skip to content

Commit

Permalink
added
Browse files Browse the repository at this point in the history
  • Loading branch information
chitraa-cj committed Jun 23, 2024
1 parent f35b807 commit 460b292
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/aboutus/features/page.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"use client";
import React from "react";
import { useSpring, animated } from "react-spring";
import Header from "@/components/shared/Header"; // Adjust the path as needed
import Footer from "@/components/shared/Footer"; // Adjust the path as needed
import Lottie from "./Lottie"; // Import the custom Lottie component
import Header from "@/components/shared/Header";
import Footer from "@/components/shared/Footer"
import Lottie from "./Lottie";

// Array of feature objects with Lottie animations
const features = [
Expand Down

0 comments on commit 460b292

Please sign in to comment.