File tree Expand file tree Collapse file tree 3 files changed +4
-12
lines changed Expand file tree Collapse file tree 3 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 1
-
1
+ "use client"
2
2
import { BiSolidContact } from "react-icons/bi" ;
3
3
import { FaMapLocationDot } from "react-icons/fa6" ;
4
4
import { HiOutlineMailOpen } from "react-icons/hi" ;
@@ -7,7 +7,7 @@ import animationmap from "./map2.json";
7
7
import animatiomcontact from "./mail1.json" ;
8
8
import animatiomcall from "./call3.json" ;
9
9
import animationcontact from "./contact7.json" ;
10
- export default function contact ( ) {
10
+ export default function Contact ( ) {
11
11
return (
12
12
< >
13
13
< div className = "flex flex-col items-center justify-center min-h-screen bg-[#171616] mt-20 lg:mt-16 text-white " >
Original file line number Diff line number Diff line change 1
1
"use client"
2
2
import Link from 'next/link' ;
3
- import { useRouter } from 'next/navigation' ;
4
- import styles from './page.module.css' ;
5
3
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' ;
11
5
import React , { useState } from 'react' ;
12
6
import DomainPage from './domains' ;
13
7
import Image from 'next/image'
14
8
import Contactus from './contact' ;
15
- import { Button } from "@/components/ui/moving-border" ;
16
9
17
10
import Loader from '@/components/loader' ;
18
11
import { motion , useScroll } from "framer-motion" ;
19
12
import { ImagesSlider } from '@/components/ui/image-slider' ;
20
- import { DirectionAwareHover } from "@/components/ui/direction-aware"
21
13
import navbarItems from "../../components/navbaritems" ;
22
14
23
15
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import Loader from "../../components/loader";
12
12
import SkeletonLoader from "../../components/skeltonloader" ;
13
13
14
14
const client = new ApolloClient ( {
15
- uri : 'https://istenith-backend-1.onrender .com/graphql/' ,
15
+ uri : 'https://images.istenith .com/graphql/' ,
16
16
cache : new InMemoryCache ( ) ,
17
17
} ) ;
18
18
You can’t perform that action at this time.
0 commit comments