Skip to content

Commit c544c9a

Browse files
committed
updated
1 parent f740b78 commit c544c9a

File tree

3 files changed

+4
-12
lines changed

3 files changed

+4
-12
lines changed

src/app/home/contact.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
"use client"
22
import { BiSolidContact } from "react-icons/bi";
33
import { FaMapLocationDot } from "react-icons/fa6";
44
import { HiOutlineMailOpen } from "react-icons/hi";
@@ -7,7 +7,7 @@ import animationmap from "./map2.json";
77
import animatiomcontact from "./mail1.json";
88
import animatiomcall from "./call3.json";
99
import animationcontact from "./contact7.json";
10-
export default function contact (){
10+
export default function Contact (){
1111
return(
1212
<>
1313
<div className="flex flex-col items-center justify-center min-h-screen bg-[#171616] mt-20 lg:mt-16 text-white ">

src/app/home/page.tsx

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,15 @@
11
"use client"
22
import Link from 'next/link';
3-
import { useRouter } from 'next/navigation';
4-
import styles from './page.module.css';
53
import Footer from '@/components/footer';
6-
import Head from 'next/head';
7-
import { useEffect } from 'react';
8-
import { BiSolidContact } from "react-icons/bi";
9-
import { FaMapLocationDot } from "react-icons/fa6";
10-
import { HiOutlineMailOpen } from "react-icons/hi";
4+
import { useEffect } from 'react';
115
import React, { useState } from 'react';
126
import DomainPage from './domains';
137
import Image from 'next/image'
148
import Contactus from './contact';
15-
import { Button } from "@/components/ui/moving-border";
169

1710
import Loader from '@/components/loader';
1811
import { motion, useScroll } from "framer-motion";
1912
import { ImagesSlider } from '@/components/ui/image-slider';
20-
import { DirectionAwareHover } from "@/components/ui/direction-aware"
2113
import navbarItems from "../../components/navbaritems";
2214

2315

src/app/members/page.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import Loader from "../../components/loader";
1212
import SkeletonLoader from "../../components/skeltonloader";
1313

1414
const client = new ApolloClient({
15-
uri: 'https://istenith-backend-1.onrender.com/graphql/',
15+
uri: 'https://images.istenith.com/graphql/',
1616
cache: new InMemoryCache(),
1717
});
1818

0 commit comments

Comments
 (0)