Skip to content

Commit 6c7f2da

Browse files
committed
w
1 parent 66b880a commit 6c7f2da

File tree

3 files changed

+2
-18
lines changed

3 files changed

+2
-18
lines changed

www/src/pages/components/LandingPage.tsx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -120,14 +120,7 @@ export default function LandingPage():any {
120120
<FeaturesSection />
121121
<TeamSection />
122122
</div>
123-
124-
125-
<<<<<<< HEAD
126-
</main>``
127-
=======
128-
</main>
129-
>>>>>>> b0762547e2888aed98ea28a1845973415410bdf6
130-
123+
</main>
131124
{/* Footer section */}
132125
<footer className="mt-8 bg-[#333333] gray-900 sm:mt-8">
133126
<div className="mx-auto max-w-md overflow-hidden py-3 pb-10 px-4 sm:max-w-3xl sm:px-6 lg:max-w-7xl lg:px-8">

www/src/pages/components/NavBar.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,8 @@ function NavBarSytling() {
3131

3232

3333
return (
34-
<<<<<<< HEAD
34+
3535
<Disclosure as="nav" className="bg-[#333333] fixed z-10 w-screen drop-shadow-20px">
36-
=======
37-
<Disclosure as="nav" className={NavBarSytling()}>
38-
>>>>>>> b0762547e2888aed98ea28a1845973415410bdf6
3936
{({ open }) => (
4037
<>
4138
<div className="mx-auto max-w9xl px-4 sm:px-6 lg:px-8">

www/src/pages/index.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,7 @@ const Home: NextPage = () => {
1212

1313
return (
1414
<>
15-
<<<<<<< HEAD
16-
{/* <FeatureSlider/> */}
17-
=======
18-
19-
>>>>>>> b0762547e2888aed98ea28a1845973415410bdf6
2015
<NavBar />
21-
2216
<LandingPage />
2317
{/* <FeatureSlider/> */}
2418
{/* <Blogs /> */}

0 commit comments

Comments
 (0)