Skip to content

Commit

Permalink
add: all files
Browse files Browse the repository at this point in the history
  • Loading branch information
zaheer-Khan3260 committed Nov 9, 2023
1 parent 6792d2d commit 3303193
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 8 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/Components/ContactUs/ContactUs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function Contact() {
/>
</div>

<div className=" h-[26rem] mt-10 border border-black m-auto w-[15rem] rounded-xl relative lg:w-[18rem] lg:m-0 lg:ml-10 xl:ml-20 xl:w-[23rem]">
<div className=" h-[26rem] mt-10 border border-black m-auto w-[20rem] rounded-xl relative lg:w-[18rem] lg:m-0 lg:ml-10 xl:ml-20 xl:w-[23rem]">
<input
id="Name"
type="text"
Expand Down
6 changes: 3 additions & 3 deletions src/Components/Footer/Footer.jsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import React from 'react'
import { Link } from 'react-router-dom';
import compayLogo from '../image/paramarth-group-high-resolution-logo (1).webp'
import compayLogo from '../image/paramarth-group-high-resolution-logo-transformed.webp'
export default function Footer() {

return(
<footer className="bg-white border-y mt-10" >
<footer className="bg-[#232f3e] border-y mt-20" >
<div className="mx-auto w-full max-w-screen-xl p-4 py-6 lg:py-8">
<div className="md:flex md:justify-between">
<div className="mb-6 md:mb-0">
Expand Down Expand Up @@ -99,7 +99,7 @@ export default function Footer() {
<span className="text-sm text-gray-500 sm:text-center">
© 2023
<a href="https://hiteshchoudhary.com/" className="hover:underline">
hiteshchoudhary
paramarthgroup
</a>
. All Rights Reserved.
</span>
Expand Down
Binary file not shown.
3 changes: 0 additions & 3 deletions src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ import "./index.css"
import { BrowserRouter, Route, RouterProvider, createBrowserRouter } from 'react-router-dom'
import Home from './Components/Home/Home.jsx'
import Layout from './Layout.jsx'
import Navbar from './Components/Navbar/Navbar.jsx'
import Services from './Components/Services/Services.jsx'
import {propertySearchImage, exportGuidance, financialSupport, listingProperty,
marketAnalysis, negotiationSkill, serviceImage} from './Components/Services/Services.jsx'
import ChoosUs from './Components/ChoosUs/ChoosUs'
import About from './Components/About/About'
import Contact from './Components/ContactUs/ContactUs'
Expand Down
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
base: "/realState/",
base:"/realState/"
})

0 comments on commit 3303193

Please sign in to comment.